From 4942700ca3387b64cc6443a80bac60b470588bb9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Oct 2022 06:23:08 -0400 Subject: documentation overhaul --- api-docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-docs/source') 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 -- cgit v1.3.1