- Unify code block style (indent vs. fence)
- Mark code languages
- Increase heading level one at a time
- No extra newlines between paragraphs
- List for header reorg stages
- Shrink ascii table (mobile friendlyness)
- 80-column width
* add url to ROCgdb-docs
update reqs and gitignore
* add validation tools section for RVS and TransferBench
* stub in links for validation/mgmt tools
* populate compilers page
* add cards for ai libs and computer vision pages
* add content to math lib pages
* reorg hip and math libs
* update index
* consolidate linear algebra libs
* fix release info order in toc
* fix links and content cards for libraries
* update mdl ignored files
* update understand rocm section
* fix formatting errors
* add link to openmp
* ignore md041
* add url to ROCgdb-docs
update reqs and gitignore
* add validation tools section for RVS and TransferBench
* stub in links for validation/mgmt tools
* populate compilers page
* add cards for ai libs and computer vision pages
* add content to math lib pages
* reorg hip and math libs
* update index
* consolidate linear algebra libs
* Pulling libraries out
* add libraries listed in left sidebar to index page
* Adding all
* Updating nav tree
* fix link to rocm-examples in toc
* update TOC
---------
Co-authored-by: Sam Wu <sam.wu2@amd.com>
* Add C++ algorithm primitive lib cards
* Add PRNG section
* API Reference Manuals first
* Add Tensile and rocWMMA
* Change rocFFT and hipFFT order for consistency
* Add RCCL
* Fix PRNG links
* Add rocSOLVER and hipSOLVER
* Add general note on rocLIB vs hipLIB
* linux quick start: Mention correct package to install
* linux quick start: Rephrase prerequisites
Mention that installing the headers is usually not required by hand.
* linux quick start: Simplify command to get singing key
* linux quick start: Add instructions for RHEL and SLES
Reorganize the quick start guide for linux, adding multi level
tab selection for just the commands where it makes sense.
Currently mostly Ubuntu commands are filled out, if the structure
looks fine, then more will follow.
Add more of the sphinx generated files, so generating the docs does not
add untracked files. Ignore the folder `.venv` typically used for
virtual environments.
Also sort the ignored file list for easier maintenance.