Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JFsanchezherrero committed Nov 20, 2023
1 parent ea0a4d0 commit 2637ed2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 48 deletions.
47 changes: 35 additions & 12 deletions docs/INFO
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

```
36 changes: 0 additions & 36 deletions docs/README.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/README.md

0 comments on commit 2637ed2

Please sign in to comment.