Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 883 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 883 Bytes

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.