summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-01 10:31:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-01 10:31:48 -0500
commite3c988e6c621ef79c848abd0f60284d03ff9cc53 (patch)
tree502b07d92adc21da512538e333532e236c26351e /docs/index.rst
parent9963a197f6390c02bd1fe736e56abd14da3c6898 (diff)
parent8cac0b2cb71073568c5a6e6187136837c3ded7f5 (diff)
downloadpytest-runner-e3c988e6c621ef79c848abd0f60284d03ff9cc53.tar.gz
Merge
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..6b8d791
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,22 @@
+Welcome to pytest-runner documentation!
+========================================
+
+.. toctree::
+ :maxdepth: 1
+
+ history
+
+
+.. automodule:: pytest-runner
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+