Skip to content

Commit 585bf0a

Browse files
authored
Merge pull request #1726 from Uma-95/1705-glossary-additions
#1705-glossary additions
2 parents 08d5174 + 1c0f2db commit 585bf0a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/misc/00_intro.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ Glossary
66

77
.. glossary::
88

9+
Conda package
10+
**C**\ onda **P**\ ackage. A conda package is a ``.tar.bz2`` or ``.conda`` archive that contains libraries, executable programs, data files and other components, as well as metadata under the ``info/`` directory. Its contents are unpacked in the installation prefix. `Learn More <https://en.wikipedia.org/wiki/Conda_(package_manager)>`__.
11+
12+
Conda channel
13+
**C**\ onda **C**\hannel. Conda channels are the locations where packages are stored. They serve as the base for hosting and managing packages. ``conda-forge`` is one example of a conda channel. `Learn More <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/channels.html>`__.
14+
915
Environment
10-
An environment is a tool that helps to keep dependencies required by different projects separate by creating isolated spaces for them that contain per-project dependencies for them. `Learn More <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html>`__.
16+
An environment is a tool that helps to keep dependencies required by different projects separate by creating isolated spaces where these dependencies are installed. `Learn More <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html>`__.
1117

1218
CI
1319
**C**\ ontinuous **I**\ ntegration. Continuous integration is the practice of automating the integration of code changes from multiple contributors into a single software project. `Learn More <https://en.wikipedia.org/wiki/Continuous_integration>`__.

src/user/introduction.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ conda-forge is a community effort that tackles these issues:
4141
- By default, we build packages for macOS, Linux AMD64 and Windows AMD64.
4242
- Many packages are updated by multiple maintainers with an easy option to become a maintainer.
4343
- An active core developer team is trying to also maintain abandoned packages.
44+
45+
You can refer to the glossary `here<https://conda-forge.org/docs/misc/00_intro.html#glossary>`.
4446

4547
How can I install packages from conda-forge?
4648
--------------------------------------------

0 commit comments

Comments
 (0)