Files
rocm-systems/source/docs
Gopesh Bhardwaj e2d8ccad4b adding pandas and pytest to rquirements.txt (#748)
* adding pandas and pytest to rquirements.txt

* setting up requrements.txt

* Update requirements

- formatting packages
- remove packages not directly used by rocprofiler-sdk

* Update cmake formatting, linting, and options

- if BUILD_CI -> force BUILD_DEVELOPER and BUILD_WERROR
- support python installed clang-format and python installed clang-tidy

* Update build.sh

- split into install-deps.sh and install-apt-deps.sh

* Improve code coverage

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
2024-04-09 07:24:40 -05:00
..
2023-09-12 12:34:36 -05:00
2023-09-12 12:34:36 -05:00
2023-09-12 12:34:36 -05:00
2024-03-07 21:05:16 -06:00
2024-03-07 21:05:16 -06:00
2023-09-12 12:34:36 -05:00
2023-09-12 12:34:36 -05:00
2024-04-02 14:11:05 -05:00
2024-03-07 21:05:16 -06:00

ROCprofiler Documentation

Build Instructions

  1. Install conda
    • wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
    • bash miniconda.sh -b -p /opt/conda
    • export PATH=${PATH}:/opt/conda
  2. Install conda environment
    • source activate
    • conda env create -n rocprofiler-docs -f environment.yml
    • conda activate rocprofiler-docs
  3. Build the docs
    • ../scripts/update-docs.sh
    • HTML docs will be located in _build/html

Developer Information

If you create a new page, add the name of the new markdown file (without extension) to the index.md file.