Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,35 @@ in this case:
replace_b
```

### Headings / sections

We are trying to move to the [Python Developer's Guide for
documenting](https://devguide.python.org/documentation/markup/#sections)
standard of section hierarchy. This means that section definitions should use
the following pattern:

```rst
#########
Section 1
#########

*********
Section 2
*********

Section 3
=========

Section 4
---------

Section 5
^^^^^^^^^

Section 6
"""""""""
```

## Licensing

### Community
Expand Down