SSoelvsten / adiar

An I/O-efficient implementation of (Binary) Decision Diagrams
https://ssoelvsten.github.io/adiar/
MIT License
24 stars 13 forks source link

Make `adiar::internal` its own Module in Documentation #586

Open SSoelvsten opened 11 months ago

SSoelvsten commented 11 months ago

To help developers, we should allow the documentation to be compiled with internal stuff too.

Additional Context

Requested by Erik Funder Carstensen while working on an MSc course project.

SSoelvsten commented 10 months ago

Seeing the first draft for the Internal module on the docs/internal branch, it needs much more work. Right now, it just follows the folder structure. But, doing so still leaves every folder as a giant mess of disparate definitions. Especially the internal/algorithms folder is completely impossible to browse.