Skip to content

Commit 101c107

Browse files
authored
Merge pull request #1304 from PrernaSingh587/master
Modified the Glossary Section in Misc in Docs.
2 parents 3f01b3d + 4355822 commit 101c107

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
@@ -7,16 +7,16 @@ Glossary
77
.. glossary::
88

99
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/>`_.
1111

1212
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/>`_.
1414

1515
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/>`_.
1717

1818
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>`_.
2020

2121

2222
TODO list

0 commit comments

Comments
 (0)