site_name: PySR theme: name: material palette: # Light mode: - scheme: pysr logo: assets/pysr_logo_reduced.svg icon: repo: fontawesome/brands/github-alt nav: - index.md - options.md - operators.md - Examples: - examples.md - papers.md - Reference: - api.md - api-advanced.md 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 show_bases: false markdown_extensions: - toc: permalink: true - attr_list - md_in_html - pymdownx.highlight: anchor_linenums: True - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences