2017-09-09 19:30:20 -05:00
2016-11-21 23:04:06 -08:00
2018-09-20 10:47:52 -05:00
2016-10-09 16:53:41 -07:00
2018-09-20 10:47:52 -05:00
2018-09-20 10:47:52 -05:00
2018-09-10 09:55:45 -05:00
2018-09-10 10:47:03 -05:00
2018-01-18 10:48:34 -06:00
2018-09-20 10:47:52 -05:00
2016-10-09 16:53:41 -07:00
2018-06-14 09:29:12 -05:00
2018-09-10 10:47:03 -05:00
2018-09-10 10:46:38 -05:00

PostgREST documentation

PostgREST docs use the reStructuredText format, check this cheatsheet to get acquainted with it.

To generate HTML version:

  1. Install Sphinx from the sphinx website
  2. Clone this repository
  3. 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 sphinx does the trick.
Languages
Haskell 67.3%
PLpgSQL 21.5%
Python 6.7%
Nix 4.3%
Shell 0.2%