File: index.rst

package info (click to toggle)
python-sybil 9.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: python: 4,510; makefile: 90
file content (46 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (2)
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`