Skip to content

Commit e14ae78

Browse files
authored
Merge pull request #576 from NLeSC/572_project_setup
572-keep project setup all the time
2 parents 92e3337 + 85d5247 commit e14ae78

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
## [Unreleased]
44

55
### Added
6+
* Keep project_setup.md for all the profiles and remove from the menu [#576](https://github.com/NLeSC/python-template/pull/576)
7+
* Make contributing guidelines optional [#465](https://github.com/NLeSC/python-template/pull/465)
68
* Make linting optional [#568](https://github.com/NLeSC/python-template/pull/568)
79
* Make editorconfig optional [#571](https://github.com/NLeSC/python-template/pull/571)
8-
* Make contributing guidelines optional [#465]()
10+
* Make contributing guidelines optional [#465](https://github.com/NLeSC/python-template/pull/465)
911
* Make developer documentation optional [#467](https://github.com/NLeSC/python-template/pull/541)
1012
* Make Code of Conduct optional [#464](https://github.com/NLeSC/python-template/pull/530)
1113
* New YAML files for copier questions [#529](https://github.com/NLeSC/python-template/pull/529)

copier/questions/features_documentation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ SelectDocumentationFeatures:
77
type: yaml
88
default: |-
99
{% if template_profile == 'recommended' %}
10-
[AddOnlineDocumentation_flag, AddDevDoc_flag, not_implemented_project_setup]
10+
[AddOnlineDocumentation_flag, AddDevDoc_flag]
1111
{%- else -%}
1212
[]
1313
{%- endif %}
1414
help: Select documentation features
1515
multiselect: true
1616
choices:
17-
Online documentation (using Read the Docs):
17+
Online documentation (Read the Docs):
1818
value: AddOnlineDocumentation_flag
1919
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2020
Developer documentation:
2121
value: AddDevDoc_flag
2222
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
23-
Project setup description (NOT_IMPLEMENTED):
24-
value: not_implemented_project_setup
25-
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2623

2724
# computed features
2825
AddOnlineDocumentation:

0 commit comments

Comments
 (0)