Skip to content

Commit 2d17143

Browse files
committed
fix: error in docs index
1 parent efc2b71 commit 2d17143

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "p3g"
8-
version = "1.5.1"
8+
version = "1.5.2"
99
description = "Python Packages Project Generator"
1010
readme = "README.md"
1111
authors = ["Zeeland <zeeland4work@gmail.com>"]

{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
node_modules/
2+
13
# Created by https://www.gitignore.io/api/osx,python,pycharm,windows,visualstudio,visualstudiocode
24
# Edit at https://www.gitignore.io/?templates=osx,python,pycharm,windows,visualstudio,visualstudiocode
35
venv

{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ hero:
2222
features:
2323

2424
- title: 🎯 Modern Python Development
25-
details: Built with Python {{ cookiecutter.minimal_python_version }}+ and Poetry for robust dependency management and seamless package publishing.
25+
details: Built with Python {{ cookiecutter.minimal_python_version }}+ and Poetry for robust dependency management and seamless package publishing.
2626
- title: 🔧 Comprehensive Tooling
27-
details: Integrated with ruff, pre-commit, pytest, and other essential tools for quality code and efficient development.
27+
details: Integrated with ruff, pre-commit, pytest, and other essential tools for quality code and efficient development.
2828
- title: 🚀 CI/CD Ready
29-
details: Pre-configured GitHub Actions workflows for automated testing, linting, and deployment processes.
29+
details: Pre-configured GitHub Actions workflows for automated testing, linting, and deployment processes.
3030
- title: 📦 Zero Configuration
31-
details: Get started immediately with sensible defaults and automated project setup - no complex configuration needed.
31+
details: Get started immediately with sensible defaults and automated project setup - no complex configuration needed.
3232
- title: 🛡️ Best Practices Built-in
33-
details: Follows Python packaging standards, security best practices, and modern development workflows out of the box.
33+
details: Follows Python packaging standards, security best practices, and modern development workflows out of the box.
3434
- title: 🤝 Community-Friendly
35-
details: Includes templates for issues, pull requests, and comprehensive documentation to encourage collaboration.
35+
details: Includes templates for issues, pull requests, and comprehensive documentation to encourage collaboration.

0 commit comments

Comments
 (0)