pgpainless/docs
Paul Schaub eeb5986890
Remove notice about armor's label() option
2024-03-30 19:06:42 +01:00
..
source Remove notice about armor's label() option 2024-03-30 19:06:42 +01:00
Makefile Initial sphinx-based documentation 2022-07-06 23:56:41 +02:00
README.md Update README of docs directory 2022-09-05 13:28:00 +02:00
make.bat Initial sphinx-based documentation 2022-07-06 23:56:41 +02:00
requirements.txt Fix missing readthedocs theme 2024-03-30 00:37:51 +01: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: Diagrams are currently not built from source. Instead, pre-built image files are used directly, because there are issues with mermaid in CLI systems.

If you want to build the diagrams from source, you need mermaid-cli to be installed on your system.

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

You can then use mmdc to build/update single diagram files like this:

mmdc --theme default --width 1600 --backgroundColor transparent -i ecosystem_dia.md -o ecosystem_dia.svg