summaryrefslogtreecommitdiff
path: root/python/workflow.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-10-18 08:54:32 -0400
committerJordan Wiens <jordan@psifertex.com>2022-10-18 08:54:32 -0400
commit26eb2e96621d0f228c8a5eb26248e79c81962bf1 (patch)
tree4be1fed83a3e9f827d8c4dcf7618786ed49795b3 /python/workflow.py
parent070b1a17dd32a673fd96e645d47dd0ca3bf764c6 (diff)
remove reference to old show documentation API
Diffstat (limited to 'python/workflow.py')
-rw-r--r--python/workflow.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/workflow.py b/python/workflow.py
index 13d419e0..81de6e7d 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -163,9 +163,8 @@ class Workflow(metaclass=_WorkflowMetaclass):
>>> pwf.insert("core.function.basicBlockAnalysis", ["PythonLogWarn"])
>>> pwf.register()
- .. note:: Binary Ninja Workflows is currently under development and available as an early feature preview. For additional documentation::
+ .. note:: Binary Ninja Workflows is currently under development and available as an early feature preview. For additional documentation see Help / User Guide / Developer Guide / Workflows
- >>> Workflow().show_documentation()
"""
def __init__(self, name: str = "", handle: core.BNWorkflowHandle = None, query_registry: bool = True):
if handle is None: