diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:38:02 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:38:02 -0400 |
| commit | 2b0560eea7d91083d6ed0d5b0bfc50f82e970d04 (patch) | |
| tree | 58ddf0c139701d6ed6197109592b807d7f928b63 | |
| parent | deb657e0f5088ab2711d27d7b40235d6917ad238 (diff) | |
remove C++ as well for now, default to just python
| -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 |
