|
1 | | -.. java2python documentation master file, created by |
2 | | - sphinx-quickstart on Mon Jul 26 14:04:17 2010. |
3 | | - You can adapt this file completely to your liking, but it should at least |
4 | | - contain the root `toctree` directive. |
| 1 | +java2python Documentation Index |
| 2 | +-------------------------------- |
5 | 3 |
|
6 | | -|j2py| |release| Documentation |
7 | | -=================================== |
| 4 | +Please read the [introduction](./intro.md) for information about what the |
| 5 | +package does, how it works, and why it was created. From there you should |
| 6 | +proceed to the [usage](./usage.md) page for an overview of how to work with |
| 7 | +the tool. When you really get going, you'll want to read the |
| 8 | +[features](./features.md) page to learn what you can do. |
8 | 9 |
|
9 | | -Welcome! This is the documentation for java2python |release|, last updated |today|. |
10 | 10 |
|
11 | | -Please read the :ref:`intro` for information what the package |
12 | | -does, how it works, and why it was created. From there, you should |
13 | | -proceed to the :ref:`usage` chapter for an overview of how to work |
14 | | -with the tool. When you really get going, you'll want to read the |
15 | | -:ref:`features` chapter to learn what you can do. |
16 | | - |
17 | | - |
18 | | -Contents: |
19 | | - |
20 | | -.. toctree:: |
21 | | - :maxdepth: 2 |
22 | | - :numbered: |
23 | | - |
24 | | - intro.rst |
25 | | - usage.rst |
26 | | - features.rst |
27 | | - customization.rst |
28 | | - glossary.rst |
29 | | - |
30 | | - |
31 | | -Indices and tables |
32 | | -================== |
33 | | - |
34 | | -* :ref:`genindex` |
35 | | -* :ref:`modindex` |
36 | | -* :ref:`search` |
37 | | -* :ref:`glossary` |
| 11 | +Contents |
| 12 | +--------- |
38 | 13 |
|
| 14 | + * [Index (this page)](index.md) |
| 15 | + * [Introduction](intro.md) |
| 16 | + * [Features](features.md) |
| 17 | + * [Usage](usage.md) |
| 18 | + * [Customization](customization.md) |
| 19 | + * [Glossary](glossary.md) |
0 commit comments