File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
2825AddOnlineDocumentation :
You can’t perform that action at this time.
0 commit comments