Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
version = release

extensions = [
"sphinx_design",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
Expand Down
19 changes: 10 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,24 @@ Tustison et al. (2026). *Deep Computational Anatomy via Latent-Aligned Normalizi
.. dropdown:: BibTeX

.. code-block:: bibtex

@article {Tustison2026.05.05.723039,
author = {Tustison, Nicholas J. and Avants, Brian B. and Cook, Philip A. and Gee, James C. and Stone, James R.},
title = {Deep Computational Anatomy via Latent-Aligned Multiview Normalizing Flows},
elocation-id = {2026.05.05.723039},
year = {2026},
doi = {10.64898/2026.05.05.723039},
author = {Tustison, Nicholas J. and Avants, Brian B. and Cook, Philip A. and Gee, James C. and Stone, James R.},
title = {Deep Computational Anatomy via Latent-Aligned Multiview Normalizing Flows},
elocation-id = {2026.05.05.723039},
year = {2026},
doi = {10.64898/2026.05.05.723039},
URL = {https://www.biorxiv.org/content/early/2026/05/11/2026.05.05.723039},
eprint = {https://www.biorxiv.org/content/early/2026/05/11/2026.05.05.723039.full.pdf},
journal = {bioRxiv}
eprint = {https://www.biorxiv.org/content/early/2026/05/11/2026.05.05.723039.full.pdf},
journal = {bioRxiv}
}

Stimper et al. (2023). *normflows: A PyTorch Package for Normalizing
Flows*. Journal of Open Source Software, 8(86), 5361.
Stimper et al. (2023). *normflows: A PyTorch Package for Normalizing Flows*. Journal of Open Source Software, 8(86), 5361.

.. dropdown:: BibTeX

.. code-block:: bibtex

@article{Stimper2023,
doi = {10.21105/joss.05361},
url = {https://doi.org/10.21105/joss.05361},
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ test = ["pytest>=8.0", "pytest-cov>=4.1", "hypothesis>=6.0", "matplotlib"]
dev = ["black>=24.0", "ruff>=0.6.0", "mypy>=1.8", "pre-commit>=3.6", "build>=1.2.1", "twine>=5.0"]
docs = [
"sphinx>=7.2",
"sphinx-design>=0.6",
"sphinx-rtd-theme>=2.0",
]

Expand Down