Skip to content

reinierl/ocpp-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCPP 1.6 in ReST

This is an experimental version of OCPP (the Open Charge Point Protocol) in reStructuredText.

Building with docutils

To build an HTML file out of it, install docutils. Then you can build by entering the following command in your terminal:

LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 rst2html.py ocpp-1.6.rst > ocpp-1.6.html

After building, an HTML file named ocpp-1.6.html will have appeared. Open this file with your browser to see the resulting HTML. This still looks ugly but I hope we'll get a much nicer-looking PDF out of it via LaTeX.

Building with make

If you are on a system with make installed, you can build the HTML output by doing make html. If you also have LaTeX installed, you can also make a PDF by doing make pdf.

About

OCPP as a ReST document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published