Skip to content

Commit 7dc2b7e

Browse files
authored
added glossary terms
1 parent b34ebd1 commit 7dc2b7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/misc/00_intro.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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)>`__.
11+
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.
14+
915
CI
1016
**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>`__.
1117

0 commit comments

Comments
 (0)