Skip to content

Commit

Permalink
Merge branch 'develop' into fuse-reshape-pointwise
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 authored Mar 18, 2024
2 parents 895acf4 + 5c2302e commit 4c3fca8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
18 changes: 7 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ Our documentation is structured as follows:
.. grid:: 2
:gutter: 3

.. grid-item-card:: API reference
.. grid-item-card:: Reference

* :ref:`cpp-api-reference`
* :ref:`python-api-reference`
* :ref:`migraphx-driver`

.. grid-item-card:: Command-line tool

* :ref:`migraphx-driver`

.. grid-item-card:: Tutorial
.. grid-item-card:: Contribution

* :ref:`contributing-to-migraphx`

Contributing to this documentation
=======================================================

We welcome collaboration! If you'd like to contribute to our documentation, you can find instructions on our `Contribute to ROCm docs <https://rocm.docs.amd.com/en/latest/contribute/index.html>`_ page. Known issues are listed on `GitHub <https://github.com/RadeonOpenCompute/ROCm/labels/Verified%20Issue>`_.
Licensing information for all ROCm components is listed on our `Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.
To contribute to the documentation refer to
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.

Licensing information can be found on the
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.

Index and search
==================
Expand Down
41 changes: 22 additions & 19 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,32 @@
root: index
subtrees:
- entries:
- file: what-is-migraphx
- file: migraphx-driver
subtrees:
- entries:
- file: reference/driver-options
- file: dev/contributing-to-migraphx
subtrees:
- entries:
- file: dev/data
- file: dev/operators
- file: dev/program
- file: dev/targets
- file: dev/quantization
- file: dev/pass
- file: dev/matchers
- file: dev/tools
- file: dev/env_vars

- caption: API Reference
- file: what-is-migraphx

- caption: Reference
entries:
- file: reference/cpp
- file: reference/py
- file: migraphx-driver
subtrees:
- entries:
- file: reference/driver-options

- caption: Contribution
entries:
- file: dev/contributing-to-migraphx
subtrees:
- entries:
- file: dev/data
- file: dev/operators
- file: dev/program
- file: dev/targets
- file: dev/quantization
- file: dev/pass
- file: dev/matchers
- file: dev/tools
- file: dev/env_vars

- caption: About
entries:
- file: license

0 comments on commit 4c3fca8

Please sign in to comment.