Skip to content

Commit

Permalink
Small mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Jun 24, 2024
1 parent c1676f0 commit cea4888
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@ plugins:
- "examples/bert_checkpoint.eqx"
- mknotebooks # Jupyter notebooks
- mkdocstrings:
handlers:
python:
setup_commands:
- import pytkdocs_tweaks
- pytkdocs_tweaks.main()
- import jaxtyping
- jaxtyping.set_array_name_format("array")
- import jax
- jax.ShapeDtypeStruct.__module__ = "jax"
- jax.core.ClosedJaxpr.__module__ = "jax.core"
# handlers:
# python:
# setup_commands:
# - import pytkdocs_tweaks
# - pytkdocs_tweaks.main()
# - import jaxtyping
# - jaxtyping.set_array_name_format("array")
# - import jax
# - jax.ShapeDtypeStruct.__module__ = "jax"
# - jax.core.ClosedJaxpr.__module__ = "jax.core"

selection:
inherited_members: true # Allow looking up inherited methods
rendering:
show_root_heading: true # actually display anything at all...
show_root_full_path: true # display "diffrax.asdf" not just "asdf"
show_if_no_docstring: true
show_signature_annotations: true
show_source: false # don't include source code
members_order: source # order methods according to their order of definition in the source code, not alphabetical order
heading_level: 4
# selection:
# inherited_members: true # Allow looking up inherited methods
# rendering:
# show_root_heading: true # actually display anything at all...
# show_root_full_path: true # display "diffrax.asdf" not just "asdf"
# show_if_no_docstring: true
# show_signature_annotations: true
# show_source: false # don't include source code
# members_order: source # order methods according to their order of definition in the source code, not alphabetical order
# heading_level: 4

nav:
# - 'index.md'
Expand Down

0 comments on commit cea4888

Please sign in to comment.