Skip to content
/ docs Public
forked from openenergymonitor/docs

OpenEnergyMonitor User Guide using Read the Docs

Notifications You must be signed in to change notification settings

gyrex/docs

 
 

Repository files navigation

OpenEnergyMonitor Documentation

Local Preview

The docs can be built and previewed locally:

1. Clone repo and sub-modules

git clone https://github.com/openenergymonitor/docs
git submodule update --init

2. Install Sphinx

See: http://www.sphinx-doc.org/en/master/usage/installation.html

pip3 install -U sphinx

3. Install The Theme

pip3 install sphinx_rtd_theme

4. Install Plugins

pip3 install m2r myst-parser sphinx_copybutton

5. Build the docs

cd main
make clean
make html

This will generate html output in a build folder. The html can then be displayed using a local web server.

sudo ln -s /home/USERNAME/docs/main/_build/html /var/www/html/docs

Update

git submodule update --recursive --remote

About

OpenEnergyMonitor User Guide using Read the Docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.5%
  • HTML 18.2%
  • Shell 5.2%
  • Python 4.6%
  • Batchfile 2.5%
  • Makefile 2.0%