diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 18:53:32 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-01-20 18:53:32 -0500 |
| commit | 148924f082ba45f041431d004f630de56b59c144 (patch) | |
| tree | a575e5d5fe6074d8232f90f8bac270a7ea485e62 /api-docs/source/conf.py | |
| parent | 4beca85ef057f93b7f07a46580ae1c920fd571a1 (diff) | |
make python docs default for API help
Diffstat (limited to 'api-docs/source/conf.py')
| -rw-r--r-- | api-docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index c7fa4a89..c87cb114 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -43,7 +43,7 @@ def classlist(module): def generaterst(): - pythonrst = open("python.rst", "w") + pythonrst = open("index.rst", "w") pythonrst.write('''Binary Ninja Python API Documentation ===================================== @@ -130,7 +130,7 @@ source_suffix = '.rst' # source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'python' +master_doc = 'index' # General information about the project. project = u'Binary Ninja API' |
