-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Refactored the documentation and deprecation warnings (#267)
* Refactored the documentation, mostly the tutorials, and deprecated some classes and methods * Update import * Updated ruff config and imports for deprecated * Test and update deprecation warning
- Loading branch information
Showing
35 changed files
with
1,293 additions
and
3,899 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
# Base class | ||
|
||
::: polaris.benchmark.BenchmarkSpecification | ||
::: polaris.benchmark.BenchmarkV2Specification | ||
options: | ||
filters: ["!^_", "!md5sum", "!get_cache_path"] | ||
|
||
--- | ||
## Subclasses | ||
|
||
::: polaris.benchmark.SingleTaskBenchmarkSpecification | ||
|
||
--- | ||
|
||
::: polaris.benchmark.MultiTaskBenchmarkSpecification | ||
::: polaris.benchmark.BenchmarkSpecification | ||
options: | ||
filters: ["!^_", "!md5sum", "!get_cache_path"] | ||
|
||
--- |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,13 @@ | ||
# Resources | ||
|
||
## Publications | ||
|
||
- Correspondence in Nature Biotechnology: [10.1038/s42256-024-00911-w](https://doi.org/10.1038/s42256-024-00911-w). | ||
- Preprint on Method Comparison Protocols: [10.26434/chemrxiv-2024-6dbwv-v2](https://doi.org/10.26434/chemrxiv-2024-6dbwv-v2). | ||
|
||
## Talks | ||
|
||
- PyData London (June, 2024): [https://www.youtube.com/watch?v=YZDfD9D7mtE](https://www.youtube.com/watch?v=YZDfD9D7mtE) | ||
- MoML (June, 2024): [https://www.youtube.com/watch?v=Tsz_T1WyufI](https://www.youtube.com/watch?v=Tsz_T1WyufI) | ||
|
||
--- |
Oops, something went wrong.