Skip to content

Commit a2f0455

Browse files
committed
Docs:
- Add toctree - Update .gitignore
1 parent 8a90f7a commit a2f0455

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ instance/
7070

7171
# Sphinx documentation
7272
docs/_build/
73+
Thumbs.db
74+
.DS_Store
7375

7476
# PyBuilder
7577
target/

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ Add a connection:
3737
username='admin',
3838
password='admin')
3939
40+
.. toctree::
41+
:maxdept:2
4042

43+
jira
44+
confluence
4145

4246
.. |Build Status| image:: https://travis-ci.org/AstroMatt/atlassian-python-api.svg?branch=master
4347
:target: https://pypi.python.org/pypi/atlassian-python-api

0 commit comments

Comments
 (0)