File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 />
1717The <strong >python3-cookiecutter</strong > depends on the following repositories for its documentation and sub-features.</p >
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ Develop
103103
104104Feat 002 (#10 )
105105
106+ ### 🐛 Fixed
107+
108+ - * (upgrader)* Configuration settings.
109+
106110### 🧪 Tests
107111
108112- Tests-fixes
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ Develop
103103
104104Feat 002 (#10 )
105105
106+ ### 🐛 Fixed
107+
108+ - * (upgrader)* Configuration settings.
109+
106110### 🧪 Tests
107111
108112- Tests-fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: "0.1.0"
66license : " AGPL-3.0-or-later"
77copyright : " Copyright (c) 2025-2026, Jared Cook"
88timezone : " 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."
1010remote_theme : " just-the-docs/just-the-docs@v0.11.0"
1111ga_tracking : " G-C7PWLWSHB9"
1212
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11---
22layout : default
3- title : python3-cookiecutter
3+ title : " python3-cookiecutter"
44nav_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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424[project ]
2525name = " python3-cookiecutter"
2626version = " 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."
2828authors = [
2929 { name =" Jared Cook" , email =" jcook3701+github@gmail.com" }
3030]
You can’t perform that action at this time.
0 commit comments