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

Bump rocm-docs-core for instinct docs and README cleanup. #36

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# AMD GPU Operator

:book: GPU Operator Documentation Site: https://dcgpu.docs.amd.com/projects/gpu-operator

## Introduction

AMD GPU Operator simplifies the deployment and management of AMD Instinct GPU accelerators within Kubernetes clusters. This project enables seamless configuration and operation of GPU-accelerated workloads, including machine learning, Generative AI, and other GPU-intensive applications.
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/documentation-build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This guide provides information for developers who want to contribute to the AMD
5. You can now view the docs site by going to http://localhost:8000

## Auto-building the docs

The below will allow you to watch the docs directory and rebuild the documenatation each time you make a change to the documentation files:

1. Install Sphinx Autobuild package
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rocm-docs-core==1.12.0
rocm-docs-core==1.13.0
sphinx-reredirects
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ requests==2.32.3
# via
# pygithub
# sphinx
rocm-docs-core==1.12.0
rocm-docs-core==1.13.0
# via -r requirements.in
smmap==5.0.1
# via gitdb
Expand Down
Loading