Skip to content

Commit

Permalink
Merge pull request #576 from NLeSC/572_project_setup
Browse files Browse the repository at this point in the history
572-keep project setup all the time
  • Loading branch information
fdiblen authored Aug 27, 2024
2 parents 92e3337 + 85d5247 commit e14ae78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## [Unreleased]

### Added
* Keep project_setup.md for all the profiles and remove from the menu [#576](https://github.com/NLeSC/python-template/pull/576)
* Make contributing guidelines optional [#465](https://github.com/NLeSC/python-template/pull/465)
* Make linting optional [#568](https://github.com/NLeSC/python-template/pull/568)
* Make editorconfig optional [#571](https://github.com/NLeSC/python-template/pull/571)
* Make contributing guidelines optional [#465]()
* Make contributing guidelines optional [#465](https://github.com/NLeSC/python-template/pull/465)
* Make developer documentation optional [#467](https://github.com/NLeSC/python-template/pull/541)
* Make Code of Conduct optional [#464](https://github.com/NLeSC/python-template/pull/530)
* New YAML files for copier questions [#529](https://github.com/NLeSC/python-template/pull/529)
Expand Down
7 changes: 2 additions & 5 deletions copier/questions/features_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,19 @@ SelectDocumentationFeatures:
type: yaml
default: |-
{% if template_profile == 'recommended' %}
[AddOnlineDocumentation_flag, AddDevDoc_flag, not_implemented_project_setup]
[AddOnlineDocumentation_flag, AddDevDoc_flag]
{%- else -%}
[]
{%- endif %}
help: Select documentation features
multiselect: true
choices:
Online documentation (using Read the Docs):
Online documentation (Read the Docs):
value: AddOnlineDocumentation_flag
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
Developer documentation:
value: AddDevDoc_flag
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
Project setup description (NOT_IMPLEMENTED):
value: not_implemented_project_setup
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"

# computed features
AddOnlineDocumentation:
Expand Down

0 comments on commit e14ae78

Please sign in to comment.