Skip to content

Commit 96ebfe1

Browse files
authored
Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)
Fixes #70
1 parent d2ec047 commit 96ebfe1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.. image:: https://img.shields.io/pypi/v/skeleton.svg
2-
:target: https://pypi.org/project/skeleton
1+
.. image:: https://img.shields.io/pypi/v/PROJECT.svg
2+
:target: https://pypi.org/project/PROJECT
33

4-
.. image:: https://img.shields.io/pypi/pyversions/skeleton.svg
4+
.. image:: https://img.shields.io/pypi/pyversions/PROJECT.svg
55

6-
.. image:: https://github.com/jaraco/skeleton/workflows/tests/badge.svg
7-
:target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22tests%22
6+
.. image:: https://github.com/PROJECT_PATH/workflows/tests/badge.svg
7+
:target: https://github.com/PROJECT_PATH/actions?query=workflow%3A%22tests%22
88
:alt: tests
99

1010
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1111
:target: https://github.com/psf/black
1212
:alt: Code style: Black
1313

14-
.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
15-
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
14+
.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
15+
.. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest
1616
1717
.. image:: https://img.shields.io/badge/skeleton-2023-informational
1818
:target: https://blog.jaraco.com/skeleton

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to |project| documentation!
77
history
88

99

10-
.. automodule:: skeleton
10+
.. automodule:: PROJECT
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
2-
name = skeleton
2+
name = PROJECT
33
author = Jason R. Coombs
44
author_email = [email protected]
5-
description = skeleton
5+
description = PROJECT_DESCRIPTION
66
long_description = file:README.rst
7-
url = https://github.com/jaraco/skeleton
7+
url = https://github.com/PROJECT_PATH
88
classifiers =
99
Development Status :: 5 - Production/Stable
1010
Intended Audience :: Developers

0 commit comments

Comments
 (0)