Spinx - Formatting =====
// My very own Sphinx Cheatsheet
Below are a bunch of snippets I'll be using - with examples, if I remember...
Code
Code Blocks
.. code-block:: <language>
Code must be indented more than
the code-block tag and be split
up by new/blank lines
Inline Code Snippets
TODO
Paragraph Markup
Notes
Note
This is a note, you'll notice that Sphinx likes it's new lines
.. note::
This is a note, you'll notice that Sphinx likes it's new lines
Warnings
Warning
This is a WARNING
.. warning::
This is a WARNING