Skip to content

v0.3.0: config layouts, module docs, CLI entrypoint

Compare
Choose a tag to compare
@machow machow released this 01 May 17:54
· 488 commits to main since this release
49dce15

What's Changed

  • feat: layouts module for representing config settings (#64)
  • feat: allow documenting entire modules (#81)
  • feat: add cli entrypoint (#107)
  • feat: quartodoc build accepts --filter argument (#121)
  • feat: top-level imports of Auto, blueprint, and collect (#121)
  • ux: log when an api page is written (#89)
  • refactor!: remove Builder methods: .do_collect(), do_blueprint(), do_summarize() (#121)
  • refactor!: Builder.rewrite_all_pages now set to False by default (#121)
  • fix: sidebar now always includes page named index (#79)
  • fix: always render *args and **kwargs in signature (#102)
  • fix: better support for rendering /, and * in signatures (#119)
  • docs: site overhaul (#121)

Full Changelog: v0.2.1...v0.3.0