Skip to content

qutip/qutip.github.io

Repository files navigation

Repository for QuTiP web pages

This repository contains the Jekyll source documents for building the QuTiP and family packages website at https://qutip.org.

Testing locally

Complete instructions for testing changes locally can be found in the GitHub documentation.

The short version of the instructions is:

  • Install Ruby and Bundler usings the appropriate tools for your platform.
  • Run bundle install which installs the dependencies listed in the Gemfile.
  • Run bundle exec jekyll serve which will build the site and serve it locally.

Deploying changes

Push changes to master triggers the default GitHub pages build action which runs Jekyll and deployes the updated website.