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 385e84d commit 5adab4fCopy full SHA for 5adab4f
graphtik/op.py
@@ -1,11 +1,8 @@
1
# Copyright 2016, Yahoo Inc.
2
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
3
"""
4
-.. default-role: term
+Define :term:`operation` & :term:`dependency` and match/zip inputs/outputs during :term:`execution`.
5
6
-Define `operation` and their `dependency` and match/zip inputs/outputs during `execution`.
7
-
8
-.. default-role:
9
.. note::
10
This module (along with :mod:`.modifiers` & :mod:`.pipeline`) is what client code needs
11
to define pipelines *on import time* without incurring a heavy price
0 commit comments