File size: 861 Bytes
cb8f7b4
 
 
 
 
 
78b173b
cb8f7b4
 
 
 
 
 
 
 
 
9a11423
 
 
 
 
 
 
 
 
db5cf99
9a11423
db5cf99
9a11423
db5cf99
 
 
9f21464
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
site_name: PySR
theme:
  name: material
  palette:
    # Light mode:
    - scheme: pysr
  logo: assets/pysr_logo_reduced.svg
  icon:
    repo: fontawesome/brands/github-alt

extra:
  homepage: https://astroautomata.com/PySR

extra_css:
  - stylesheets/extra.css

repo_url: https://github.com/MilesCranmer/PySR

plugins:
  - search
  - autorefs
  - mkdocstrings:
      default_handler: python
      handlers:
        python:
          paths: [pysr]
          options:
            # https://mkdocstrings.github.io/python/usage/#finding-modules
            docstring_style: numpy
            merge_init_into_class: True
            # docstring_options
            separate_signature: True

markdown_extensions:
  - attr_list
  - md_in_html
  - pymdownx.highlight:
      anchor_linenums: True
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences