Skip to content

Conversation

@criccomini
Copy link
Owner

This PR adds the ability to output to multiple files.

If output_path points to a directory instead of a file, the renderer will now output one file per-module in a flat structure like so:

index.md
package_name.md
package_name.foo.md
package_name.foo.bar.md

The index.md file contains a table of contents with links to each package .md file.

I also updated the Markdown styling quite a bit to make it easier to read.

Fixes #2

@criccomini criccomini merged commit bb5dda6 into main Feb 24, 2025
5 checks passed
@criccomini criccomini deleted the use-data-classes branch February 24, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: ability to split output into multiple files

2 participants