====================================================
 Sample Document
====================================================

.. contents::

Admonitions (Docutils origin)
===============================================================================

.. danger::
   This is sample of admonition directive for "Danger".

.. error::
   This is sample of admonition directive for "Error".

.. warning::
   This is sample of admonition directive for "Warning".

.. caution::
   This is sample of admonition directive for "Caution".

.. attention::
   This is sample of admonition directive for "Attention".

.. important::
   This is sample of admonition directive for "Important".

.. note::
   This is sample of admonition directive for "Note".

.. hint::
   This is sample of admonition directive for "Hint".

.. tip::
   This is sample of admonition directive for "Tip".


Admonitions (Sphinx Additional)
===============================

.. seealso::
   This is sample of admonition directive for "SeeAlso".

.. versionadded:: 0.3.1
   Here is description of specification which added on that version.

.. versionchanged:: 0.8
   Here is description of specification which changed on that version.

.. code-block:: python

   >>> from fibo import fib, fib2
   >>> fib(500)
   1 1 2 3 5 8 13 21 34 55 89 144 233 377

Tables
===============================

+------------------------+------------+----------+----------+
| Header row, column 1   | Header 2   | Header 3 | Header 4 |
| (header rows optional) |            |          |          |
+========================+============+==========+==========+
| body row 1, column 1   | column 2   | column 3 | column 4 |
+------------------------+------------+----------+----------+
| body row 2             | ...        | ...      |          |
+------------------------+------------+----------+----------+

