Skip to content

Commit

Permalink
Back out API and ToC changes and update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jnovotny committed Jul 25, 2024
1 parent cf337fe commit 670d0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ The documentation is structured as follows:
* :doc:`Omnitrace glossary <./reference/omnitrace-glossary>`
* :doc:`API library <./doxygen/html/files>`
* :doc:`Functions <./doxygen/html/functions>`
* :doc:`Globals <./doxygen/html/globals_globals>`
* :doc:`Data structures <./doxygen/html/annotated_data_structures>`
* :doc:`Globals <./doxygen/html/globals>`
* :doc:`Data structures <./doxygen/html/annotated>`

To contribute to the documentation, refer to
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ subtrees:
title: API library
- file: doxygen/html/functions
title: Functions
- file: doxygen/html/globals_globals
- file: doxygen/html/globals
title: Globals
- file: doxygen/html/annotated_data_structures
- file: doxygen/html/annotated
title: Data structures

- caption: About
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ requests==2.32.3
# via
# pygithub
# sphinx
rocm-docs-core[api-reference]==1.4.1
rocm-docs-core[api_reference]==1.4.1
# via -r requirements.in
smmap==5.0.1
# via gitdb
Expand Down

0 comments on commit 670d0e9

Please sign in to comment.