Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5b40e9c
updated notes on conda.
ChrisBarker-NOAA Aug 1, 2024
934e11b
added updated conda info to the scientific packages page.
ChrisBarker-NOAA Aug 1, 2024
c864782
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
049603c
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
e0c0e7a
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
f62b5b5
reworked intro paragraph to address duplicate links, and cleaner entry
ChrisBarker-NOAA Aug 19, 2024
fd59cbe
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
e3e561f
fixed netlib link
ChrisBarker-NOAA Aug 19, 2024
78be284
Merge branch 'conda_notes' of https://github.com/ChrisBarker-NOAA/pyt…
ChrisBarker-NOAA Aug 19, 2024
6c7c95a
updated notes on conda.
ChrisBarker-NOAA Aug 1, 2024
7763ab9
added updated conda info to the scientific packages page.
ChrisBarker-NOAA Aug 1, 2024
43d4f09
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
b605abf
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
fee8b5a
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
485460a
reworked intro paragraph to address duplicate links, and cleaner entry
ChrisBarker-NOAA Aug 19, 2024
2fee517
Update source/key_projects.rst
ChrisBarker-NOAA Aug 19, 2024
0f301ce
fixed netlib link
ChrisBarker-NOAA Aug 19, 2024
8d8b310
Merge branch 'conda_notes' of https://github.com/ChrisBarker-NOAA/pyt…
ChrisBarker-NOAA Nov 4, 2024
5a59ab3
slight edit to anaconda.org link
ChrisBarker-NOAA Nov 4, 2024
7b0217b
Merge branch 'pypa:main' into conda_notes
ChrisBarker-NOAA Nov 4, 2024
4e1e75d
added https://anaconda.org to linkcheck-ignore -- the link checker do…
ChrisBarker-NOAA Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Conda is a package, dependency, and environment management system for any langua
Ruby, C/C++, Fortran, and more. It is written in Python and
widely used in the Python scientific computing community, due to its support for non-Python
compiled libraries and extensions. It is used as the basis of the `Anaconda
<https://docs.anaconda.com/anaconda/>`__ Python distribution from `Anaconda, Inc.specifically
<https://docs.anaconda.com/anaconda/>`__ Python distribution from Anaconda, Inc. It waas originally
aimed at the scientific community, community, but can also be used on its own, or with the
:doc:`miniconda <conda:miniconda>`, `miniforge <https://github.com/conda-forge/miniforge>`_ or
`pixi <https://pixi.sh/>`_ systems. It is available for Windows, Mac and Linux systems.
Expand Down