summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-28 09:56:33 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-28 09:56:33 +0200
commit8cbd2e97559a96243dfb87547403d5097b668d23 (patch)
treedde93757955831f55a34c367f484f4ae045172dd
parent38a108517e9e93ae016e9e27d29f17ffca02e7aa (diff)
downloadruamel.yaml-8cbd2e97559a96243dfb87547403d5097b668d23.tar.gz
re-add index.rst needed for rtfd
-rw-r--r--__init__.py4
-rw-r--r--_doc/index.rst29
2 files changed, 31 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index b0a4e06..5c53c7e 100644
--- a/__init__.py
+++ b/__init__.py
@@ -7,8 +7,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 15, 22),
- __version__='0.15.22',
+ version_info=(0, 15, 23, 'dev'),
+ __version__='0.15.23.dev',
author='Anthon van der Neut',
author_email='a.van.der.neut@ruamel.eu',
description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA
diff --git a/_doc/index.rst b/_doc/index.rst
new file mode 100644
index 0000000..693da14
--- /dev/null
+++ b/_doc/index.rst
@@ -0,0 +1,29 @@
+
+***********
+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