dependabot mis-detected the repository to be a library
(instead of an application) and widened the rocm-docs-core verison
instead of increasing it. This basically disabled pinning.
Explicitly specify to increase the version instead of widening it
to hopefully prevent this in the future.
* ci: change markdown linting to use the NodeJs markdownlint
The original ruby based markdownlint has a few shortcomings not known
when it was introduced:
- no support for myst extensions
- no support for disabling specific rules for specific files or regions
These two combined make it very hard to use when used for this project
when it has false positives around myst extensions.
Luckily there's a NodeJS based version of markdownlint [1] supporting the
same ruleset that is more configurable:
- seems to support myst extensions better
- has an html comment based syntax to disable specific rules
The library seem to be better maintained too and with better tooling:
e.g. there's a vscode extension using the engine for local use:
markdownlint (DavidAnson.vscode-markdownlint).
[1]: https://github.com/DavidAnson/markdownlint
* docs: hotfix empty links
There are missing links in the docs, these should get fixed, but for now
they are just monkey patched to make CI happy.
* docs: fix links
---------
Co-authored-by: Nara Prasetya <nara@streamhpc.com>
* update links to new docs and rename .sphinx dir to sphinx
* fix spelling and formatting
add new words to wordlist
remove empty headers
remove version number for ROCm in conf.py
fix typos
* add more formats to rtd config
* 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