Tosee Inc. documents
Website: https://toseedocs.readthedocs.io/
refer to Read-the-Docs Getting Started with Sphinx
-
1.Assuming you have Python already, install Sphinx:
$ pip install sphinx>=2.6 -
2.Install
recommonmarkfor markdown files(.md):$ pip install recommonmark
-
3.Install theme
sphinx_rtd_theme:$ pip install sphinx_rtd_theme
-
4.Make file:
$ cd ${your_project_path}/Tosee-docs/ $ make html
-
5.Open file
index.htmlin path${your_project_path}/Docs/_build/html/index.html