holoviz-topics / imagen

ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
https://imagen.holoviz.org/
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Sphinx based documentation #21

Closed philippjfr closed 10 years ago

philippjfr commented 10 years ago

Just as for Param this is a Sphinx based website to unify documentation across IOAM. The resulting website can be seen at http://philippjfr.github.io/imagen/index.html. Unlike param this includes our full notebook building system. There is several things to note here, a notebook is embedded directly into the index page to show off the very basics of using DataViews and Imagen together. The example is obviously not complete and should be extended in the near future.

Additionally when you visit the website you might notice that the links leading out from any page below http://philippjfr.github.io/imagen/Tutorials is broken. This is because we will be hosting these pages on the ioam.github.com repository, which means our script has to insert the absolute links (which do not yet exist).

Do not merge this in immediately, I'd like some suggestions about what else to include on the home page first.