From 3556fc9c0cf451739df838ad78b5be52a2d482f3 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 9 Jun 2022 13:16:50 -0400 Subject: Remove built-in workflow docs and objectivec example. --- python/workflow.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'python') diff --git a/python/workflow.py b/python/workflow.py index 36f070c6..13d419e0 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -408,14 +408,6 @@ class Workflow(metaclass=_WorkflowMetaclass): core.BNShowGraphReport(None, f'{self.name} <{activity}>' if activity else self.name, graph.handle) return graph - def show_documentation(self) -> None: - """ - ``show_documentation`` Show the Workflows documentation in the UI. - - :rtype: None - """ - core.BNWorkflowShowReport(self.handle, "documentation") - def show_metrics(self) -> None: """ ``show_metrics`` Not yet implemented. -- cgit v1.3.1