summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-08-20 15:58:27 +0200
committerAndrew Shadura <andrew@shadura.me>2015-08-20 15:58:27 +0200
commit25d6c405aff4167e801d0a4995083a56160b969e (patch)
tree070a400e9627b5b392dc3b57be4f889646ec2ea9 /README.rst
parentff1408420159488a106492ccd11dd234967029b6 (diff)
Imported Upstream version 0.1.39
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b45af01..df387f5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,16 @@
-Reconfigure - Python object mapping for config files.
+====================================================
+Reconfigure - Python object mapping for config files
+====================================================
-Quickstart::
+.. image:: https://travis-ci.org/Eugeny/reconfigure.png
+
+`Browse API on SourceGraph <https://sourcegraph.com/github.com/Eugeny/reconfigure/tree>`_
+
+----------
+Quickstart
+----------
+
+::
>>> from reconfigure.configs import FSTabConfig
>>> from reconfigure.items.fstab import FilesystemData
@@ -137,4 +147,4 @@ Included parsers:
* squid (``squid``)
* nsd (``nsd``)
* CSV-like space-separated values (``ssv``)
- * JSON (``jsonparser``) \ No newline at end of file
+ * JSON (``jsonparser``)