Skip to content

Commit 89b05d7

Browse files
authored
Fix #67: Add CI/CD and GitHub Action (#68)
1 parent af66a3a commit 89b05d7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

changelog.d/68.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add new glossary terms

docs/source/glossary.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ For Python specific terms, look into:
3333

3434
See also :term:`Asynchronous Programming`
3535

36+
CI/CD
37+
A set of automated practices for integrating code changes, testing, and deploying software quickly and reliably.
38+
39+
See also :term:`GitHub Action`
40+
3641
Changelog
3742
A record of all notable changes made in a project.
3843

@@ -53,7 +58,7 @@ For Python specific terms, look into:
5358
The *DAPS Configuration File* (DC file) is a configuration file used by DAPS to define parameters for building documentation. For example, it contains information about the entry file, what stylesheets to use, and other build options.
5459

5560
Deliverable
56-
The smallest unit of documentation that can be built. It's mapped to a DC File. A deliverable is usually being built in different formats.
61+
The smallest unit of documentation that can be built. It's mapped to a DC File. A deliverable is usually being built in different formats.
5762

5863
DocBook
5964
A semantic markup language based on :term:`XML` used for writing
@@ -77,6 +82,11 @@ For Python specific terms, look into:
7782

7883
See also :term:`Mutex`.
7984

85+
GitHub Action
86+
Is a GitHub feature that enables automation of workflows such as building, testing, and deploying code directly from a repository using configurable YAML files.
87+
88+
See also :term:`CI/CD`
89+
8090
IPython
8191
An interactive command-line interface for Python that enhances
8292
the standard Python shell with additional features.

0 commit comments

Comments
 (0)