File: index.md

package info (click to toggle)
pydata-sphinx-theme 0.16.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,088 kB
  • sloc: python: 2,796; javascript: 701; makefile: 42; sh: 12
file content (33 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
myst:
  html_meta:
    "description lang=en": "How to become a contributor to the pydata-sphinx-theme."
---

# Contributor Guide

These pages contain information about the community that leads, supports, and develops this theme, including how you can contribute to the project.

```{toctree}
:maxdepth: 2
:caption: Contributor guide

setup
structure
topics/index
```

```{toctree}
:caption: Team practices
:glob:
practices/*
```

```{toctree}
:maxdepth: 2
:caption: About the project

contributors
inspiration
design-system
```