From 3156d85ab84143a8d461c773b4b1cd05696b6be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:38:55 +0100 Subject: [PATCH] fix: "quartodoc": Generate API documentation with Quarto (#361) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19903da..6b7ad4b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Contributions of any kind are welcome, just follow the [guidelines](.github/CONT - [RStudio & VSCode snippets](https://gist.github.com/jthomasmock/11acebd4448f171f786e01397df34116) - RStudio & VSCode snippets to ease typesetting with Quarto. - [matrix BOT](https://github.com/rgomez90/matrix-bot) - A little bot for the [matrix-network](https://matrix.org/) that listens for some Quarto files and returns the PDF into the matrix channel. - [babelquarto](https://docs.ropensci.org/babelquarto/) - R package to help set up, and render, multilingual Quarto books (see also [babeldown](https://docs.ropensci.org/babeldown/articles/quarto.html)). +- [quartodoc](https://github.com/machow/quartodoc) - A Python module that lets you quickly generate Python package API reference documentation using Markdown and Quarto. ## Continuous integration / Continuous deployment