Skip to content

Commit

Permalink
Docs housekeeping post-6.2.0 (ROCm#394)
Browse files Browse the repository at this point in the history
* remove leftover css

Signed-off-by: Peter Jun Park <peter.park@amd.com>

* fix link to panel_config_template.yaml

Signed-off-by: Peter Jun Park <peter.park@amd.com>

* add note in archived docs pointing to latest

Signed-off-by: Peter Jun Park <peter.park@amd.com>

rm repetition

---------

Signed-off-by: Peter Jun Park <peter.park@amd.com>
Signed-off-by: Peter Park <peter.park@amd.com>
  • Loading branch information
peterjunpark committed Oct 7, 2024
1 parent afa43ff commit cb31b68
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
5 changes: 5 additions & 0 deletions docs/archive/docs-1.x/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Welcome to the [Omniperf](https://github.com/ROCm/omniperf) Documentation!

```{warning}
This version of the documentation is archived and contains out-of-date information.
See [Omniperf documentation](https://rocm.docs.amd.com/projects/omniperf/en/latest/index.html) for the latest version.
```

```eval_rst
.. toctree::
:glob:
Expand Down
5 changes: 5 additions & 0 deletions docs/archive/docs-2.x/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Welcome to the [Omniperf](https://github.com/ROCm/omniperf) Documentation!

```{warning}
This version of the documentation is archived and contains out-of-date information.
See [Omniperf documentation](https://rocm.docs.amd.com/projects/omniperf/en/latest/index.html) for the latest version.
```

```eval_rst
.. toctree::
:glob:
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/analyze/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Walkthrough
3. Choose your own customized subset of metrics with the ``-b`` (or ``--block``)
option. Or, build your own configuration following
`config_template <https://github.com/ROCm/omniperf/blob/amd-mainline/src/omniperf_soc/analysis_configs/panel_config_template.yaml>`_.
`config_template <https://github.com/ROCm/omniperf/blob/main/src/omniperf_soc/analysis_configs/panel_config_template.yaml>`_.
The following snippet shows how to generate a report containing only metric 2
(:doc:`System Speed-of-Light </conceptual/system-speed-of-light>`).

Expand Down
22 changes: 0 additions & 22 deletions docs/sphinx/static/css/o_custom.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,8 @@
:root {
--amd-teal-500: #00C2DE;
--amd-teal-750: #00788E;
}

/* Override PyData Sphinx Theme default colors */
html[data-theme='light'] {
--pst-color-primary: var(--amd-teal-750);
--pst-color-primary-bg: var(--amd-teal-500);
--pst-color-table-row-hover-bg: #E2E8F0;
}

html[data-theme='dark'] {
--pst-color-primary: var(--amd-teal-500);
--pst-color-primary-bg: var(--amd-teal-750);
--pst-color-table-row-hover-bg: #1E293B;
}

html[data-theme='light'],
html[data-theme='dark'] {
--pst-color-link: var(--pst-color-primary);
}

a svg {
color: var(--pst-color-text-base);
}

a svg:hover {
color: var(--pst-color-link-hover);
}

0 comments on commit cb31b68

Please sign in to comment.