summaryrefslogtreecommitdiff
path: root/api-docs/source/python.rst
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-01-16 17:18:54 -0500
committerRusty Wagner <rusty@vector35.com>2017-01-16 17:36:43 -0500
commit41acb3d72d6ec23620a744b7f84c8359e425b30b (patch)
treedf13cbfbd36f1e6f5e306080c0737e5c11be0f60 /api-docs/source/python.rst
parent7e154a952fe5856b7cf650e2646ebc410b1fb506 (diff)
parent8139c1413e6453f188b2ea7fed01cb3ea30d949e (diff)
Merge branch 'dev' into type_view
Diffstat (limited to 'api-docs/source/python.rst')
-rw-r--r--api-docs/source/python.rst73
1 files changed, 0 insertions, 73 deletions
diff --git a/api-docs/source/python.rst b/api-docs/source/python.rst
deleted file mode 100644
index 5e299535..00000000
--- a/api-docs/source/python.rst
+++ /dev/null
@@ -1,73 +0,0 @@
-Binary Ninja Python API Documentation
-=====================================
-
-.. currentmodule:: binaryninja
-.. autosummary::
- :toctree:
-
- AnalysisCompletionEvent
- AnalysisProgress
- Architecture
- BasicBlock
- BasicBlockEdge
- BinaryDataNotification
- BinaryDataNotificationCallbacks
- BinaryReader
- BinaryView
- BinaryViewType
- BinaryWriter
- CallingConvention
- CoreFileAccessor
- DataBuffer
- DataVariable
- DisassemblySettings
- DisassemblyTextLine
- Enumeration
- EnumerationMember
- FileAccessor
- Function
- FunctionGraph
- FunctionGraphBlock
- FunctionGraphEdge
- FunctionRecognizer
- IndirectBranchInfo
- InstructionBranch
- InstructionInfo
- InstructionTextToken
- LinearDisassemblyLine
- LinearDisassemblyPosition
- LookupTableEntry
- LowLevelILBasicBlock
- LowLevelILExpr
- LowLevelILFunction
- LowLevelILInstruction
- LowLevelILLabel
- NavigationHandler
- Platform
- PluginCommand
- PluginCommandContext
- ReferenceSource
- RegisterInfo
- RegisterValue
- StackVariable
- StackVariableReference
- StringReference
- Structure
- StructureMember
- Symbol
- Transform
- TransformParameter
- Type
- TypeParserResult
- UndoAction
- UpdateChannel
- UpdateProgressCallback
- UpdateVersion
-
-.. toctree::
- :maxdepth: 2
-
-.. automodule:: binaryninja
- :members:
- :undoc-members:
- :show-inheritance: