MindTheGap-ERC / CarboKitten.jl

Julia implementation of carbonate platform model
https://mindthegap-erc.github.io/CarboKitten.jl/
GNU General Public License v3.0
0 stars 0 forks source link

Switching branches easier #39

Closed HannoSpreeuw closed 1 month ago

HannoSpreeuw commented 1 month ago

Fixes #34

The figures from the documentation in "docs/src/fig" are git tracked, but are often regenerated when you change some of their direct dependencies. This makes switching branches harder, it would require issuing "git stash" first. We have now made sure that the regenerated figures appear in "docs/src/_fig" and are not git tracked. There is a task in pyproject.toml that takes care of copying from "docs/src/_fig" to "docs/src/fig" when this repo is cloned.