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

+7
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

+7
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

+7
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

+7
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

+8
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

+7
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

+7
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

+7
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

+7
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

+37
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`

docs/api/oauth.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.oauth` -- OAuth
2+
============================================
3+
.. automodule:: dropbox.oauth
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/paper.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.paper` -- Paper
2+
============================================
3+
.. automodule:: dropbox.paper
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/seen_state.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.seen_state` -- Seen State
2+
============================================
3+
.. automodule:: dropbox.seen_state
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/sharing.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.sharing` -- Sharing
2+
============================================
3+
.. automodule:: dropbox.sharing
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/team.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.team` -- Team
2+
============================================
3+
.. automodule:: dropbox.team
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/team_common.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.team_common` -- Team Common
2+
============================================
3+
.. automodule:: dropbox.team_common
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/team_log.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.team_log` -- Team Log
2+
============================================
3+
.. automodule:: dropbox.team_log
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/team_policies.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.team_policies` -- Team Policies
2+
============================================
3+
.. automodule:: dropbox.team_policies
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/users.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.users` -- Users
2+
============================================
3+
.. automodule:: dropbox.users
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/api/users_common.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`dropbox.users_common` -- Users Common
2+
============================================
3+
.. automodule:: dropbox.users_common
4+
:members:
5+
:show-inheritance:
6+
:special-members: __init__
7+
:undoc-members:

docs/index.rst

+19-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,25 @@ Dropbox for Python Documentation
99
.. toctree::
1010
:maxdepth: 2
1111

12-
moduledoc
12+
api/async
13+
api/auth
14+
api/common
15+
api/contacts
16+
api/dropbox
17+
api/exceptions
18+
api/file_properties
19+
api/file_requests
20+
api/files
21+
api/oauth
22+
api/paper
23+
api/seen_state
24+
api/sharing
25+
api/team
26+
api/team_common
27+
api/team_log
28+
api/team_policies
29+
api/users
30+
api/users_common
1331

1432
Indices and tables
1533
==================

docs/moduledoc.rst

-156
This file was deleted.

0 commit comments

Comments
 (0)