Remove dead html links from contributor documentationThe hmtml links **/superlu.c.html and **/cg.c.html are dead andhave been changed to link to the superlu.c and cg.c source files,respectively.
Remove dead html links from contributor documentationThe hmtml links **/superlu.c.html and **/cg.c.html are dead andhave been changed to link to the superlu.c and cg.c source files,respectively.The files do not exist in the repository. See:```shellfind -type f -name *cg.c.htmlfind -type f -name *superlu.c.html```Moreover, it does not appear these html files ever existed in the git history.See:```shellgit log --all -- **/superlu.c.htmlgit log --all -- **/cg.c.html```
show more ...
Typos
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rstNeed to manually fix(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rstNeed to manually fix(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)=[include/petscerror.h](/include/petscerror.h.html) to <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscerror.h.html">include/petscerror.h</a>and friends
Fix minor typos in the faq, manual, install and dev docs
Docs fixes
CI: add lib/petsc/bin/maint/runjobs.py script that allows developers to select exact jobs to run within a pipeline
Minor fixes to website material
Add to contributors documentation than when working from a fork they should select "Contributors can modify branch"Thanks-to: James Wright (@jrwrigh)
Clean up documentation for developers (minor)