1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 10:39:33 +02:00
pgpainless/docs
2022-07-12 10:33:43 +02:00
..
source Fix User-ID format in documentation and note invalid user-id formats in tests 2022-07-12 10:33:43 +02:00
make.bat
Makefile
README.md
requirements.txt

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