Skip to content

inkkim/citus_docs

 
 

Repository files navigation

Sphinx source files for Citus documentation

To generate HTML version:

  1. Install Sphinx from the sphinx website
  2. Clone this repository
  3. Generate HTML
    cd citus_docs
    sphinx-build -b html -a -n . _build
    
    # open _build/index.html in your browser

Sphinx Installation Note: If you're on OSX you might want to install the Python from homebrew - then a simple pip install sphinx does the trick.

About

Documentation for Citus. Distributed PostgreSQL as an extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 41.9%
  • Python 38.8%
  • HTML 18.8%
  • Makefile 0.5%