edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Should we build and host the documentation on read the docs? #156

Closed edoddridge closed 7 years ago

edoddridge commented 7 years ago

The documentation is currently built on Travis and pushed to the gh-pages branch, whence it is served through GitHub pages.

This is functional, but has several drawbacks:

The current setup does have the advantage that many simulations are run every time a new commit is pushed. However, testing the code is what the test suite is for - if it isn't providing sufficient coverage, then it should be expanded. Expanding the test suite is a better long term solution than relying on time consuming simulations that are being run primarily for the documentation.

Advantages of switching to read the docs and checking in the figures for the documentation:

Disadvantages of switching to read the docs: