Skip to content

zmmfsj-z/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 https://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.

About

PipelineDB Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.9%
  • Makefile 28.8%
  • Batchfile 28.0%
  • HTML 8.3%