summaryrefslogtreecommitdiff
path: root/api-docs/source
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-30 16:38:02 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-30 16:38:02 -0400
commit2b0560eea7d91083d6ed0d5b0bfc50f82e970d04 (patch)
tree58ddf0c139701d6ed6197109592b807d7f928b63 /api-docs/source
parentdeb657e0f5088ab2711d27d7b40235d6917ad238 (diff)
remove C++ as well for now, default to just python
Diffstat (limited to 'api-docs/source')
-rw-r--r--api-docs/source/conf.py2
-rw-r--r--api-docs/source/index.rst2
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