Skip to content

Commit

Permalink
Attempt reference to module api?
Browse files Browse the repository at this point in the history
  • Loading branch information
justin13601 committed Jun 13, 2024
1 parent 5cf0261 commit 2645664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ You can also use the `aces.query.query()` function to extract a cohort in Python
.. autofunction:: aces.query.query
```

The `cfg` parameter must be of type `config.TaskExtractorConfig`, and the `predicates_df` parameter must be of type `polars.DataFrame`.
The `cfg` parameter must be of type :py:mod:`aces.config.TaskExtractorConfig`, and the `predicates_df` parameter must be of type `polars.DataFrame`.

Details about the configuration language used to define the `cfg` parameter can be found in {doc}`/configuration`.

Expand Down

0 comments on commit 2645664

Please sign in to comment.