From 148924f082ba45f041431d004f630de56b59c144 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 20 Jan 2017 18:53:32 -0500 Subject: make python docs default for API help --- api-docs/source/old-index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 api-docs/source/old-index.rst (limited to 'api-docs/source/old-index.rst') diff --git a/api-docs/source/old-index.rst b/api-docs/source/old-index.rst new file mode 100644 index 00000000..355d6901 --- /dev/null +++ b/api-docs/source/old-index.rst @@ -0,0 +1,25 @@ +.. 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 +.. C++ API +.. C API + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.3.1