summaryrefslogtreecommitdiff
path: root/api-docs/source/python.rst
diff options
context:
space:
mode:
authorAndrew Lamoureux <lwerdna@users.noreply.github.com>2017-03-15 20:33:55 -0400
committerGitHub <noreply@github.com>2017-03-15 20:33:55 -0400
commit31d34d5d067ed4c5fe071eb8637b10ed50607555 (patch)
tree9347ba4e5e6a2b26baf620f59e56db7965bb47b5 /api-docs/source/python.rst
parent164c7a680697be72d7f42af28b89012e5c6dd53b (diff)
parent1f7523ce2b1edac1014d781fc771d5b82568e2f1 (diff)
Merge branch 'dev' into 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: