1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.. include:: ../README.rst
:end-before: The `documentation
Sybil comes with an array of included :ref:`parsers <parsers>`, including ones for
:mod:`doctest` and :rst:dir:`code-block` examples, and
is designed so that it's easy to provide your own additional parsers.
.. toctree::
:maxdepth: 3
quickstart.rst
use.rst
patterns.rst
Test Runners <integration.rst>
ReST Parsers <rest.rst>
markdown.rst
myst.rst
Developing Parsers <parsers.rst>
.. toctree::
:maxdepth: 1
concepts.rst
api.rst
development.rst
changes.rst
license.rst
Why Sybil?
==========
Sybil is heavily inspired by `Manuel`__, which was named after a
`Fawlty Towers`__ character, and so it seemed only right to pick another
Fawlty Towers character name for this library.
__ https://pypi.org/project/manuel/
__ https://en.wikipedia.org/wiki/Fawlty_Towers
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|