| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo creates a simple parser for mkdocstrings. The idea is simple, given a mkdocstrings signature block, replace it with it rendered markdown in-place.
To view the complete guide on generating Nixtlaverse documentation, click here
# title
::: my_module.my_functiongets rendered as
# title
```py
def my_function(a, b):
...
...
# and so on
```
python parser.py| Back | FazBrowse Home | New Git URL |