dk1983 / postgrest-docs

Documentation for

Home Page:https://github.com/begriffs/postgrest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx source files for PostgREST documentation

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

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.
  • For an easier time refreshing your local preview of docs as you change it, try sphinx-autobuild.

About

Documentation for

https://github.com/begriffs/postgrest


Languages

Language:Python 53.9%Language:Makefile 45.8%Language:CSS 0.3%