diff options
Diffstat (limited to 'api-docs/source')
| -rw-r--r-- | api-docs/source/conf.py | 2 | ||||
| -rw-r--r-- | api-docs/source/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index ac236052..42bcfb87 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -72,7 +72,7 @@ source_suffix = '.rst' # source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'index' +master_doc = 'python' # General information about the project. project = u'Binary Ninja API' diff --git a/api-docs/source/index.rst b/api-docs/source/index.rst index 62145b10..355d6901 100644 --- a/api-docs/source/index.rst +++ b/api-docs/source/index.rst @@ -14,7 +14,7 @@ Contents: :maxdepth: 2 Python API <python> - C++ API <c++> +.. C++ API <c++> .. C API <c> Indices and tables |
