Tutorial by Examples

Since Sphinx is available on the Python Package Index, it can be installed using pip: pip install Sphinx or you can also install using easy_install easy_install -U sphinx Then you can check that it has been correctly installed by executing the following command: > sphinx-quickstart --ver...
To get started go to root of project directory and run : $ sphinx-quickstart You will get options to create documentation for your project. For default setup follow below commands: Prompt Choice > Root path for the documentation [.]: <ENTER> > Separate source and build dire...

Page 1 of 1