Mark van Renswoude
6e31b77b26
- IBindingLogger interface implemented in the included implementations (Console and Serilog) Added documentation for Tapeti.Cmd |
||
---|---|---|
.. | ||
conf.py | ||
dataannotations.rst | ||
flow.rst | ||
gettingstarted.rst | ||
indepth.rst | ||
index.rst | ||
introduction.rst | ||
make.bat | ||
Makefile | ||
README.md | ||
rundev.bat | ||
Tapeti.Docs.sublime-project | ||
tapeticmd.rst | ||
transient.rst |
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