Skip to content

Releases: machow/quartodoc

v0.2.1: support rendering attributes, dynamically loading docstrings

14 Mar 16:36
1679759
Compare
Choose a tag to compare

What's Changed

  • refactor: split renderers into own files by @machow in #47
  • feat: render attribute docs by @machow in #60
  • feat: add dynamic option to get_object by @machow in #59

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Feb 16:31
25bc5a2
Compare
Choose a tag to compare

What's Changed

  • Examples dascore by @machow in #37
  • Feat transform the more general DocstringSectionText to DocstringSection[Notes,Warnings] (#46)
  • When get_object fetches a Function off of an Alias, that Function itself is now an Alias. (#49)

Full Changelog: v0.1.0...v0.2.0

v0.1.0: streamlined config, mostly stable

27 Jan 18:47
50b9396
Compare
Choose a tag to compare

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

06 Dec 20:39
Compare
Choose a tag to compare

v0.0.2: generate section titles, handle returns section

07 Nov 23:24
Compare
Choose a tag to compare