From 56cedb70bf10e93445174f2ac7d00233155e9c88 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 20 Jan 2017 18:58:43 -0500 Subject: ignore autogenerated index --- .gitignore | 1 + api-docs/source/index.rst | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 api-docs/source/index.rst diff --git a/.gitignore b/.gitignore index b2e5b79f..4c87edbd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -.. C++ API -.. C API - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` -- cgit v1.3.1