All Projects → citusdata → citus_docs

citusdata / citus_docs

Licence: other
Documentation for Citus. Distributed PostgreSQL as an extension.

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to citus docs

cigration
Citus shard migration tool
Stars: ✭ 28 (-44%)
Mutual labels:  citus
Citus
Distributed PostgreSQL as an extension
Stars: ✭ 5,580 (+11060%)
Mutual labels:  citus

Sphinx source files for Citus documentation

To generate HTML version:

  1. Install Sphinx from the sphinx website
  2. Clone this repository
  3. Install Sphinx theme
    pip install sphinx_rtd_theme_citus
    
  4. Generate HTML
    cd citus_docs
    make
    
    # open _build/index.html in your browser

Sphinx Installation Note: on OS X it's better to install sphinx via pip rather than Homebrew. (The brew formula is keg-only and used primarily by other tools.) Use pip install sphinx.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].