summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-28 18:03:20 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-28 18:03:20 +0100
commitd40f23f32d52c369d2dd996aff5238e1ec0abb8a (patch)
treed9c73111c29a8e4635bf46127dc0a580b519f4c0 /doc/index.rst
parentfe2d4ee7ccf526b41acf4ea3b62a7d236ac15396 (diff)
parent64b040bd6986121196c340c11f697c9baba8cdc7 (diff)
downloadpython-tracing-d40f23f32d52c369d2dd996aff5238e1ec0abb8a.tar.gz
Build docs with sphinx.
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644
index 0000000..4c34244
--- /dev/null
+++ b/doc/index.rst
@@ -0,0 +1,12 @@
+.. tracing documentation master file, created by
+ sphinx-quickstart on Sat May 28 16:44:32 2011.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to tracing's documentation!
+===================================
+
+.. automodule:: tracing
+ :members:
+ :undoc-members:
+