Skip to content

Commit 287f77f

Browse files
committed
Split documentation into multiple pages
1 parent 268ae03 commit 287f77f

22 files changed

+190
-157
lines changed

docs/api/async.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.async` -- Async
2+
============================================
3+
.. automodule:: dropbox.async
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/auth.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.auth` -- Auth
2+
============================================
3+
.. automodule:: dropbox.auth
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/common.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.common` -- Common
2+
============================================
3+
.. automodule:: dropbox.common
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/contacts.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.contacts` -- Contacts
2+
============================================
3+
.. automodule:: dropbox.contacts
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/dropbox.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:mod:`dropbox.dropbox` -- Dropbox
2+
============================================
3+
.. automodule:: dropbox.dropbox
4+
:members:
5+
:show-inheritance:
6+
:inherited-members:
7+
:special-members: __init__
8+
:undoc-members:

docs/api/exceptions.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.exceptions` -- Exceptions
2+
============================================
3+
.. automodule:: dropbox.exceptions
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/file_properties.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.file_properties` -- File Properties
2+
============================================
3+
.. automodule:: dropbox.file_properties
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/file_requests.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.file_requests` -- File Requests
2+
============================================
3+
.. automodule:: dropbox.file_requests
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/files.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.files` -- Files
2+
============================================
3+
.. automodule:: dropbox.files
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/index.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Dropbox for Python Documentation
2+
================================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
tutorial
8+
9+
.. toctree::
10+
:maxdepth: 2
11+
12+
async
13+
auth
14+
common
15+
contacts
16+
dropbox
17+
exceptions
18+
file_properties
19+
file_requests
20+
files
21+
oauth
22+
paper
23+
seen_state
24+
sharing
25+
team
26+
team_common
27+
team_log
28+
team_policies
29+
users
30+
users_common
31+
32+
Indices and tables
33+
==================
34+
35+
* :ref:`genindex`
36+
* :ref:`modindex`
37+
* :ref:`search`

0 commit comments

Comments
 (0)