From 2b0560eea7d91083d6ed0d5b0bfc50f82e970d04 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 30 Jul 2016 16:38:02 -0400 Subject: remove C++ as well for now, default to just python --- api-docs/source/conf.py | 2 +- api-docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api-docs/source') 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 - C++ API +.. C++ API .. C API Indices and tables -- cgit v1.3.1