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

removed unused files and reorganized the index and toc. #3638

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ The MIGraphX public repository is located at `https://github.com/ROCm/AMDMIGraph

.. grid-item-card:: Install

* :doc:`Installing MIGraphX <./install/installing_with_package>`
* :doc:`Installing MIGraphX with the package installer <./install/installing_with_package>`
* :doc:`Building and installing MIGraphX from source code <./install/building_migraphx>`

.. grid-item-card:: Using the MIGraphX API
.. grid-item-card:: Reference

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

.. grid-item-card:: Contributing to the MIGraphX code base

* :doc:`Building MIGraphX <./install/building_migraphx>`
* :doc:`Developing for MIGraphX <./dev/contributing-to-migraphx>`

To contribute to the documentation refer to
`Contribute to ROCm documentation <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
`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.
62 changes: 0 additions & 62 deletions docs/install/build_and_install_with_cmake.rst

This file was deleted.

52 changes: 0 additions & 52 deletions docs/install/build_and_install_with_docker.rst

This file was deleted.

32 changes: 0 additions & 32 deletions docs/install/build_and_install_with_rbuild.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ subtrees:
- caption: Installation
entries:
- file: install/installing_with_package
- file: install/building_migraphx

- caption: Reference
entries:
Expand All @@ -18,7 +19,6 @@ subtrees:

- caption: Developing for MIGraphX
entries:
- file: install/building_migraphx
- file: dev/contributing-to-migraphx
subtrees:
- entries:
Expand Down
Loading