Skip to content

Commit

Permalink
Temporarily deleted some contents to generate documentation suitable …
Browse files Browse the repository at this point in the history
…for version 1.16
  • Loading branch information
bennylp committed Apr 20, 2021
1 parent 1766356 commit 5f8c67f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
# ones.
extensions = [
'breathe',
'sphinx_rtd_theme'
'sphinx_rtd_theme',
'recommonmark'
]

source_parsers = {
Expand Down
17 changes: 0 additions & 17 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,11 @@ PJPROJECT Online Documentation

intro
consider
datasheet

.. toctree::
:maxdepth: 2
:caption: PJSUA2:

pjsua2/intro_pjsua2
pjsua2/endpoint
pjsua2/account
pjsua2/media
pjsua2/call
pjsua2/presence
pjsua2/samples
pjsua2/media_quality
pjsua2/network_problems


.. toctree::
:maxdepth: 2
:caption: API Reference:

api/pjsua2
api/pjsua_lib
api/pjsip
api/pjmedia
Expand Down
3 changes: 0 additions & 3 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ PJSUA-LIB API itself is a library that unifies SIP, audio/video media, NAT trave
media application best practices into a high level, integrated, and easy to use API.
The next chapter will guide you on selecting which API level to use depending on your requirements.

This documentation can be `viewed online <http://www.pjsip.org/docs/book-latest/html/index.html>`_,
or alternatively you can `download the PDF format <http://www.pjsip.org/docs/book-latest/PJSUA2Doc.pdf>`_
for offline viewing.

Getting Started
==============================
Expand Down

0 comments on commit 5f8c67f

Please sign in to comment.