Skip to content

Conversation

@sdatkinson
Copy link
Owner

  • Add Doxygen-style documentation to all header files
  • Create Sphinx documentation structure with Breathe integration
  • Add WaveNet computation walkthrough with detailed step-by-step explanation
  • Configure Read the Docs integration (.readthedocs.yaml)
  • Update version to 0.4.0 across all configuration files
  • Remove duplicate get_dsp declarations from dsp.h

Documentation includes:

  • Complete API reference for all classes and functions
  • Detailed WaveNet architecture walkthrough
  • Step-by-step computation explanations for Layer, LayerArray, and WaveNet
  • Architecture diagrams using Mermaid
  • Real-time safety and buffer management documentation

- Add Doxygen-style documentation to all header files
- Create Sphinx documentation structure with Breathe integration
- Add WaveNet computation walkthrough with detailed step-by-step explanation
- Configure Read the Docs integration (.readthedocs.yaml)
- Update version to 0.4.0 across all configuration files
- Remove duplicate get_dsp declarations from dsp.h

Documentation includes:
- Complete API reference for all classes and functions
- Detailed WaveNet architecture walkthrough
- Step-by-step computation explanations for Layer, LayerArray, and WaveNet
- Architecture diagrams using Mermaid
- Real-time safety and buffer management documentation
…allation

- Uncommented the Python requirements section in .readthedocs.yaml to ensure that the documentation build process installs dependencies from docs/requirements.txt.
- Updated `get_dsp` calls in `benchmodel.cpp` and `loadmodel.cpp` to accept `std::filesystem::path` instead of raw string paths, enhancing path handling and compatibility with modern C++ standards.
- Included necessary headers for filesystem support in both files.
- Updated requirements.txt to include sphinxcontrib-mermaid for enhanced diagramming capabilities in documentation.
- Modified conf.py to enable the sphinxcontrib.mermaid extension, allowing for the integration of Mermaid diagrams in Sphinx documentation.
- Added commands to install Doxygen and generate XML output in .readthedocs.yaml.
- Updated breathe_projects path in conf.py to reflect the new Doxygen output location.
- Adjusted intersphinx_mapping for cpp documentation link to the correct URL.
- Added apt_packages section to .readthedocs.yaml for Doxygen installation.
- Removed explicit Doxygen installation commands from the build process, simplifying the configuration.
- Updated .readthedocs.yaml to use a pre_build job for Doxygen instead of inline commands, streamlining the build process.
- Maintained the existing apt_packages section for Doxygen installation.
- Refined data flow diagram to improve clarity by renaming nodes and adjusting connections.
- Changed 'PostActFiLM' to 'PostActFilm' for consistency.
- Updated output node names for better understanding, including 'Post-Activation Output' and 'Head Output'.
- Enhanced overall structure of the diagram to reflect accurate data flow in the WaveNet architecture.
- Updated data flow diagram to include dimension annotations for data arrays, improving understanding of input and output shapes.
- Renamed nodes in the diagram to reflect their dimensions, such as 'Input (dx,n)' and 'Residual (dx,n)', for better clarity.
- Clarified notes regarding gating activation and head output dimensions to aid comprehension of the WaveNet architecture.
- Updated node labels in the data flow diagram to include quotation marks for consistency and clarity.
- Enhanced the overall readability of the diagram by ensuring uniform formatting of node names, aiding in the understanding of the WaveNet architecture.
@sdatkinson sdatkinson merged commit 925da40 into main Jan 22, 2026
2 checks passed
@sdatkinson sdatkinson deleted the 199-documentation branch January 22, 2026 06:39
@sdatkinson sdatkinson mentioned this pull request Jan 22, 2026
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.

2 participants