Snippets

Snippets#

Cobalt Chemical Symbol Snippet

Note

This page contains things that are useful shortcuts for developers.

Sphinx#

References#

Code#

To display code you can use, the shorthand double colon:

Here is some code::

    def func():
        return

The default code type is Python, but you can specify other types of code:

.. code-block:: shell

   #!/bin/sh
   echo "Hello"

Headings#

  • # with overline, for parts

  • * with overline, for chapters

  • =, for sections

  • -, for subsections

  • ^, for subsubsections

  • “, for paragraphs