Skip to content

AITosee/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-build

Tosee-docs

Tosee Inc. documents

Website: https://toseedocs.readthedocs.io/

Local edit

refer to Read-the-Docs Getting Started with Sphinx

  • 1.Assuming you have Python already, install Sphinx:

    $ pip install sphinx>=2.6
  • 2.Install recommonmark for 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.html in path ${your_project_path}/Docs/_build/html/index.html

About

Documents with readthedocs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published