a924c4b12f0b676c3aa51df65115f1120d3c670c
PostgREST documentation
PostgREST docs use the reStructuredText format, check this cheatsheet to get acquainted with it.
To generate HTML version:
- Install Sphinx from the sphinx website
- Clone this repository
- Generate HTML
cd postgrest-docs sphinx-build -b html -a -n . _build # open _build/index.html in your browser
If you use nix, you can just run:
nix-shell
This will build the docs and start a livereload server on http://localhost:5500.
Sphinx Installation Notes:
- If you're on OSX you might want to install the Python from homebrew - then a simple
pip install sphinxdoes the trick.
Languages
Haskell
67.3%
PLpgSQL
21.5%
Python
6.7%
Nix
4.3%
Shell
0.2%