Skip to content

Commit 967be04

Browse files
committed
address comments
1 parent b0eecf9 commit 967be04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/misc/00_intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Glossary
66

77
.. glossary::
88

9-
Conda package
10-
**C**\ onda **P**\ ackage.A conda package is a .conda file that contains system-level libraries,Python or other modules,executable programs and other components,metadata under the info/ directory and a collection of files that are installed directly into an install prefix. `Learn More <https://en.wikipedia.org/wiki/Conda_(package_manager)>`__.
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)>`__.
1111

12-
Conda channels
13-
**C**\ onda **C**\hannels.Conda channels are the locations where packages are stored. They serve as the base for hosting and managing packages.Conda-Forge is a conda channels.
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>`__.
1414

1515
CI
1616
**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>`__.

0 commit comments

Comments
 (0)