Skip to content

Instantly share code, notes, and snippets.

@pavan538
Forked from amitsingh-n/contents.rst
Created July 6, 2018 10:24
Show Gist options
  • Save pavan538/f8f6091d722f78ebe7ff2c3ae60549aa to your computer and use it in GitHub Desktop.
Save pavan538/f8f6091d722f78ebe7ff2c3ae60549aa to your computer and use it in GitHub Desktop.

Contents

.. toctree::
   :caption: Table of Contents
   :name: mastertoc
   :maxdepth: 2


Components

Service Bus Subscriber Component

  • Purpose of Service Bus Subscriber
  • Input Format
  • Output Format
  • configuration options
  • Recovery Scenarios (when things go wrong)

Note

This function is not suitable for sending spam e-mails.

Warning

This function is not suitable for sending spam e-mails.

.. versionadded:: 2.5
   The *spam* parameter.

.. deprecated:: 3.1
   Use :func:`spam` instead.

.. seealso::

   Module :py:mod:`zipfile`
      Documentation of the :py:mod:`zipfile` standard module.

   `GNU tar manual, Basic Tar Format <http://link>`_
      Documentation for tar archive files, including GNU tar extensions.


.. centered:: LICENSE AGREEMENT

.. hlist::
   :columns: 3

   * A list of
   * short items
   * that should be
   * displayed
   * horizontally

def some_function():
    interesting = False
    print 'This line is highlighted.'
    print 'This one is not...'
    print '...but this one is.'
print 'Explicit is better than implicit.'
.. literalinclude:: conf.py


.. glossary::

   environment
      A structure where information about all documents under the root is
      saved, and used for cross-referencing.  The environment is pickled
      after the parsing stage, so that successive runs only need to read
      and parse new and changed documents.

   source directory
      The directory which, including its subdirectories, contains all
      source files for one Sphinx project.

.. glossary::

   term 1 : A
   term 2 : B
      Definition of both terms.


.. sectionauthor:: Guido van Rossum <[email protected]>

.. codeauthor:: name <email>


Header row, column 1 (header rows optional) Header 2 Header 3 Header 4
body row 1, column 1 column 2 column 3 column 4
body row 2 ... ...  

This is a heading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment