Skip to content

Commit b34d043

Browse files
committed
docs: remove parameters section from sample_metadata() doc decorator
1 parent d81295f commit b34d043

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

malariagen_data/anoph/sample_metadata.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -708,23 +708,6 @@ def clear_extra_metadata(self):
708708
metadata, surveillance flags, and—when available—AIM and cohort
709709
metadata.
710710
""",
711-
parameters=dict(
712-
sample_sets="""
713-
Sample set identifier(s), e.g. ``'AG1000G-AO'``. If None, all
714-
available sample sets are used.
715-
""",
716-
sample_query="""
717-
A pandas query string to filter samples, e.g.
718-
``"country == 'Uganda' and sex_call == 'F'"``.
719-
""",
720-
sample_query_options="""
721-
Additional keyword arguments passed to :meth:`pandas.DataFrame.query`.
722-
""",
723-
sample_indices="""
724-
Integer indices of samples to select. Cannot be used together
725-
with ``sample_query``.
726-
""",
727-
),
728711
returns="""
729712
A DataFrame with one row per sample. Columns include:
730713

0 commit comments

Comments
 (0)