* 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.