Skip to content

Commit b36a102

Browse files
committed
Merge branch 'cookiecutter-template' into feat-003
2 parents 3c4342e + ce75f3a commit b36a102

7 files changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<strong>Version:</strong> 0.1.0</p>
1212

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

1616
<p><strong>Utilizes:</strong><br />
1717
The <strong>python3-cookiecutter</strong> depends on the following repositories for its documentation and sub-features.</p>

changelogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Develop
103103

104104
Feat 002 (#10)
105105

106+
### 🐛 Fixed
107+
108+
- *(upgrader)* Configuration settings.
109+
106110
### 🧪 Tests
107111

108112
- Tests-fixes

changelogs/releases/v0.1.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Develop
103103

104104
Feat 002 (#10)
105105

106+
### 🐛 Fixed
107+
108+
- *(upgrader)* Configuration settings.
109+
106110
### 🧪 Tests
107111

108112
- Tests-fixes

docs/jekyll/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "0.1.0"
66
license: "AGPL-3.0-or-later"
77
copyright: "Copyright (c) 2025-2026, Jared Cook"
88
timezone: "America/Los_Angeles"
9-
description: "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation."
9+
description: "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation."
1010
remote_theme: "just-the-docs/just-the-docs@v0.11.0"
1111
ga_tracking: "G-C7PWLWSHB9"
1212

docs/jekyll/docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"contribution_model": "CLA",
2626
"copyright": "Copyright (c) 2025-2026, Jared Cook",
2727
"current_year": "2026",
28-
"description": "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.",
28+
"description": "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation.",
2929
"email": "jcook3701+github@gmail.com",
3030
"ga_tracking": "G-C7PWLWSHB9",
3131
"github_io": "https://jcook3701.github.io/python3-cookiecutter",

docs/jekyll/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: default
3-
title: python3-cookiecutter
3+
title: "python3-cookiecutter"
44
nav_order: 1
5-
description: Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation.
5+
description: "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation."
66
---
77
{% include snippet_loader.html %}
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424
[project]
2525
name = "python3-cookiecutter"
2626
version = "0.1.0"
27-
description = "Python3 cookiecutter template project + Github docs template generation + Sphinx docs template generation."
27+
description = "**Python3 cookiecutter** template project + **Github docs** template generation + **Sphinx docs** template generation."
2828
authors = [
2929
{ name="Jared Cook", email="jcook3701+github@gmail.com" }
3030
]

0 commit comments

Comments
 (0)