Skip to content

Commit a223128

Browse files
committed
docs: Add downstream project mdxify
1 parent 396cc03 commit a223128

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/downstream-projects.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Griffe is used by various projects in the Python ecosystem.
2222

2323
[Hippogriffe](https://github.com/patrick-kidger/hippogriffe) is a set of tweaks on top of the MkDocs + mkdocstrings-python + Griffe documentation stack. It adds source links to GitHub to each top-level class or function, pretty-formats type annotations, improves unions/generics display, and more. Hippogriffe is used as a MkDocs plugin.
2424

25+
## mdxify
26+
27+
[mdxify](https://github.com/zzstoatzz/mdxify) generates API documentation from Python modules with automatic navigation and source links. MDX is the default output and Markdown is also supported via `--format md`.
28+
2529
## mkdocstrings-python
2630

2731
Of course, Griffe is what powers [the Python handler of mkdocstrings](https://mkdocstrings.github.io/python/). mkdocstrings is a plugin for [MkDocs](https://www.mkdocs.org/) that allows rendering API docs easily.

0 commit comments

Comments
 (0)