Sitemap for Documentation#

docs
├── _static
│   ├── capibara-theme.css
│   └── logo.png
├── docs-templates
│   ├── legal-template.md
│   ├── policy-template.md
│   └── tutorial-template.md
├── internal-docs
├── public
│   ├── governance
│      ├── AUTHORSHIP_POLICY.md
│      ├── CODE_OF_CONDUCT.md
│      ├── COLLABORATION_AGREEMENT.md
│      ├── CONTRIBUTING.md
│      ├── MEMBERSHIP_POLICY.md
│      ├── PRIVACY_POLICY.md
│      ├── about.md
│      └── index.md
│   ├── onboarding
│      ├── engineering
│         ├── 14_packages.md
│         ├── 15_automating_tests.md
│         ├── 16_docker.md
│         ├── 17_local_latex.md
│         └── 18_codecarbon.md
│      ├── env
│         ├── 02_setting_up_unix.md
│         ├── 03_command_line.md
│         ├── 04_configuring_git.md
│         ├── 05_configuring_github.md
│         ├── 06_collaborating_github.md
│         ├── 07_configuring_python_pip.md
│         └── 08_configuring_conda_venv.md
│      ├── 00_applying_to_join.md
│      ├── 01_getting_started.md
│      └── index.md
│   ├── templates
│      ├── Engineering Documentation Template.zip
│      ├── Scientific White Paper.zip
│      ├── capibara_template.key
│      ├── emails_capicr.md
│      ├── emails_capigx.md
│      ├── index.md
│      └── power_capibara_template.pptx
│   └── index.md
├── conf.py
├── index.md
└── sitemap.md