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
```
|