how to create .rSt files in django sphinx? -


.. documentation_hexnode documentation master file, created    sphinx-quickstart on mon may 09 14:24:54 2016.    can adapt file liking, should @ least    contain root `toctree` directive.   asked questions =================================================  contents:  .. toctree::    :maxdepth: 2     license      indices , tables ==================  * :ref:`genindex` * :ref:`modindex` * :ref:`search` 

this index.rst file after creating file run make html make build.but index.html file not have subheading license , help.do need manually create license.rst , help.rst in source directory?does automatically generate while building?

yes, need create both license.rst , help.rst.

you can read more toctree in sphinx documentation:


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -