Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

This knowledge base for the West Coast Ocean Data Portal was developed using Sphinx and is published at wcodp.readthedocs.org.

Information is organized by topic and edits and contributions are welcome via GitHub. ReadTheDocs automatically rebuilds the documentation every time a commit is made or a pull request is merged.

Here are a few resources for reStructuredText:

You can also search other Read the Docs documentation to find reStructuredText syntax examples.

To work on this documentation on your system, checkout the code from GitHub and install Sphinx using the RTD instructions for using reStructured Text.

#Command reference

cd docs
make html

Then open index.html in your _build directory.

Or run autobuild service

sphinx-autobuild . _build