Skip to content

Commit

Permalink
Undo reference in notebooks, fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
justin13601 committed Jun 13, 2024
1 parent 457ffcf commit 62e6878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ In the rest of this document, we will detail how our algorithm automatically ext
these criteria and the terminology we use to describe our algorithm (both here and in the raw source code and
code comments). There are certain limitations of this algorithm where some kinds of tasks cannot yet be
expressed directly (more information available in the
[FAQs](https://eventstreamaces.readthedocs.io/en/latest/overview.html#faqs) and the
[Future Roadmap](https://eventstreamaces.readthedocs.io/en/latest/overview.html#future-roadmap)). Details
[FAQs](https://eventstreamaces.readthedocs.io/en/latest/readme.html#faqs) and the
[Future Roadmap](https://eventstreamaces.readthedocs.io/en/latest/readme.html#future-roadmap)). Details
about the true configuration language that is used in practice to specify "windows" can be found in
{doc}`/configuration`. Some task examples are available in {doc}`/notebooks/examples`.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We now load our configuration file by passing its path (`str`) into {py:func}`aces.config.TaskExtractorConfig.load()`. This parses the configuration file for each of the three key sections indicated above and prepares ACES for extraction based on our defined constraints (inclusion/exclusion criteria for each window)."
"We now load our configuration file by passing its path (`str`) into `config.TaskExtractorConfig.load()`. This parses the configuration file for each of the three key sections indicated above and prepares ACES for extraction based on our defined constraints (inclusion/exclusion criteria for each window)."
]
},
{
Expand Down

0 comments on commit 62e6878

Please sign in to comment.