Skip to content

Commit

Permalink
added autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Feb 6, 2024
1 parent 8a7850d commit 2a5990f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -e .
- uses: actions/cache@v2
with:
path: .cache
Expand Down
5 changes: 4 additions & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Examples

This is an example of how to use the Spectromax...
This is an example of how to use the Spectromax...

::: MTPHandler.core.plate.Plate
handler: python
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
custom_checkbox: true
- admonition
- codehilite
- mkautodoc

0 comments on commit 2a5990f

Please sign in to comment.