Skip to content

Commit

Permalink
remove tables/*.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Mar 13, 2024
1 parent f1f28ca commit 1adeb7f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/available-system-specs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ use as the ``system`` parameter in Benchpark setup. See
:doc:`4-benchpark-setup` for more details.

.. csv-table:: Current system definitions in Benchpark.
:file: tables/current-system-definitions.csv
:file: current-system-definitions.csv
:header-rows: 1
:align: left
2 changes: 1 addition & 1 deletion docs/benchmark-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Benchmark List
==============

.. csv-table:: Current Benchpark tags by benchmark and tag groups.
:file: tables/benchmark-list.csv
:file: benchmark-list.csv
:header-rows: 1
:align: left
2 changes: 1 addition & 1 deletion docs/generate-benchmark-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main(workspace):
main[bmark] = tags_taggroups[bmark]

df = pd.DataFrame(main)
df.to_csv("tables/benchmark-list.csv")
df.to_csv("benchmark-list.csv")

#################
# Tables
Expand Down
2 changes: 1 addition & 1 deletion docs/generate-sys-defs-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main():
df_tpose.set_index([""], inplace=True)

# Write out current system definitions to CSV format
df_tpose.to_csv("tables/current-system-definitions.csv")
df_tpose.to_csv("current-system-definitions.csv")


if __name__ == "__main__":
Expand Down
12 changes: 0 additions & 12 deletions docs/tables/benchmark-list.csv

This file was deleted.

20 changes: 0 additions & 20 deletions docs/tables/current-system-definitions.csv

This file was deleted.

0 comments on commit 1adeb7f

Please sign in to comment.