You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"""
Compute rigid link stiffness matrix.
The stiffness matrix is computed as
$$
K =\begin{bmatrix}
C^T\Gamma C & -C^T\Gamma \\
-\Gamma C & \Gamma \\
\end{bmatrix}
$$.
"""
Problem Description
Documentation in the form
produces
The matrix rows are all on the same line.
The generated html:
Steps to reproduce the behavior:
pdoc pystran --math -o html
.System Information
pdoc: 15.0.1
Python: 3.13.2
Platform: Windows-11-10.0.22631-SP0
The text was updated successfully, but these errors were encountered: