diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | api-docs/source/index.rst | 25 |
2 files changed, 1 insertions, 25 deletions
@@ -21,3 +21,4 @@ api-docs/build/* api-docs/source/binaryninja.* *.pyc api-docs/source/python.rst +api-docs/source/index.rst diff --git a/api-docs/source/index.rst b/api-docs/source/index.rst deleted file mode 100644 index 355d6901..00000000 --- a/api-docs/source/index.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. Binary Ninja API documentation master file, created by - sphinx-quickstart on Tue Jun 28 23:02:45 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -.. include global.rst - -Binary Ninja API Documentation -============================== - -Contents: - -.. toctree:: - :maxdepth: 2 - - Python API <python> -.. C++ API <c++> -.. C API <c> - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` |
