Skip to content

Commit

Permalink
chore: Change GitHub namespace to mkdocstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 30, 2021
1 parent 0032f18 commit 89f7705
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ python_package_command_line_name: mkdocstrings-python
python_package_distribution_name: mkdocstrings-python
python_package_import_name: mkdocstrings
repository_name: python
repository_namespace: pawamoy
repository_namespace: mkdocstrings
repository_provider: github.com
use_precommit: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python for mkdocstrings

[![ci](https://github.com/pawamoy/python/workflows/ci/badge.svg)](https://github.com/pawamoy/python/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://pawamoy.github.io/python/)
[![ci](https://github.com/mkdocstrings/python/workflows/ci/badge.svg)](https://github.com/mkdocstrings/python/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://mkdocstrings.github.io/python/)
[![pypi version](https://img.shields.io/pypi/v/python.svg)](https://pypi.org/project/python/)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://gitter.im/python/community)

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: "Python for mkdocstrings"
site_description: "A Python handler for mkdocstrings."
site_url: "https://pawamoy.github.io/python"
repo_url: "https://github.com/pawamoy/python"
repo_name: "pawamoy/python"
site_url: "https://mkdocstrings.github.io/python"
repo_url: "https://github.com/mkdocstrings/python"
repo_name: "mkdocstrings/python"
site_dir: "site"

nav:
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ classifiers = [
dependencies = []

[project.urls]
Homepage = "https://pawamoy.github.io/python"
Documentation = "https://pawamoy.github.io/python"
Changelog = "https://pawamoy.github.io/python/changelog"
Repository = "https://github.com/pawamoy/python"
Issues = "https://github.com/pawamoy/python/issues"
Discussions = "https://github.com/pawamoy/python/discussions"
Homepage = "https://mkdocstrings.github.io/python"
Documentation = "https://mkdocstrings.github.io/python"
Changelog = "https://mkdocstrings.github.io/python/changelog"
Repository = "https://github.com/mkdocstrings/python"
Issues = "https://github.com/mkdocstrings/python/issues"
Discussions = "https://github.com/mkdocstrings/python/discussions"
Gitter = "https://gitter.im/python/community"
Funding = "https://github.com/sponsors/pawamoy"
Funding = "https://github.com/sponsors/mkdocstrings"

[project.scripts]
mkdocstrings-python = "mkdocstrings.cli:main"
Expand Down

0 comments on commit 89f7705

Please sign in to comment.