Skip to content

Commit

Permalink
Change repo name in readme (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyviz-developers authored Nov 14, 2019
1 parent 7798419 commit 7c313d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

| | |
| --- | --- |
| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/pyviz/website.svg?branch=master)](https://travis-ci.org/pyviz/website) |
| Website | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/website/gh-pages.svg)](https://github.com/pyviz/holoviz/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/pyviz.org.svg)](http://pyviz.org) |
| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/pyviz/pyviz.org.svg?branch=master)](https://travis-ci.org/pyviz/pyviz.org) |
| Website | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/pyviz.org/gh-pages.svg)](https://github.com/pyviz/pyviz.org/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/https/pyviz.org.svg)](https://pyviz.org) |

Source material to build [pyviz.org](https://pyviz.org). This site is owned by [NumFocus](https://numfocus.org) and is currently managed by Anaconda, Inc. for the community, but is open to everyone involved in Python data visualization; see [#2](https://github.com/pyviz/website/issues/2).

## Building pyviz.org

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](https://travis-ci.org/pyviz/website) to check on the progress of the job.
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](https://travis-ci.org/pyviz/pyviz.org) to check on the progress of the job.

## Building dev site

To build the [dev site](https://pyviz-dev.github.io/website), 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.
To build the [dev site](https://pyviz-dev.github.io/pyviz.org), 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.

Expand Down

0 comments on commit 7c313d1

Please sign in to comment.