| 1 | {{{ |
| 2 | #!/rst |
| 3 | |
| 4 | .. The PJSIP Book documentation master file, created by |
| 5 | sphinx-quickstart on Sat Nov 30 06:36:26 2013. |
| 6 | You can adapt this file completely to your liking, but it should at least |
| 7 | contain the root `toctree` directive. |
| 8 | |
| 9 | Welcome to The PJSIP Book's documentation! |
| 10 | ========================================== |
| 11 | |
| 12 | Contents: |
| 13 | |
| 14 | .. toctree:: |
| 15 | :maxdepth: 2 |
| 16 | |
| 17 | intro |
| 18 | |
| 19 | |
| 20 | |
| 21 | Indices and tables |
| 22 | ================== |
| 23 | |
| 24 | * :ref:`genindex` |
| 25 | * :ref:`modindex` |
| 26 | * :ref:`search` |
| 27 | |
| 28 | }}} |