You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/misc/00_intro.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ Glossary
7
7
.. glossary::
8
8
9
9
CI
10
-
**C**\ ontinuous **I**\ ntegration.
10
+
**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/>`_.
11
11
12
12
PR
13
-
**P**\ ull **R**\ equest, see `About pull requests on GitHub<https://help.github.com/articles/about-pull-requests/>`_.
13
+
**P**\ ull **R**\ equest. Pull Request is a workflow method to submit contributions to an open development project in which the developer asks for changes committed to an external repository to be considered for inclusion in a project's main repository. `Learn More<https://help.github.com/articles/about-pull-requests/>`_.
14
14
15
15
CDT
16
-
**C**\ ore **D**\ ependency **T**\ ree
16
+
**C**\ ore **D**\ ependency **T**\ ree. Core Dependency Tree packages take care of the dependencies which are so close to the system that they are not packaged with ``conda-forge``. A CDT package consists of repackaged CentOS binaries from the appropriate version, either 6 or 7 depending on user choice and platform. `Learn More <https://conda-forge.org/docs/maintainer/knowledge_base.html#core-dependency-tree-packages-cdts/>`_.
17
17
18
18
ABI
19
-
**A**\ pplication **B**\ inary **I**\ nterface, see `ABI on Wikipedia <https://en.wikip edia.org/wiki/Application_binary_interface>`_.
19
+
**A**\ pplication **B**\ inary **I**\ nterface. ABI is a document that comprehensively defines the binary system interface between applications and the operating system on which they run. `Learn More <https://en.wikipedia.org/wiki/Application_binary_interface>`_.
0 commit comments