Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new mkdocs feature to suppress INFO output from nav; cleanup ai-testbed docs #246

Merged
merged 12 commits into from
Jul 28, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For information on how to run the query, look at our documentation on our [sbank
## Using sbank to Determine the Balance of an Allocation
To determine which platforms have an active balance, check our allocation accounting system [sbank](sbank-allocation-accounting-system.md).

- To obtain the allocation balance, check the sbank command [sbank-list-allocations](sbank-list-allocations.md).
- To obtain the allocation balance, check the sbank command [sbank-list-allocations](not_in_nav/sbank-list-allocations.md).
- DD projects with a negative balance will not be able to run jobs until they have requested additional time, see Getting more time below.
- INCITE and ALCC PIs automatically email a summary of project usage. If this is a DD project, please email [[email protected]](mailto:[email protected]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ The sbank accounting system helps users manage their allocations and usage per j

## Getting Started with sbank

[sbank Example Commands](sbank-examples.md) provides a set of example commands on how to use the most common commands.
[sbank Example Commands](not_in_nav/sbank-examples.md) provides a set of example commands on how to use the most common commands.

## sbank Man Pages

Use these sbank man pages to get information on how to use the commands.

- [sbank](sbank-manpage.md)
- [sbank-detail](sbank-detail.md)
- [sbank-detail-allocations](sbank-detail-allocations.md)
- [sbank-detail-jobs](sbank-detail-jobs.md)
- [sbank-detail-projects](sbank-detail-projects.md)
- [sbank-detail-transactions](sbank-detail-transactions.md)
- [sbank-detail-users](sbank-detail-users.md)
- [sbank-list](sbank-list.md)
- [sbank-list-allocations](sbank-list-allocations.md)
- [sbank-list-jobs](sbank-list-jobs.md)
- [sbank-list-projects](sbank-list-projects.md)
- [sbank-list-transactions](sbank-list-transactions.md)
- [sbank-list-users](sbank-list-users.md)
- [sbank](not_in_nav/sbank-manpage.md)
- [sbank-detail](not_in_nav/sbank-detail.md)
- [sbank-detail-allocations](not_in_nav/sbank-detail-allocations.md)
- [sbank-detail-jobs](not_in_nav/sbank-detail-jobs.md)
- [sbank-detail-projects](not_in_nav/sbank-detail-projects.md)
- [sbank-detail-transactions](not_in_nav/sbank-detail-transactions.md)
- [sbank-detail-users](not_in_nav/sbank-detail-users.md)
- [sbank-list](not_in_nav/sbank-list.md)
- [sbank-list-allocations](not_in_nav/sbank-list-allocations.md)
- [sbank-list-jobs](not_in_nav/sbank-list-jobs.md)
- [sbank-list-projects](not_in_nav/sbank-list-projects.md)
- [sbank-list-transactions](not_in_nav/sbank-list-transactions.md)
- [sbank-list-users](not_in_nav/sbank-list-users.md)
15 changes: 0 additions & 15 deletions docs/ai-testbed/cerebras/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/ai-testbed/cerebras/performance-tools.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/ai-testbed/graphcore/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cd /path/to/graph/analyser/directory

![Graph Analyser](files/Graph_Ananlyser_main.jpg "Graph Analyser")

![Graphcore System View](files/image.png "Graphcore System View")
![Graphcore System View](files/graphcore-sys-view.png "Graphcore System View")

1. Click **Open a report...**;
2. Click the **remote** tab;
Expand Down
67 changes: 0 additions & 67 deletions docs/ai-testbed/habana/getting-started.md

This file was deleted.

76 changes: 0 additions & 76 deletions docs/ai-testbed/howto-contribute.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/ai-testbed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Submit your proposal requests at: [Allocation Request Page](https://accounts.alc
The documentation is based on [MkDocs](https://www.mkdocs.org/){:target="_blank"} and source files are
on [GitHub](https://github.com/argonne-lcf/ai-testbed-userdocs). You can contribute to the documentation by creating a pull request.

[Learn more on how to contribute to documentation.](howto-contribute.md)
[Learn more on how to contribute to documentation.](https://github.com/argonne-lcf/user-guides/blob/main/README.md)
2 changes: 1 addition & 1 deletion docs/ai-testbed/sambanova_gen1/example-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ cp -r /opt/sambaflow/apps/image ~/apps/image
cd ~/apps/image/unet
```

Using the contents of [unet_compile_run_inf_rl.sh](unet_compile_run_inf_rl.sh), create a file in the current directory with the same name.
Using the contents of [unet_compile_run_inf_rl.sh](files/unet_compile_run_inf_rl.sh), create a file in the current directory with the same name.

Export the path to the dataset which is required for the training.

Expand Down
Loading