Skip to content

Commit f93b4c8

Browse files
nehaljwanincoghlan
authored andcommitted
Continuum Analytics changed its name to Anaconda (#534)
1 parent a7f7727 commit f93b4c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/guides/installing-scientific-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The conda cross-platform package manager
128128
----------------------------------------
129129

130130
`Anaconda <https://www.anaconda.com/download/>`_ is a Python distribution
131-
published by Continuum Analytics. It is a stable collection of Open Source
131+
published by Anaconda, Inc. It is a stable collection of Open Source
132132
packages for big data and scientific use. As of the 5.0 release of Anaconda,
133133
about 200 packages are installed by default, and a total of 400-500 can be
134134
installed and updated from the Anaconda repository.

source/key_projects.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ conda
251251
`Docs <http://conda.pydata.org/docs/>`__
252252

253253
conda is the package management tool for `Anaconda
254-
<http://docs.continuum.io/anaconda/index.html>`__ Python installations.
255-
Anaconda Python is a distribution from `Continuum Analytics
256-
<http://continuum.io/downloads>`__ specifically aimed at the scientific
254+
<https://docs.anaconda.com/anaconda/>`__ Python installations.
255+
Anaconda Python is a distribution from `Anaconda, Inc
256+
<https://www.anaconda.com/download>`__ specifically aimed at the scientific
257257
community, and in particular on Windows where the installation of binary
258258
extensions is often difficult.
259259

@@ -262,7 +262,7 @@ many of their combined features in terms of package management, virtual environm
262262
management and deployment of binary extensions.
263263

264264
Conda does not install packages from PyPI and can install only from
265-
the official Continuum repositories, or anaconda.org (a place for
265+
the official Anaconda repositories, or anaconda.org (a place for
266266
user-contributed *conda* packages), or a local (e.g. intranet) package server.
267267
However, note that pip can be installed into, and work side-by-side with conda
268268
for managing distributions from PyPI.

0 commit comments

Comments
 (0)