Skip to content

KGerring/example_docs_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_docs_repo


myproject/
├── docs/
│   ├── conf.py
│   ├── index.rst
│   ├── cli.rst
│   ├── api.rst
│   └── requirements.txt
├── myproject/
│   ├── __init__.py
│   ├── core.py
│   └── cli.py
├── tests/
│   └── test_core.py
├── README.md
└── pyproject.toml

mkdir -p myproject/{myproject,tests,docs/_static,docs/_templates}

Then copy each file below into its proper path

when dome run

sphinx-autobuild . _build/html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages