Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
transfer to scikit-hep
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jun 22, 2018
1 parent a1a6ace commit 397dc97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -5,8 +5,8 @@
histbook
========

.. image:: https://travis-ci.org/diana-hep/histbook.svg?branch=master
:target: https://travis-ci.org/diana-hep/histbook
.. image:: https://travis-ci.org/scikit-hep/histbook.svg?branch=master
:target: https://travis-ci.org/scikit-hep/histbook

.. image:: https://readthedocs.org/projects/histbook/badge/
:target: http://histbook.readthedocs.io/
Expand All @@ -15,7 +15,7 @@ histbook
:target: https://doi.org/10.5281/zenodo.1284427

.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/diana-hep/histbook/master?filepath=binder%2Ftutorial.ipynb
:target: https://mybinder.org/v2/gh/scikit-hep/histbook/master?filepath=binder%2Ftutorial.ipynb

.. inclusion-marker-1-do-not-remove
Expand Down Expand Up @@ -96,7 +96,7 @@ Tutorial
Interactive tutorial
====================

Run `this tutorial <https://mybinder.org/v2/gh/diana-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.
Run `this tutorial <https://mybinder.org/v2/gh/scikit-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.

Reference documentation
=======================
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
@@ -1,6 +1,6 @@
.. image:: logo-500px.png
:alt: histbook
:target: https://github.com/diana-hep/histbook
:target: https://github.com/scikit-hep/histbook
:align: center

|
Expand All @@ -15,12 +15,12 @@ histbook
Tutorial
--------

See the `project homepage <https://github.com/diana-hep/histbook>`__ for a `tutorial <https://github.com/diana-hep/histbook#tutorial>`__.
See the `project homepage <https://github.com/scikit-hep/histbook>`__ for a `tutorial <https://github.com/scikit-hep/histbook#tutorial>`__.

Interactive tutorial
--------------------

Run `this tutorial <https://mybinder.org/v2/gh/diana-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.
Run `this tutorial <https://mybinder.org/v2/gh/scikit-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.

Reference documentation
-----------------------
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Expand Up @@ -44,9 +44,9 @@ def get_description():
start = description.index(".. inclusion-marker-1-5-do-not-remove")
stop = description.index(".. inclusion-marker-3-do-not-remove")

before = """.. image:: https://raw.githubusercontent.com/diana-hep/histbook/master/docs/source/logo-500px.png
before = """.. image:: https://raw.githubusercontent.com/scikit-hep/histbook/master/docs/source/logo-500px.png
:alt: histbook
:target: https://github.com/diana-hep/histbook
:target: https://github.com/scikit-hep/histbook
|
Expand All @@ -57,12 +57,12 @@ def get_description():
Tutorial
========
See the `project homepage <https://github.com/diana-hep/histbook>`__ for a `tutorial <https://github.com/diana-hep/histbook#tutorial>`__.
See the `project homepage <https://github.com/scikit-hep/histbook>`__ for a `tutorial <https://github.com/scikit-hep/histbook#tutorial>`__.
Interactive tutorial
====================
Run `this tutorial <https://mybinder.org/v2/gh/diana-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.
Run `this tutorial <https://mybinder.org/v2/gh/scikit-hep/histbook/master?filepath=binder%2Ftutorial.ipynb>`__ on Binder.
Reference documentation
=======================
Expand All @@ -85,8 +85,8 @@ def get_description():
author_email = "pivarski@fnal.gov",
maintainer = "Jim Pivarski (DIANA-HEP)",
maintainer_email = "pivarski@fnal.gov",
url = "https://github.com/diana-hep/histbook",
download_url = "https://github.com/diana-hep/histbook/releases",
url = "https://github.com/scikit-hep/histbook",
download_url = "https://github.com/scikit-hep/histbook/releases",
license = "BSD 3-clause",
test_suite = "tests",
install_requires = ["numpy>=1.8.0"],
Expand Down

0 comments on commit 397dc97

Please sign in to comment.