Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
Signed-off-by: nemirorox <[email protected]>
  • Loading branch information
nemirorox committed Nov 16, 2020
1 parent ec6936f commit af6e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/develop_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ To define a Pipeline component, follow these guidelines:
1. all components reside in ``fate_client/pipeline/component`` directory
2. components should inherit common base ``Component``
3. as a good practice, components should have the same names as their corresponding modules
4. components take in parameters at initialization as defined in pipeline/param, where a BaseParam and consts file are provided
4. components take in parameters at initialization as defined in `pipeline/param <../python/fate_client/pipeline/param>`_, where a BaseParam and consts file are provided
5. set attributes of component input and output,
including whether module has output model, or type of data output('single' vs. 'multi')

Expand Down

0 comments on commit af6e9e3

Please sign in to comment.