COMP1010UNSW / pyhtml-enhanced

Build HTML documents in Python with a simple and learnable syntax
https://comp1010unsw.github.io/pyhtml-enhanced/
MIT License
4 stars 1 forks source link

Use transdoc to keep module docstring in sync with readme #21

Open MaddyGuthridge opened 11 months ago

MaddyGuthridge commented 11 months ago

PyHTML's module docstring is identical to its README. As such, it'd be neat to build said docstring by copying in the readme at build time.

MaddyGuthridge commented 6 months ago

Could also use transdoc for this instead, and use a build hook in Poetry.