diff --git a/CHANGELOG.md b/CHANGELOG.md index da8006db..6df43323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/copier/questions/features_documentation.yml b/copier/questions/features_documentation.yml index 98e61711..ab16d8f6 100644 --- a/copier/questions/features_documentation.yml +++ b/copier/questions/features_documentation.yml @@ -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: