Skip to content

Commit

Permalink
Rename Continuum to Anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
seibert committed Aug 28, 2017
1 parent f8943fe commit ab47a43
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Numba proof of concept was originally written by
Travis Oliphant <travis@continuum.io>
Travis Oliphant <travis@anaconda.com>

If you have contributed to Numba add your name to this file:

Expand All @@ -14,15 +14,15 @@ Dan Christensen <[email protected]>
Dan Yamins <[email protected]>
David Warde-Farley <[email protected]>
Falcon Dai <[email protected]>
Francesc Alted <francesc@continuum.io>
Francesc Alted <francesc@anaconda.com>
Frederic <[email protected]>
Gaëtan de Menten <[email protected]>
GFKjunior <[email protected]>
Graham Markall <[email protected]>
Hernan Grecco <[email protected]>
Ilan Schnell <[email protected]>
James Bergstra <[email protected]>
Jay Bourque <jay.bourque@continuum.io>
Jay Bourque <jay.bourque@anaconda.com>
Jens Timmerman <[email protected]>
Jim Garrison <[email protected]>
Jon Riehl <[email protected]> (Resilient Science)
Expand All @@ -31,7 +31,7 @@ kichik <[email protected]>
Lars Buitinck <[email protected]>
Laurent Fasnacht <[email protected]>
liuzhenhai <[email protected]>
Maggie Mari <maggie.mari@continuum.io>
Maggie Mari <maggie.mari@anaconda.com>
majidaldo <[email protected]>
Mark Florisson <[email protected]>
Mark Wiebe <[email protected]>
Expand All @@ -41,13 +41,13 @@ Meador Inge
Michael Joyce <[email protected]>
Matthew Goodman <[email protected]>
Ondřej Čertík <[email protected]>
Óscar Villellas Guillén <oscar.villellas@continuum.io>
Óscar Villellas Guillén <oscar.villellas@anaconda.com>
Pablo Jiménez Mateo <[email protected]>
Phillip Cloud <[email protected]>
Scott Chadde <scott.chadde@continuum.io>
Scott Chadde <scott.chadde@anaconda.com>
Shiquan Wang <[email protected]>
Siu Kwan Lam <[email protected]>
Stan Seibert <[email protected]>
Stan Seibert <[email protected]>
Stefan Seefeld <[email protected]>
Thomas Kluyver <[email protected]>
timo <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A compiler for Python array and numerical functions
###################################################

Numba is an Open Source NumPy-aware optimizing compiler for Python
sponsored by Continuum Analytics, Inc. It uses the
sponsored by Anaconda, Inc. It uses the
remarkable LLVM compiler infrastructure to compile Python syntax to
machine code.

Expand Down Expand Up @@ -35,7 +35,7 @@ Installing
==========

The easiest way to install numba and get updates is by using the Anaconda
Distribution: https://www.continuum.io/downloads
Distribution: https://www.anaconda.com/downloads

::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/developer/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ You can expect this to take less than 20 minutes.

Some platforms (such as Windows) cannot be hosted by Travis-CI, and the
Numba team has therefore access to a separate platform provided by
`Continuum <http://continuum.io>`_, our sponsor. We hope parts of that
`Anaconda, Inc. <https://anaconda.com/>`_, our sponsor. We hope parts of that
infrastructure can be made public in the future.


Expand Down
6 changes: 3 additions & 3 deletions docs/source/user/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Installing using Conda

The easiest way to install numba and get updates is by using Conda,
a cross-platform package manager and software distribution maintained
by Continuum Analytics. You can either use `Anaconda
<http://continuum.io/downloads.html>`_ to get the full stack in one download,
or `Miniconda <http://conda.pydata.org/miniconda.html>`_ which will install
by Anaconda, Inc. You can either use `Anaconda
<https://www.anaconda.com/download/>`_ to get the full stack in one download,
or `Miniconda <https://conda.io/miniconda.html>`_ which will install
the minimum packages needed to get started.

Once you have conda installed, just type::
Expand Down

0 comments on commit ab47a43

Please sign in to comment.