8000 Fix toctree · suriyan/python-for-android@96ea529 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96ea529

Browse files
committed
Fix toctree
1 parent e366423 commit 96ea529

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/source/quickstart.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,11 @@ Going further
227227

228228
See the other pages of this doc for more information on specific topics:
229229

230-
.. toctree::
231-
:maxdepth: 1
232-
233-
More detailed build options<buildoptions>
234-
Command line arguments<commands>
235-
Creating and editing recipes<recipes>
236-
Creating and editing bootstraps<bootstraps>
237-
Using the Android Java APIs<apis>
238-
Troubleshooting<troubleshooting>
239-
Contributing<contribute>
230+
- :doc:`buildoptions`
231+
- :doc:`commands`
232+
- :doc:`recipes`
233+
- :doc:`bootstraps`
234+
- :doc:`apis`
235+
- :doc:`troubleshooting`
236+
- :doc:`launcher`
237+
- :doc:`contribute`

0 commit comments

Comments
 (0)
0