rustmatrix 2.1.1

Rust-backed T-matrix scattering for nonspherical particles (port of pytmatrix)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Minor pydata-sphinx-theme tweaks for rustmatrix.
 * Keep this file small — heavy theming belongs in a dedicated theme.
 */

/* Tighten the navbar logo so the wordmark sits flush. */
.navbar-brand img {
    max-height: 2.2rem;
}

/* Make code blocks a touch denser. */
div.highlight pre {
    line-height: 1.35;
}