Closed DrCuriosity closed 4 months ago
might look into if it's possible to set universal options on the module docs so that we don't have to repeat
options:
filters: ["!^_"]
In every file
README.md should have a link to https://opensha.org/ and https://opensha.org/Modular-Fault-System-Solution
might look into if it's possible to set universal options on the module docs so that we don't have to repeat
options: filters: ["!^_"]
In every file
Sure. I was largely cargo-culting from Common there to get something built out quickly, but I'm fairly certain we set up some default filters in the mkdocstrings
Python handler config.
For: #29
In this PR:
geometry
so far; may need scientific sense-checking)Still a good number of TODOs, and inversion solution-related functions that could use proper documentation, but it's coming along.
One I was hoping for help with was a clearer definition for the
solvis.geometry.section_distance
function.