NSLS-II / docs

Standards Documentation for NSLS-II DAQ and Analysis
https://nsls-ii.github.io
BSD 2-Clause "Simplified" License
2 stars 13 forks source link

multi-project docs

Documentation for NSLS-II DAQ and Analysis

Developer Documentation

This repo and others build the sphinx on Travis-CI and force-push the build products to the repo NSLS-II/NSLS-II.github.io.

If you haven't done this before:

gem install travis
travis login

Then:

ssh-keygen -t rsa -C "bluesky-docs-deploy"
travis encrypt-file bluesky-docs-deploy --repo NSLS-II/bluesky
git add bluesky-docs-deploy.enc

Copy the openssl ... line output from the travis... command above and use it in the .travis.yml.

Add the public key, bluesky-docs-deploy.pub, as a "Deploy Key" in the settings of the NSLS-II.github.io repository.