Fix documentation consistency: references, CHANGELOG, and landing page#10
Merged
Merged
Conversation
Update CHANGELOG.md to correct PhaseSPDNet description (phase-space embedding, not instantaneous phase) and add missing citation. Add PhaseSPDNet BibTeX entry to references.rst convenience section. Closes #9
📚 Documentation Preview📦 Download Documentation Artifact
💡 To enable live previews, add a |
- Fix model name GREEN → Green - Remove 4 non-existent layers (SqrtEig, InvSqrtEig, PowerEig, VecMat) - Add 10 missing layers and new Manifold Parametrizations section - Replace 5 fictional batch norm names with 3 actual classes - Correct parallel transport claims per metric - Fix all functional operation names to match actual code - Add missing functional categories (Fréchet derivatives, adversarial, wavelets, numerical stability, etc.)
- Add missing MAtt card to the Model Architectures grid with architecture image and tags (Attention, LogEuclidean, TraceNorm) - Fix GREEN → Green to match actual class name
Add a distinct venue badge (hf-venue) to each model card on the landing page showing where the paper was published (AAAI, NeurIPS, IEEE TNNLS, J. Neural Eng., Patterns, Imaging Neuroscience).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive documentation consistency fixes across CHANGELOG, landing page, and references.
CHANGELOG.md
matrix_lognotlogm,sample_covariancenotscm, etc.)Landing page (index.rst)
References
Test plan
make html-noplotbuilds successfullyCloses #9