Exo-TiC / ExoTiC-ISM

This is a repository for the reduction pipeline detailed in Wakeford, et al., 2016, ApJ. The method implements marginalization across a series of models to represent stochastic models for observatory and instrument systematics. This is primarily for HST WFC3, however, may be extended to STIS in the future.
MIT License
8 stars 6 forks source link

Create documentation and and a `readthedocs` page #29

Open ivalaginja opened 5 years ago

ivalaginja commented 5 years ago

For starters, set up the most rudimentary documentation page with Sphynx and make sure it works.

This will require unifying the doctoring style throughout the code.

This might be achieved in unison with #55, where we make the repo a package.

hrwakeford commented 2 years ago

I am going to attempt to follow the following process from @christinahedges to make a webpage with the documentation associated with ExoTiC-ISM https://christinahedges.github.io/astronomy_workflow/notebooks/3.0-building/mkdocs.html

This will be done and tested on a fork before issuing a pull request into this repo