File size: 1,739 Bytes
cb8f7b4
 
 
 
 
a8a7154
 
 
 
 
 
 
 
 
 
79ff57c
 
 
 
a8a7154
78b173b
cb8f7b4
 
4163a66
cb8f7b4
566aadb
 
 
 
3ec8b3a
90c6c4b
 
 
566aadb
 
 
22861f2
04a2739
566aadb
cb8f7b4
 
 
 
 
 
a1e153e
 
 
 
 
9a11423
 
 
 
 
 
 
 
 
a8a7154
9a11423
db5cf99
9a11423
db5cf99
 
566aadb
 
a8a7154
9f21464
 
566aadb
 
9f21464
01f9b99
9f21464
 
 
 
 
a1e153e
 
01f9b99
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: PySR
theme:
  name: material
  palette:
    # Light mode:
    - media: "(prefers-color-scheme: light)"
      scheme: pysr
      toggle:
        icon: material/toggle-switch
        name: Switch to dark mode
    - media: "(prefers-color-scheme: dark)"
      scheme: slate
      toggle:
        icon: material/toggle-switch-off-outline
        name: Switch to light mode
    

  features:
    - navigation.expand

  logo: assets/pysr_logo_reduced.svg
  icon:
    repo: fontawesome/brands/github-alt
  favicon: assets/favicon.png

nav:
  - index.md
  - options.md
  - operators.md
  - tuning.md
  - Examples:
    - examples.md
    - papers.md
  - Reference:
    - api.md
    - api-advanced.md
  - backend.md
  - interactive-docs.md

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

extra_css:
  - stylesheets/extra.css

extra_javascript:
  - js/mathjax.js
  - https://polyfill.io/v3/polyfill.min.js?features=es6
  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

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
            show_bases: false
            heading_level: 2

markdown_extensions:
  - toc:
      permalink: true
  - attr_list
  - footnotes
  - md_in_html
  - pymdownx.highlight:
      anchor_linenums: True
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.arithmatex:
      generic: true