The Advance Reconnaissance Crew
Find a file
Akashdeep Dhar 2ab8dcb9aa [P2F] Finalizing the investigation with workplan
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
2025-02-25 19:17:10 +05:30
.git-crypt Add 1 git-crypt collaborator 2021-02-08 11:24:07 +00:00
ansible docs: update index for mailman3 2021-09-10 15:36:50 +01:00
docs [P2F] Finalizing the investigation with workplan 2025-02-25 19:17:10 +05:30
scripts add pdc model 2021-04-29 15:29:11 +05:30
.gitattributes test git crypt 2021-01-18 12:46:16 +00:00
.gitignore Add build guide to README 2023-11-15 14:43:05 +01:00
.readthedocs.yaml Add missing required configuration values for RTD 2023-11-01 10:55:44 +01:00
datagrepper_stats.ods Include the ODS files containing the stats and used for the graphs 2021-02-17 12:19:19 +01:00
README.md Few small fixes 2024-01-02 16:42:04 +01:00

The Advance Reconnaissance Crew (ARC)

This reprository contains the notes, documentation and ansible repository for the investigation that the ARC team leads.

More documentation about the team can be found at: https://fedora-arc.readthedocs.io/en/latest/index.html

How to build locally

  1. Create python virtual environment

    python3 -m venv .venv
    
  2. Activate virtual environment

    . .venv/bin/activate
    
  3. Install requirements

    pip install -r docs/requirements.txt
    
  4. Execute the Makefile

    cd docs
    
    make html
    
  5. You will find the compiled HTML in docs/_build/html