############################ Sphinx and reStructuredText ############################ ******* Sphinx ******* Bugs and Features ================== **./mkdoc will not delete a build html file after the source rst file has been deleted!!!!** **toctree Error Message** - Pycharm, both professional and community edition uses docutils to parse Sphinx documentation. Docutils does not recognize toctree Links for sphinx ================= a 'Sphinxdocumention '_ this is a paragraph that contains 'a link'_. .. _a link: https://www.sphinx-doc.org/en/master/contents.html ******************* reStructured Text ******************* Links ====== Excellent source of major points of reStructuredText ``_. Use backtick "`" when creating a label for a link. It appears you should also also use a backtick when creating a standalone link but an apostrophe. "'" seems to work. Heroku has an excellent on-line 'Online Sphinx Editor' ``_ where you can play with getting reStructuredText working correctly Lists ====== Use '*' for an unordered list * This is a list * It has two items, the second item uses two lines * third item * second item Use '#.' for a numbered list #. a numbered list #. second item Sections ========= * # with overline for parts * \* with overline for sections * = for sections * \- for subsections * ^ for subsubsections * " for paragraphs