diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-10-17 06:23:08 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-10-17 06:23:08 -0400 |
| commit | 4942700ca3387b64cc6443a80bac60b470588bb9 (patch) | |
| tree | 7ab0b29c72e9146734b3cb24d062dff148c2b8ec /api-docs/source | |
| parent | fba5ef5a7cb2c0f76cf2531adddda9d3023c2357 (diff) | |
documentation overhaul
Diffstat (limited to 'api-docs/source')
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 404348f0..5477a0f9 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -77,7 +77,7 @@ def cleansource(): def generaterst(): pythonrst = open("index.rst", "w") - pythonrst.write('''Binary Ninja Python API Documentation + pythonrst.write('''Binary Ninja Python API Reference ===================================== Welcome to the Binary Ninja API documentation. The below methods are available |
