Skip to content

Commit ff59a95

Browse files
add pre_ready hook to docs
1 parent 8475178 commit ff59a95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/plugins.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ django-bird uses a plugin system based on [pluggy](https://pluggy.readthedocs.io
2020
```
2121
````
2222

23+
````{py:function} pre_ready() -> None
24+
:canonical: django_bird.plugins.hookspecs.pre_ready
25+
26+
```{autodoc2-docstring} django_bird.plugins.hookspecs.pre_ready
27+
:parser: myst
28+
```
29+
````
30+
2331
````{py:function} ready() -> None
2432
:canonical: django_bird.plugins.hookspecs.ready
2533

0 commit comments

Comments
 (0)