Brian Rose

Results 140 comments of Brian Rose

@ali-ramadhan the climlab software engine already has a [meta-paper in JOSS](https://joss.theoj.org/papers/10.21105/joss.00659). Does it make any sense to publish a separate paper about this book? I'm not clear on that.

#76 implements this but it doesn't work because the "delete preview" push to `gh-pages` gets cancelled before it does its thing.

Maybe the best approach is to set up a new action that runs *after* the rendered book is already pushed to `gh-pages` and simply checks out the `gh-pages` branch, deletes...

Or maybe a simpler one: https://github.com/stefanzweifel/git-auto-commit-action

Rather than running a delete action immediately upon merge, we could just run a daily or weekly "clean up" action that looks for anything in the `_preview/` directory of the...

Nevermind, I found a better / simpler solution. In #77 We introduce a new `delete_preview.yaml` workflow that runs in the context ``` on: pull_request_target: types: closed ``` This means that...

Update, the above link to the JupyterBook docs is not active. Things are very different since the shift to sphinx-based jupyter-book. I'll have to look into this.

https://jupyterbook.org/content/math.html#numbering-equations

Most done in #27. Probably still some loose ends to correct.

Ok so that's not actually true. The import takes a **long time** (minutes), and throws a warning ``` Cannot import and initialize compiled Fortran extension, CAM3 module will not be...