File: reference.md

package info (click to toggle)
python-maison 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 464 kB
  • sloc: python: 816; makefile: 17; sh: 5
file content (15 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Reference

## Main API

```{eval-rst}
.. autoclass:: maison.UserConfig
   :members:
```

## Exceptions

```{eval-rst}
.. automodule:: maison.errors
   :members:
```