Initial cut of API changes
authorJonathan Lange <jml@mumak.net>
Tue, 26 Aug 2014 18:50:07 +0000 (19:50 +0100)
committerJonathan Lange <jml@mumak.net>
Tue, 26 Aug 2014 18:50:07 +0000 (19:50 +0100)
doc/api.rst [new file with mode: 0644]
doc/index.rst

diff --git a/doc/api.rst b/doc/api.rst
new file mode 100644 (file)
index 0000000..425c818
--- /dev/null
@@ -0,0 +1,26 @@
+testtools API documentation
+===========================
+
+Generated reference documentation for all the public functionality of
+testtools.
+
+Please :doc:`send patches </hacking>` if you notice anything confusing or
+wrong, or that could be improved.
+
+
+.. toctree::
+   :maxdepth: 2
+
+
+testtools
+---------
+
+.. automodule:: testtools
+   :members:
+
+
+testtools.matchers
+------------------
+
+.. automodule:: testtools.matchers
+   :members:
index bac47e43794d5a670c0f61cf8993211b84d32dd9..a6c05a95ed77c8ec568bde3a8529bd6e9fc022ad 100644 (file)
@@ -25,7 +25,7 @@ Contents:
    for-framework-folk
    hacking
    Changes to testtools <news>
-   API reference documentation <http://mumak.net/testtools/apidocs/>
+   API reference documentation <api>
 
 Indices and tables
 ==================