summaryrefslogtreecommitdiff
path: root/api-docs/source/python.rst
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-03-05 13:12:01 -0500
committerPeter LaFosse <peter@vector35.com>2017-03-05 13:12:01 -0500
commitcf5997848b8819725315bd2c8dd8a04c70da3b63 (patch)
tree24d9360e3ccfaee361aca4d345072c142c386a41 /api-docs/source/python.rst
parenta0132eed82d28d4408a2475847e1804a157b3dc1 (diff)
parent27f1271083efb09efc6405f91be893ab38dad9a0 (diff)
Merginging with dev
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: