-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Add estimator overview table with capabilities (#1426)
* Add estimator overview table with capabilities * Fix typos * remove unused css import and try markdown checkmarks * Fix string backslash typo * Try math rendering with p * Add back JS script for table search * Fix checkmarks (hopefuly) * Add back field css and split columns for module * Fix typos * Add mathjax extension for math rendering * Add mathjax extension for math rendering * Try unicode char * Raw unicode from file * Try using datatable css/js for search and sort * Fix table syntax * Try DataTable by ID * Try ID via md syntax * ID on file generation * Remove JS component and leave raw table without search * Requested changes * Typo
- Loading branch information
Showing
3 changed files
with
94 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Estimator Overview | ||
|
||
The table below gives an overview of all estimators in aeon and their capabilities. | ||
|
||
```{include} estimator_overview_table.md | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -270,6 +270,7 @@ code_of_conduct.md | |
:hidden: | ||
glossary.md | ||
estimator_overview.md | ||
changelog.md | ||
papers_using_aeon.md | ||
``` |