Skip to content

pipelinedb/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Derek Nelson
Feb 9, 2019
e3d1e04 · Feb 9, 2019
Feb 20, 2015
Apr 10, 2015
Feb 20, 2015
Jul 3, 2015
May 16, 2016
Feb 1, 2019
Oct 24, 2018
Feb 9, 2019
Nov 7, 2018
Jan 18, 2019
Nov 2, 2018
Dec 1, 2018
Dec 1, 2018
Oct 24, 2018
Feb 4, 2019
Oct 25, 2018
Oct 24, 2018
Oct 24, 2018
Feb 4, 2015
Dec 21, 2018
Oct 26, 2018
Oct 24, 2018
Oct 24, 2018
Nov 8, 2018
Oct 25, 2018

Repository files navigation

PipelineDB Documentation

Getting started

Install some dependencies:

sudo apt-get install python-sphinx
sudo pip install sphinx_rtd_theme sphinx-autobuild awscli

Now you can build the docs:

make

To serve the docs over HTTP at http://localhost:8000, run:

make serve

This will also automatically rebuild the docs and restart the HTTP server whenever a file is updated.

Publishing

These docs are automatically deployed to docs.pipelinedb.com whenever any changes are pushed to master. To publish the docs manually, you'll need to have the AWS client installed and configured. Then, just run

make s3

This will upload the docs to a public S3 bucket that serves as a static website host.