x2xmldatabinding/Docs
Mark van Renswoude 65b651a489 Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
..
DataBindingHints.html Added: start of DataBindingHints manual (Dutch) 2008-08-27 10:10:04 +00:00
Makefile Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
README.md Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
X2XMLDataBinding Structure.mpb Fixed: simple type collections failed to call AddItem in the output, resulting in an Access Violation 2012-11-14 09:22:49 +00:00
X2XMLDataBinding.Docs.sublime-project Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
conf.py Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
hints.rst Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
index.rst Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
introduction.rst Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
make.bat Added readme and some basic documentation 2020-12-16 14:55:36 +01:00
rundev.bat Added readme and some basic documentation 2020-12-16 14:55:36 +01:00

README.md

The documentation can be built locally using Sphinx. Install Python 3 (choco install python on Windows), then install sphinx and the ReadTheDocs theme:

pip install sphinx sphinx_rtd_theme

To build the HTML output, run:

.\make.bat html

To use the auto reloading server (rundev.bat), install the sphinx-autobuild package:

pip install sphinx-autobuild