Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<strong>Version:</strong> 0.1.0</p>

<h2 id="overview">Overview</h2>
<p>Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.</p>
<p><strong>Python3 cookiecutter</strong> template project + <strong>Github docs</strong> template generation + <strong>Sphinx docs</strong> template generation.</p>

<p><strong>Utilizes:</strong><br />
The <strong>python3-cookiecutter</strong> depends on the following repositories for its documentation and sub-features.</p>
Expand Down
27 changes: 17 additions & 10 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
27 changes: 17 additions & 10 deletions changelogs/releases/v0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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."

Check warning on line 9 in docs/jekyll/_config.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

9:121 [line-length] line too long (133 > 120 characters)

Check warning on line 9 in docs/jekyll/_config.yml

View workflow job for this annotation

GitHub Actions / jinja2-lint

9:121 [line-length] line too long (133 > 120 characters)
remote_theme: "just-the-docs/just-the-docs@v0.11.0"
ga_tracking: "G-C7PWLWSHB9"

Expand Down
2 changes: 1 addition & 1 deletion docs/jekyll/docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions docs/jekyll/index.md
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ cookiecutter | jsonify }}
Loading