Releases: machow/quartodoc
Releases · machow/quartodoc
v0.2.1: support rendering attributes, dynamically loading docstrings
v0.2.0
v0.1.0: streamlined config, mostly stable
This release is able to generate docsites from simple config in your _quarto.yml
. It's ready for basic use.
quartodoc's next aim is to ensure it can handle complex cases, by porting the documentation sites for siuba, vetiver, shiny, and plotnine.
(As part of that process, I may make breaking changes to the API).
What's Changed
- feat interlinks by @machow in #17
- feat builder by @machow in #18
- feat: support simplified config, fully specified interlinking syntax by @machow in #26
- refactor(renderer)!: change to_md method name to render by @machow in #36
- docs: flesh out handling docstrings page by @machow in #14
- docs: flesh out interlinks page by @machow in #15
- docs: page on extending by @machow in #35
- examples: basic dascore starter code by @machow in #16
- example shiny by @machow in #28
Full Changelog: v0.0.3...v0.1.0
v0.0.3: refactor for initial doc site
docs: add github icon
v0.0.2: generate section titles, handle returns section
ci: add pypi release