aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/_sources/index.txt')
-rw-r--r--docs/build/_sources/index.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/build/_sources/index.txt b/docs/build/_sources/index.txt
new file mode 100644
index 0000000..923a983
--- /dev/null
+++ b/docs/build/_sources/index.txt
@@ -0,0 +1,25 @@
+.. Autodep documentation master file, created by
+ sphinx-quickstart on Sat Jul 23 18:33:12 2011.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to Autodep's documentation!
+===================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+.. py:function:: enumerate(sequence[, start=0])
+
+ Return an iterator that yields tuples of an index and an item of the
+ *sequence*. (And so on.)
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+