-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting tagging functionality (#65)
* Starting tagging functionality * Update benchpark_tags.yaml * Update benchpark_tags.yaml * copyright * trying to fix lint * Adding tags * Adding tags * Adding tags * adding tags * adding tags * adding tags * Expanding benchmark tags options * Update tags * Adding functionality to see all tags, and all experiments with a specific tag * adding more options to tag queries, and adding to the docs * fix typo CI caught * formatting * formatting * Starting table descriptions of benchmarks and tags for the docs * lint * add help menu to docs * add new page for current benchpark help menu * starting benchpark list into table - parsing application.py for tags list, split across multiple lines * starting tags list into table - parsing application.py for tags list, split across multiple lines * notes * working benchmark list table * fix page reference * use benchmark tags command * use benchpark tags command * remove commented out code * remove unused parsing script for tags * black * remove unused import * Add CI setup to install ramble for use in docs generation * add tag table generator script to makefile * run all * Add yaml dependency to docs CI * fixes * sphinxcontrib-programoutput req * Fix codspell looking in the rendered docs * remove tables/*.csv * run benchmark tags script --------- Co-authored-by: Stephanie Brink <[email protected]> Co-authored-by: Alec Scott <[email protected]>
- Loading branch information
1 parent
b3e09e6
commit f3cfc47
Showing
24 changed files
with
432 additions
and
176 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
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
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 @@ | ||
.. Copyright 2023 Lawrence Livermore National Security, LLC and other | ||
Benchpark Project Developers. See the top-level COPYRIGHT file for details. | ||
SPDX-License-Identifier: Apache-2.0 | ||
============== | ||
Benchmark List | ||
============== | ||
|
||
.. csv-table:: Current Benchpark tags by benchmark and tag groups. | ||
:file: benchmark-list.csv | ||
:header-rows: 1 | ||
:align: left |
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,14 @@ | ||
.. Copyright 2023 Lawrence Livermore National Security, LLC and other | ||
Benchpark Project Developers. See the top-level COPYRIGHT file for details. | ||
SPDX-License-Identifier: Apache-2.0 | ||
=================== | ||
Benchpark Help Menu | ||
=================== | ||
|
||
Benchpark help menu:: | ||
|
||
$ benchpark --help | ||
|
||
.. program-output:: ../bin/benchpark --help |
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
Oops, something went wrong.