diff --git a/README.md b/README.md index 2618c3a..5302a70 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Version: 0.1.0

Overview

-

Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.

+

Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.

Utilizes:
The python3-cookiecutter depends on the following repositories for its documentation and sub-features.

diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index d8f3c40..049caf9 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -88,23 +88,30 @@ Develop * fix(upgrader): fixed the upgrader configuration file. * fix(tests): fix to correct test to work for python template. Need to come up with a way to correct this in cookiecutter-cookiecutter in the future. +- Feat 002 (#10) + +* feat(upgrade): Settings update for cookiecutter_project_upgrader files. + +* fix(lint): Linting fixes for license header. + +* feat(docs): Readme updates. + +* feat(docs): Updates to community health files for python templates. + +* fix(tests): Fix for python cookiecutter hooks tests. +- Merge pull request #11 from jcook3701/develop + +Feat 002 (#10) +- Update template - Update template - Update template - Update template - Update template -- Merge branch 'cookiecutter-template' into feat-002 +- Merge branch 'cookiecutter-template' into feat-003 ### ๐Ÿ› Fixed -- *(lint)* Linting fixes for license header. - -### ๐Ÿš€ Added - -- *(upgrade)* Settings update for cookiecutter_project_upgrader files. -- *(docs)* Readme updates. -- *(docs)* Readme updates. -- *(docs)* Readme updates. -- *(docs)* Updates to community health files for python templates. +- *(upgrader)* Configuration settings. ### ๐Ÿงช Tests diff --git a/changelogs/releases/v0.1.0.md b/changelogs/releases/v0.1.0.md index 89962b8..3a0c233 100644 --- a/changelogs/releases/v0.1.0.md +++ b/changelogs/releases/v0.1.0.md @@ -88,23 +88,30 @@ Develop * fix(upgrader): fixed the upgrader configuration file. * fix(tests): fix to correct test to work for python template. Need to come up with a way to correct this in cookiecutter-cookiecutter in the future. +- Feat 002 (#10) + +* feat(upgrade): Settings update for cookiecutter_project_upgrader files. + +* fix(lint): Linting fixes for license header. + +* feat(docs): Readme updates. + +* feat(docs): Updates to community health files for python templates. + +* fix(tests): Fix for python cookiecutter hooks tests. +- Merge pull request #11 from jcook3701/develop + +Feat 002 (#10) +- Update template - Update template - Update template - Update template - Update template -- Merge branch 'cookiecutter-template' into feat-002 +- Merge branch 'cookiecutter-template' into feat-003 ### ๐Ÿ› Fixed -- *(lint)* Linting fixes for license header. - -### ๐Ÿš€ Added - -- *(upgrade)* Settings update for cookiecutter_project_upgrader files. -- *(docs)* Readme updates. -- *(docs)* Readme updates. -- *(docs)* Readme updates. -- *(docs)* Updates to community health files for python templates. +- *(upgrader)* Configuration settings. ### ๐Ÿงช Tests diff --git a/docs/cookiecutter_input.json b/docs/cookiecutter_input.json index 2578c64..a35c3e4 100644 --- a/docs/cookiecutter_input.json +++ b/docs/cookiecutter_input.json @@ -48,7 +48,7 @@ "contribution_model": "CLA", "copyright": "Copyright (c) 2025-2026, Jared Cook", "current_year": "2026", - "description": "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.", + "description": "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation.", "email": "jcook3701+github@gmail.com", "ga_tracking": "G-C7PWLWSHB9", "github_io": "https://jcook3701.github.io/python3-cookiecutter", diff --git a/docs/jekyll/_config.yml b/docs/jekyll/_config.yml index a4b030e..d5e89c4 100755 --- a/docs/jekyll/_config.yml +++ b/docs/jekyll/_config.yml @@ -6,7 +6,7 @@ version: "0.1.0" license: "AGPL-3.0-or-later" copyright: "Copyright (c) 2025-2026, Jared Cook" timezone: "America/Los_Angeles" -description: "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation." +description: "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation." remote_theme: "just-the-docs/just-the-docs@v0.11.0" ga_tracking: "G-C7PWLWSHB9" diff --git a/docs/jekyll/docs/cookiecutter_input.json b/docs/jekyll/docs/cookiecutter_input.json index f9848c6..88f2008 100644 --- a/docs/jekyll/docs/cookiecutter_input.json +++ b/docs/jekyll/docs/cookiecutter_input.json @@ -25,7 +25,7 @@ "contribution_model": "CLA", "copyright": "Copyright (c) 2025-2026, Jared Cook", "current_year": "2026", - "description": "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.", + "description": "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation.", "email": "jcook3701+github@gmail.com", "ga_tracking": "G-C7PWLWSHB9", "github_io": "https://jcook3701.github.io/python3-cookiecutter", diff --git a/docs/jekyll/index.md b/docs/jekyll/index.md index 94f94b2..9f7a08a 100644 --- a/docs/jekyll/index.md +++ b/docs/jekyll/index.md @@ -1,8 +1,8 @@ --- layout: default -title: python3-cookiecutter +title: "python3-cookiecutter" nav_order: 1 -description: Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation. +description: "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation." --- {% include snippet_loader.html %} diff --git a/pyproject.toml b/pyproject.toml index d7db33b..c05d9b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta" [project] name = "python3-cookiecutter" version = "0.1.0" -description = "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation." +description = "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation." authors = [ { name="Jared Cook", email="jcook3701+github@gmail.com" } ] diff --git a/{{ cookiecutter.project_slug }}/docs/cookiecutter_input.json b/{{ cookiecutter.project_slug }}/docs/cookiecutter_input.json new file mode 100644 index 0000000..b07ca2a --- /dev/null +++ b/{{ cookiecutter.project_slug }}/docs/cookiecutter_input.json @@ -0,0 +1 @@ +{{ cookiecutter | jsonify }}