-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea0a4d0
commit 2637ed2
Showing
2 changed files
with
36 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,44 @@ | ||
https://github.com/richdayandnight/Tutorial_SimpleTeacherAPI | ||
# README Documentation | ||
|
||
https://pythonhosted.org/an_example_pypi_project/sphinx.html#is-sweaty | ||
https://medium.com/@richdayandnight/a-simple-tutorial-on-how-to-document-your-python-project-using-sphinx-and-rinohtype-177c22a15b5b | ||
This README contains information regarding the documentation for BacterialTyper | ||
|
||
http://www.sphinx-doc.org/en/master/ | ||
http://www.sphinx-doc.org/en/master/usage/quickstart.html | ||
The BacterialTyper documentation is supported and deployed using Sphinx and rinohtype. | ||
|
||
https://github.com/matplotlib/sampledoc | ||
Instruction and examples on how to create this documentation were obtained from: | ||
- https://github.com/richdayandnight/Tutorial_SimpleTeacherAPI | ||
- https://pythonhosted.org/an_example_pypi_project/sphinx.html#is-sweaty | ||
- https://medium.com/@richdayandnight/a-simple-tutorial-on-how-to-document-your-python-project-using-sphinx-and-rinohtype-177c22a15b5b | ||
- http://www.sphinx-doc.org/en/master/ | ||
- http://www.sphinx-doc.org/en/master/usage/quickstart.html | ||
- https://github.com/matplotlib/sampledoc | ||
|
||
See configuration required in `config/` folder for python, perl and system packages to be installed. | ||
|
||
### | ||
pip install sphinx | ||
pip install sphinxmark | ||
pip install rinohtype | ||
- Python | ||
``` | ||
sphinx | ||
sphinxmark | ||
rinohtype | ||
sphinxcontrib-bibtex | ||
``` | ||
|
||
- Perl | ||
``` | ||
latexmk,http://mirrors.ctan.org/support/latexmk.zip | ||
``` | ||
|
||
- System packages | ||
``` | ||
sudo apt install texlive-full | ||
sudo apt install texmaker | ||
sudo apt install graphviz | ||
``` | ||
|
||
sphinx-quickstart | ||
|
||
To create the documentation execute: | ||
|
||
``` | ||
sphinx-quickstart | ||
make html | ||
sphinx-build -b rinoh source build/rinoh | ||
|
||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../README.md |