blob: 296d2632e56408dab7f4383bf526878487d7bfd8 (
plain)
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
47
48
49
50
51
52
53
54
55
|
version: 0.1
output: rst
fix_inline_single_backquotes: true
--- !comment |
Sections, subsections, etc. in .ryd files
# with overline, for parts
* with overline, for chapters
=, for sections
+, for subsections
^, for subsubsections
", for paragraphs
don't use - or . as --- or ... interfere with ryd
--- |
***********
ruamel.yaml
***********
`BitBucket <https://bitbucket.org/ruamel/yaml>`_ |
`PyPI <https://pypi.python.org/pypi/ruamel.yaml/>`_
Contents:
.. toctree::
:maxdepth: 2
overview
install
basicuse
dumpcls
detail
example
api
pyyaml
contributing
.. image:: https://readthedocs.org/projects/yaml/badge/?version=stable
:target: https://yaml.readthedocs.org/en/stable
.. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
:target: https://bestpractices.coreinfrastructure.org/projects/1128
.. image:: https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/license.svg
:target: https://opensource.org/licenses/MIT
.. image:: https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/pypi.svg
:target: https://pypi.org/project/ruamel.yaml/
.. image:: https://bitbucket.org/ruamel/oitnb/raw/default/_doc/_static/oitnb.svg
:target: https://pypi.org/project/oitnb/
.. image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: http://mypy-lang.org/
|