-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS: Add the changelog feature (#5612)
Co-authored-by: Samuel Lopez <[email protected]> Co-authored-by: Sébastien Morais <[email protected]> Co-authored-by: Sebastien Morais <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
- Loading branch information
1 parent
4d786bf
commit 69c73af
Showing
11 changed files
with
140 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CHANGELOG | ||
|
||
This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. | ||
|
||
Refer to the [raw release notes](doc/source/changelog.rst) for more information. | ||
|
||
[Published release notes](https://aedt.docs.pyansys.com/version/stable/changelog.html) can be found in the online documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add the changelog feature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% if sections[""] %} | ||
|
||
.. tab-set:: | ||
{%+ for category, val in definitions.items() if category in sections[""] +%} | ||
.. tab-item:: {{ definitions[category]['name'] }} | ||
|
||
.. list-table:: | ||
:header-rows: 0 | ||
:widths: auto | ||
|
||
{%+ for text, values in sections[""][category].items() +%} | ||
* - {{ text }} | ||
- {{ values|join(', ') }} | ||
{% endfor %} | ||
{% endfor %} | ||
|
||
{% else %} | ||
No significant changes. | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _ref_release_notes: | ||
|
||
Release notes | ||
############# | ||
|
||
This document contains the release notes for the project. | ||
|
||
.. vale off | ||
.. towncrier release notes start | ||
.. vale on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters