We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a90f7a commit a2f0455Copy full SHA for a2f0455
.gitignore
@@ -70,6 +70,8 @@ instance/
70
71
# Sphinx documentation
72
docs/_build/
73
+Thumbs.db
74
+.DS_Store
75
76
# PyBuilder
77
target/
docs/index.rst
@@ -37,7 +37,11 @@ Add a connection:
37
username='admin',
38
password='admin')
39
40
+.. toctree::
41
+ :maxdept:2
42
43
+ jira
44
+ confluence
45
46
.. |Build Status| image:: https://travis-ci.org/AstroMatt/atlassian-python-api.svg?branch=master
47
:target: https://pypi.python.org/pypi/atlassian-python-api
0 commit comments