Documentation Sitemap#

This page provides an overview of the complete documentation structure.

Directory Structure#

docs/
├── docs-templates/
│   ├── legal-template.md
│   ├── policy-template.md
│   └── tutorial-template.md
├── internal-docs/
│   └── (member-only content)
├── public/
│   ├── governance/
│   │   ├── about.md
│   │   ├── AUTHORSHIP_POLICY.md
│   │   ├── CODE_OF_CONDUCT.md
│   │   ├── COLLABORATION_AGREEMENT.md
│   │   ├── CONTRIBUTING.md
│   │   ├── MEMBERSHIP_POLICY.md
│   │   ├── PRIVACY_POLICY.md
│   │   └── index.md
│   ├── onboarding/
│   │   ├── 00_applying_to_join.md
│   │   ├── 01_getting_started.md
│   │   ├── 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
│   │   ├── 09_python_basics.md
│   │   ├── 10_jupyter_notebook.md
│   │   ├── 11_numpy_pandas.md
│   │   ├── 12_matplotlib.md
│   │   ├── 13_scipy_fitting.md
│   │   ├── 14_packages.md
│   │   ├── 15_automating_tests.md
│   │   ├── 16_docker.md
│   │   ├── 17_local_latex.md
│   │   ├── 18_codecarbon.md
│   │   └── index.md
│   ├── templates/
│   │   ├── emails_capicr.md
│   │   ├── emails_capigx.md
│   │   └── index.md
│   └── index.md
├── conf.py
├── index.md
└── sitemap.md

Documentation Network (Public)#

Explore the public documentation as an interactive network. Click any node to open that page.

Loading documentation graph...