Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
db5cf99
1
Parent(s):
51b7bbd
Configure mkdocstrings
Browse files- mkdocs.yml +5 -0
mkdocs.yml
CHANGED
@@ -23,5 +23,10 @@ plugins:
|
|
23 |
default_handler: python
|
24 |
handlers:
|
25 |
python:
|
|
|
26 |
options:
|
|
|
27 |
docstring_style: numpy
|
|
|
|
|
|
|
|
23 |
default_handler: python
|
24 |
handlers:
|
25 |
python:
|
26 |
+
paths: [pysr]
|
27 |
options:
|
28 |
+
# https://mkdocstrings.github.io/python/usage/#finding-modules
|
29 |
docstring_style: numpy
|
30 |
+
merge_init_into_class: True
|
31 |
+
# docstring_options
|
32 |
+
separate_signature: True
|