commit | 1aee682561ad57e0537e341ed0d64e1e6fef0106 | [log] [tgz] |
---|---|---|
author | Eamon Ford <eamonford@gmail.com> | Mon Jan 04 10:06:01 2021 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 04 10:06:01 2021 -0800 |
tree | 60f42eac8d7dba18bcd6f1ce41075b88be0f0ced | |
parent | 698930b1c670898a67014f5bf2088976e53f7adc [diff] |
SDAP-294: Add optional normalizeDates parameter for time series and hofmueller (#114)
The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html
Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.
pip install sphinx sphinx-autobuild recommonmark
Run sphinx-autobuild to view the docs locally.
cd docs sphinx-autobuild . _build/html