Build Status | |
Website |
Source material to build pyviz.org. This site is owned by NumFocus and is currently managed by Anaconda, Inc. for the community, but is open to everyone involved in Python data visualization; see #2.
Whenever a PR is merged, or a commit is pushed to master, a Travis CI job is triggered that builds pyviz.org. Visit Travis CI to check on the progress of the job.
To build the dev site, just push a commit containing the string: website_dev
. This will start a job on Travis CI that when complete will deploy to the dev site.
NOTE: This will work on any branch, so it is recommended that you use it to test builds on PRs, just try not to trample on other people's toes.
Set up and activate development environment:
conda env update --file environment.yml --name pyviz
conda activate pyviz
Build the website using the custom doit
(similar to make
) command.
doit build_website
NOTE: To build the cached badges use doit build_cache
.
View the website locally
python -m http.server 8000
See the README in the tools directory for instructions on adding a tool to the "All Tools" page.