Skip to content

Commit 08d5174

Browse files
authored
Merge pull request #1759 from Hil-dred/Hil__dred
Add Environment definition to Glossary section
2 parents 82536cd + 8bd2fe6 commit 08d5174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/misc/00_intro.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Glossary
66

77
.. glossary::
88

9+
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>`__.
11+
912
CI
1013
**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>`__.
1114

0 commit comments

Comments
 (0)