SciML / DiffEqNoiseProcess.jl

A library of noise processes for stochastic systems like stochastic differential equations (SDEs) and other systems that are present in scientific machine learning (SciML)
https://docs.sciml.ai/DiffEqNoiseProcess/stable/
Other
63 stars 29 forks source link

mutable struct in docstrings #158

Open ArnoStrouwen opened 1 year ago

ArnoStrouwen commented 1 year ago

I'm trying to format the docstrings to SciML style. The "mutable struct" here messes up the formatter. https://docs.sciml.ai/DiffEqNoiseProcess/stable/abstract_noise_processes/#DiffEqNoiseProcess.NoiseProcess

Remove it like https://docs.sciml.ai/DiffEqDocs/stable/types/ode_types/#SciMLBase.ODEFunction ?