We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e8f6c commit 7cfd55bCopy full SHA for 7cfd55b
docs/source/reference.rst
@@ -14,10 +14,10 @@ Module: `base`
14
:members:
15
:undoc-members:
16
17
-Module: `functional`
+Module: `operations`
18
====================
19
20
-.. automodule:: graphtik.functional
+.. automodule:: graphtik.operations
21
22
23
graphtik/__init__.py
@@ -10,6 +10,6 @@
10
__summary__ = __doc__.splitlines()[0]
11
__uri__ = "https://github.com/pygraphkit/graphtik"
12
13
-from .functional import operation, compose
+from .operations import operation, compose
from .modifiers import * # noqa, on purpose to include any new modifiers
graphtik/functional.py renamed to graphtik/operations.py
0 commit comments