@@ -67,7 +67,7 @@ release = '0.6'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['*pwman/tests/*']
+exclude_patterns = ['**tests**']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
@@ -10,6 +10,14 @@ Contents:
.. toctree::
:maxdepth: 2
+
+ tutorial
+Indices and tables
+==================
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
@@ -0,0 +1,2 @@
+Pwman3 - tutorial
+*****************