Skip to content

Composer API Extensions and How-To Guide

Frederik Hennig requested to merge fhennig/composer-improvements into master

Composer API

This MR brings a first batch of extensions to the composer API, working toward #12

  • constexpr, [[attributes]], static on functions / methods
  • manually specified function parameter lists

Documentation

Extend documentation (toward #10 ):

  • Introduce a monkeypatch module for running the SourceFileGenerator from MyST-notebooks and immediately printing the output into the markdown
  • Installation Guide
  • Getting Started Guide
  • How-To Guide for the Composer
  • Separate code generator configuration guide
  • Clean up various remaining errors in the documentation and docstrings
  • Configure documentation CI task to fail if Sphinx emits warnings
Edited by Frederik Hennig

Merge request reports