Skip to content

Commit

Permalink
update github org for hatchet (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatele authored Jan 14, 2021
1 parent ec58f77 commit fced701
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <img src="https://raw.githubusercontent.com/LLNL/hatchet/develop/logo-hex.png" width="64" valign="middle" alt="hatchet"/> Hatchet
# <img src="https://raw.githubusercontent.com/hatchet/hatchet/develop/logo-hex.png" width="64" valign="middle" alt="hatchet"/> Hatchet

[![Build Status](https://travis-ci.com/LLNL/hatchet.svg?branch=develop)](https://travis-ci.com/LLNL/hatchet)
[![codecov](https://codecov.io/gh/LLNL/hatchet/branch/develop/graph/badge.svg)](https://codecov.io/gh/LLNL/hatchet)
[![Build Status](https://travis-ci.com/hatchet/hatchet.svg?branch=develop)](https://travis-ci.com/hatchet/hatchet)
[![codecov](https://codecov.io/gh/hatchet/hatchet/branch/develop/graph/badge.svg)](https://codecov.io/gh/hatchet/hatchet)
[![Read the Docs](http://readthedocs.org/projects/hatchet/badge/?version=latest)](http://hatchet.readthedocs.io)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand All @@ -22,7 +22,7 @@ $ source install.sh
```

<p align="center">
<img src="https://raw.githubusercontent.com/LLNL/hatchet/develop/screenshot.png" width=800>
<img src="https://raw.githubusercontent.com/hatchet/hatchet/develop/screenshot.png" width=800>
</p>


Expand Down
4 changes: 2 additions & 2 deletions docs/basic_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ You are good to go!
The Hatchet repository includes stand-alone Python-based Jupyter notebook examples based on this
tutorial.
You can find them in the hatchet `GitHub repository
<https://github.com/LLNL/hatchet/tree/develop/docs/examples>`_. You can get a local copy of the repository using ``git``:
<https://github.com/hatchet/hatchet/tree/develop/docs/examples>`_. You can get a local copy of the repository using ``git``:

.. code-block:: console
$ git clone https://github.com/LLNL/hatchet.git
$ git clone https://github.com/hatchet/hatchet.git
You will find the tutorial notebooks in your local hatchet repository under
``docs/examples/tutorial/``.
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ Hatchet has the following minimum requirements, which must be installed before H
#. numpy, and
#. pandas

Hatchet is available on `GitHub <https://github.com/LLNL/hatchet>`_.
Hatchet is available on `GitHub <https://github.com/hatchet/hatchet>`_.


Installation
============

You can get hatchet from its `GitHub repository
<https://github.com/LLNL/hatchet>`_ using this command:
<https://github.com/hatchet/hatchet>`_ using this command:

.. code-block:: console
$ git clone https://github.com/LLNL/hatchet.git
$ git clone https://github.com/hatchet/hatchet.git
This will create a directory called ``hatchet``.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ operations to analyze a single hierarchical data set or compare multiple data
sets, and its API facilitates analyzing such data programmatically.

You can get hatchet from its `GitHub repository
<https://github.com/LLNL/hatchet>`_:
<https://github.com/hatchet/hatchet>`_:

.. code-block:: console
$ git clone https://github.com/LLNL/hatchet.git
$ git clone https://github.com/hatchet/hatchet.git
or install it using pip:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name="hatchet",
version=version["__version__"],
description="A Python library for analyzing hierarchical performance data",
url="https://github.com/LLNL/hatchet",
url="https://github.com/hatchet/hatchet",
author="Abhinav Bhatele",
author_email="bhatele@cs.umd.edu",
license="MIT",
Expand Down

0 comments on commit fced701

Please sign in to comment.