Skip to content

Commit b7d6130

Browse files
authored
Doc: Exclude private members (#253)
1 parent b75ece3 commit b7d6130

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"members": None,
7575
"imported-members": ["petab"],
7676
"inherited-members": None,
77-
"private-members": None,
7877
"show-inheritance": None,
7978
}
8079

petab/visualize/plotter.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ def _error_column_for_plot_type_data(plot_type_data: str) -> Optional[str]:
5555
5656
Parameters
5757
----------
58-
plot_type_data: PEtab plotTypeData value (the way replicates
59-
should be handled)
58+
plot_type_data: PEtab plotTypeData value (the way replicates should be
59+
handled)
60+
6061
Returns
6162
-------
62-
Name of corresponding column
63+
Name of corresponding column
6364
"""
6465
if plot_type_data == MEAN_AND_SD:
6566
return "sd"

0 commit comments

Comments
 (0)