summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-10 19:51:44 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-10 19:51:44 +0100
commit525157a9d34b1210a408a6f35984d5553c1d423b (patch)
treed1fc443c055fcde5ffa2e2eefc0a75ab830f8b82
parent92d8173378fc099340f74323e87091ede1b38cc7 (diff)
downloadansicolor-525157a9d34b1210a408a6f35984d5553c1d423b.tar.gz
update docs
-rw-r--r--docs/index.rst11
-rw-r--r--docs/src/changes.rst9
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5e3720d..2cbbc48 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,7 @@
ansicolor
=========
+
User guide
----------
@@ -12,6 +13,7 @@ User guide
src/colored_diffs.rst
src/marked_up_strings.rst
+
API documentation
-----------------
@@ -21,6 +23,15 @@ API documentation
ansicolor
+Project documentation
+---------------------
+
+.. toctree::
+ :maxdepth: 4
+
+ src/changes.rst
+
+
Indices and tables
==================
diff --git a/docs/src/changes.rst b/docs/src/changes.rst
new file mode 100644
index 0000000..421c3e7
--- /dev/null
+++ b/docs/src/changes.rst
@@ -0,0 +1,9 @@
+Release notes
+=============
+
+
+0.2.2
+-----
+
+- :func:`ansicolor.colorize` now accepts ``start`` and ``end`` kwargs.
+ :func:`ansicolor.wrap_string` has been deprecated.