File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }}
_manual/contribute/style-guides Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,17 +130,22 @@ Feat 012 (#39)
130130- Merge pull request #42 from jcook3701/develop
131131
132132Feat 013 (#41 )
133+ - Feat 014 (#43 )
133134
134- ### 🐛 Fixed
135+ * fix(links): Fix for document links.
135136
136- - * (template)* Updates to template cookiecutter.json file.
137- - * (links)* Fix for document links.
138- - * (links)* More link fixes.
139- - * (upgrader)* Fixed upgrader file.
137+ * fix(links): More link fixes.
138+
139+ * feat(docs): Added variables to jekyll configuration.
140140
141- ### 🚀 Added
141+ * fix(upgrader): Fixed upgrader file.
142+ - Merge pull request #44 from jcook3701/develop
142143
143- - * (docs)* Added variables to jekyll configuration.
144+ Feat 014 (#43 )
145+
146+ ### 🐛 Fixed
147+
148+ - * (template)* Updates to template cookiecutter.json file.
144149## [ 0.1.0] - 2025-12-05
145150
146151### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -130,14 +130,19 @@ Feat 012 (#39)
130130- Merge pull request #42 from jcook3701/develop
131131
132132Feat 013 (#41 )
133+ - Feat 014 (#43 )
133134
134- ### 🐛 Fixed
135+ * fix(links): Fix for document links.
135136
136- - * (template)* Updates to template cookiecutter.json file.
137- - * (links)* Fix for document links.
138- - * (links)* More link fixes.
139- - * (upgrader)* Fixed upgrader file.
137+ * fix(links): More link fixes.
138+
139+ * feat(docs): Added variables to jekyll configuration.
140140
141- ### 🚀 Added
141+ * fix(upgrader): Fixed upgrader file.
142+ - Merge pull request #44 from jcook3701/develop
142143
143- - * (docs)* Added variables to jekyll configuration.
144+ Feat 014 (#43 )
145+
146+ ### 🐛 Fixed
147+
148+ - * (template)* Updates to template cookiecutter.json file.
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ gem "faraday-retry", "~> 2.3"
66gem "jekyll" , "~> 4.4"
77gem "just-the-docs" , "~> 0.11"
88
9+ gem "bigdecimal"
10+ gem "csv"
11+ gem "logger"
12+ gem "base64"
13+
914group :jekyll_plugins do
1015 gem "jekyll-seo-tag"
1116 gem "jekyll-sitemap"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ back_to_top_text: "Back to top"
102102
103103footer_content : >-
104104 {{ cookiecutter.copyright }}. Distributed by an
105- <a href="{{ cookiecutter.repo_url }}/blob/master/LICENSE">
105+ <a href="{{ cookiecutter.repo_url }}/blob/master/LICENSE.md ">
106106 {{ cookiecutter.license }} license.
107107 </a>
108108 <a href=""></a>
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ parent: Contribute
77---
88
99## Style Guides
10- * [ Python] ( python.md ) style guide.
11- * [ Typescript] ( typescript.md ) style guide.
10+ * [ Python] ({% raw %}{% link _ manual/contribute/style-guides/python.md %}{% endraw %}) style guide.
11+ * [ Typescript] ({% raw %}{% link _ manual/contribute/style-guides/typescript.md %}{% endraw %}) style guide.
12+ * [ YAML] ({% raw %}{% link _ manual/contribute/style-guides/yaml.md %}{% endraw %}) style guide.
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ title: "Python Style Guide"
44nav_order : 1
55parent : " Style Guide"
66---
7+ ## Python Style Guide
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ title: "Typescript Style Guide"
44nav_order : 1
55parent : " Style Guide"
66---
7+ ## Typescript Style Guide
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ title: "YAML Style Guide"
44nav_order : 1
55parent : " Style Guide"
66---
7+ ## YAML Style Guide
You can’t perform that action at this time.
0 commit comments