diff options
Diffstat (limited to 'api-docs/source/index.rst')
| -rw-r--r-- | api-docs/source/index.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/api-docs/source/index.rst b/api-docs/source/index.rst new file mode 100644 index 00000000..25614b2c --- /dev/null +++ b/api-docs/source/index.rst @@ -0,0 +1,26 @@ +.. 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` + |
