Skip to content

Commit

Permalink
chore: rename to lowercase (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 27, 2024
1 parent 1b4b073 commit 0cd15d8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions README-en.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# PyStatPower

[![PyPI - Version](https://img.shields.io/pypi/v/pystatpower)](https://badge.fury.io/py/pystatpower)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FPyStatPower%2FPyStatPower%2Fmain%2Fpyproject.toml)
![GitHub License](https://img.shields.io/github/license/Snoopy1866/PyStatPower)
![PyPI - Status](https://img.shields.io/pypi/status/PyStatPower)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pystatpower)
![GitHub License](https://img.shields.io/github/license/Snoopy1866/pystatpower)
![PyPI - Status](https://img.shields.io/pypi/status/pystatpower)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pystatpower)

[![Build Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/PyStatPower/release.yml?branch=main&label=build)](https://github.com/Snoopy1866/PyStatPower/actions/workflows/release.yml?query=branch:main)
[![Test Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/PyStatPower/check.yml?branch=main&label=test)](https://github.com/Snoopy1866/PyStatPower/actions/workflows/check.yml?query=branch:main)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/pystatpower/release.yml?branch=main&label=build)](https://github.com/Snoopy1866/pystatpower/actions/workflows/release.yml?query=branch:main)
[![Test Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/pystatpower/check.yml?branch=main&label=test)](https://github.com/Snoopy1866/pystatpower/actions/workflows/check.yml?query=branch:main)
[![Documentation Status](https://readthedocs.org/projects/pystatpower/badge/?version=latest)](https://pystatpower.readthedocs.io/zh-cn/latest/?badge=latest)
[![codecov](https://codecov.io/gh/Snoopy1866/PyStatPower/graph/badge.svg?token=P9UWC8Q4P6)](https://codecov.io/gh/Snoopy1866/PyStatPower)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Snoopy1866/PyStatPower/main.svg)](https://results.pre-commit.ci/latest/github/Snoopy1866/PyStatPower/main)
[![codecov](https://codecov.io/gh/Snoopy1866/pystatpower/graph/badge.svg?token=P9UWC8Q4P6)](https://codecov.io/gh/Snoopy1866/pystatpower)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Snoopy1866/pystatpower/main.svg)](https://results.pre-commit.ci/latest/github/Snoopy1866/pystatpower/main)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pytest](https://img.shields.io/badge/logo-pytest-blue?logo=pytest&labelColor=5c5c5c&label=%20)](https://github.com/pytest-dev/pytest)
Expand Down Expand Up @@ -50,7 +50,7 @@ Size(41.59499160228066)
1. Clone this repository

```bash
git clone https://github.com/Snoopy1866/PyStatPower.git
git clone https://github.com/Snoopy1866/pystatpower.git
```

2. Install dependencies
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# PyStatPower

[![PyPI - Version](https://img.shields.io/pypi/v/pystatpower)](https://badge.fury.io/py/pystatpower)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FPyStatPower%2FPyStatPower%2Fmain%2Fpyproject.toml)
![GitHub License](https://img.shields.io/github/license/Snoopy1866/PyStatPower)
![PyPI - Status](https://img.shields.io/pypi/status/PyStatPower)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pystatpower)
![GitHub License](https://img.shields.io/github/license/Snoopy1866/pystatpower)
![PyPI - Status](https://img.shields.io/pypi/status/pystatpower)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pystatpower)

[![Build Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/PyStatPower/release.yml?branch=main&label=build)](https://github.com/Snoopy1866/PyStatPower/actions/workflows/release.yml?query=branch:main)
[![Test Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/PyStatPower/check.yml?branch=main&label=test)](https://github.com/Snoopy1866/PyStatPower/actions/workflows/check.yml?query=branch:main)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/pystatpower/release.yml?branch=main&label=build)](https://github.com/Snoopy1866/pystatpower/actions/workflows/release.yml?query=branch:main)
[![Test Status](https://img.shields.io/github/actions/workflow/status/Snoopy1866/pystatpower/check.yml?branch=main&label=test)](https://github.com/Snoopy1866/pystatpower/actions/workflows/check.yml?query=branch:main)
[![Documentation Status](https://readthedocs.org/projects/pystatpower/badge/?version=latest)](https://pystatpower.readthedocs.io/zh-cn/latest/?badge=latest)
[![codecov](https://codecov.io/gh/Snoopy1866/PyStatPower/graph/badge.svg?token=P9UWC8Q4P6)](https://codecov.io/gh/Snoopy1866/PyStatPower)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Snoopy1866/PyStatPower/main.svg)](https://results.pre-commit.ci/latest/github/Snoopy1866/PyStatPower/main)
[![codecov](https://codecov.io/gh/Snoopy1866/pystatpower/graph/badge.svg?token=P9UWC8Q4P6)](https://codecov.io/gh/Snoopy1866/pystatpower)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Snoopy1866/pystatpower/main.svg)](https://results.pre-commit.ci/latest/github/Snoopy1866/pystatpower/main)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pytest](https://img.shields.io/badge/logo-pytest-blue?logo=pytest&labelColor=5c5c5c&label=%20)](https://github.com/pytest-dev/pytest)
Expand Down Expand Up @@ -50,7 +50,7 @@ Size(41.59499160228066)
1. 克隆本仓库

```bash
git clone https://github.com/Snoopy1866/PyStatPower.git
git clone https://github.com/Snoopy1866/pystatpower.git
```

2. 安装依赖
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pystatpower

# -- Project information -----------------------------------------------------
project = "PyStatPower"
project = "pystatpower"
author = "Snoopy1866"
copyright = "%Y, Snoopy1866"
version = release = pystatpower.__version__
Expand Down Expand Up @@ -51,7 +51,7 @@
html_static_path = ["_static"]
html_theme = "sphinx_book_theme"
html_theme_options = {
"repository_url": "https://github.com/Snoopy1866/PyStatPower",
"repository_url": "https://github.com/Snoopy1866/pystatpower",
"repository_branch": "main",
"path_to_docs": "docs/source",
"use_repository_button": True,
Expand Down Expand Up @@ -128,7 +128,7 @@
copybutton_line_continuation_character = "\\"

# sphinx_issues
issues_github_path = "Snoopy1866/PyStatPower"
issues_github_path = "Snoopy1866/pystatpower"

# autodoc2
autodoc2_packages = [
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ docs = [
]

[project.urls]
Homepage = "https://github.com/Snoopy1866/PyStatPower"
Documentation = "https://github.com/Snoopy1866/PyStatPower/blob/main/README.md"
Repository = "https://github.com/Snoopy1866/PyStatPower.git"
Issues = "https://github.com/Snoopy1866/PyStatPower/issues"
Changelog = "https://github.com/Snoopy1866/PyStatPower/blob/main/CHANGELOG.md"
Homepage = "https://github.com/Snoopy1866/pystatpower"
Documentation = "https://github.com/Snoopy1866/pystatpower/blob/main/README.md"
Repository = "https://github.com/Snoopy1866/pystatpower.git"
Issues = "https://github.com/Snoopy1866/pystatpower/issues"
Changelog = "https://github.com/Snoopy1866/pystatpower/blob/main/CHANGELOG.md"

# setuptools configuration
[tool.setuptools.dynamic]
Expand Down

0 comments on commit 0cd15d8

Please sign in to comment.