coady/placeholder

View on GitHub
mkdocs.yml

Summary

Maintainability
Test Coverage
site_name: placeholder
site_url: https://coady.github.io/placeholder/
site_description: Operator overloading for fast anonymous functions.
theme: material

repo_name: coady/placeholder
repo_url: https://github.com/coady/placeholder
edit_uri: ""

nav:
  - Introduction: index.md
  - Reference: reference.md
  - Examples: examples.ipynb

plugins:
  - search
  - mkdocstrings:
      handlers:
        python:
          options:
            show_root_heading: true
  - mkdocs-jupyter:
      execute: true
      allow_errors: false