Skip to content

Commit 1fb2cff

Browse files
committed
chore: Change project name
1 parent 9f1f2c0 commit 1fb2cff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ copyright_holder: "Timoth\xE9e Mazzucotelli"
99
copyright_holder_email: pawamoy@pm.me
1010
copyright_license: ISC License
1111
project_description: A legacy Python handler for mkdocstrings.
12-
project_name: Legacy Python handler for mkdocstrings.
12+
project_name: mkdocstrings-python (legacy)
1313
python_package_command_line_name: mkdocstrings-python-legacy
1414
python_package_distribution_name: mkdocstrings-python-legacy
1515
python_package_import_name: mkdocstrings

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**System (please complete the following information):**
27-
- `Legacy Python handler for mkdocstrings.` version: [e.g. 0.2.1]
27+
- `mkdocstrings-python (legacy)` version: [e.g. 0.2.1]
2828
- Python version: [e.g. 3.8]
2929
- OS: [Windows/Linux]
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Legacy Python handler for mkdocstrings.
1+
# mkdocstrings-python (legacy)
22

33
[![ci](https://github.com/mkdocstrings/python-legacy/workflows/ci/badge.svg)](https://github.com/mkdocstrings/python-legacy/actions?query=workflow%3Aci)
44
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://mkdocstrings.github.io/python-legacy/)
@@ -10,7 +10,7 @@ A legacy Python handler for mkdocstrings.
1010

1111
## Requirements
1212

13-
Legacy Python handler for mkdocstrings. requires Python 3.6 or above.
13+
mkdocstrings-python (legacy) requires Python 3.6 or above.
1414

1515
<details>
1616
<summary>To install Python 3.6, I recommend using <a href="https://github.com/pyenv/pyenv"><code>pyenv</code></a>.</summary>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: "Legacy Python handler for mkdocstrings."
1+
site_name: "mkdocstrings-python (legacy)"
22
site_description: "A legacy Python handler for mkdocstrings."
33
site_url: "https://mkdocstrings.github.io/python-legacy"
44
repo_url: "https://github.com/mkdocstrings/python-legacy"

0 commit comments

Comments
 (0)