pgpainless/docs
Paul Schaub 76905cc1e8
Add installation hint to cli usage guide
2022-08-29 13:28:08 +02:00
..
source Add installation hint to cli usage guide 2022-08-29 13:28:08 +02:00
Makefile Initial sphinx-based documentation 2022-07-06 23:56:41 +02:00
README.md Add documentation about documentation to documentation readme 2022-07-08 17:45:58 +02:00
make.bat Initial sphinx-based documentation 2022-07-06 23:56:41 +02:00
requirements.txt Add .readthedocs.yaml 2022-07-07 00:44:28 +02:00

README.md

User Guide for PGPainless

Documentation for PGPainless is built from Markdown using Sphinx and MyST.

A built version of the documentation is available on http://pgpainless.rtfd.io/

Useful resources

Build the Guide

To build:

$ make {html|epub|latexpdf}

Note: Building diagrams from source requires mermaid-cli to be installed.

$ npm install -g @mermaid-js/mermaid-cli