-
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
076df16
commit cb06c85
Showing
1 changed file
with
35 additions
and
1 deletion.
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,2 +1,36 @@ | ||
a | ||
# README Documentation | ||
|
||
This README contains information regarding the documentation for BacterialTyper | ||
|
||
The BacterialTyper documentation is supported and deployed using Sphinx and rinohtype. | ||
|
||
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. | ||
|
||
- 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 | ||
``` | ||
|