Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make substitution fields more prominent and distinct from true 'skeleton' references #71

Merged
merged 1 commit into from
May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.. image:: https://img.shields.io/pypi/v/skeleton.svg
:target: https://pypi.org/project/skeleton
.. image:: https://img.shields.io/pypi/v/PROJECT.svg
:target: https://pypi.org/project/PROJECT

.. image:: https://img.shields.io/pypi/pyversions/skeleton.svg
.. image:: https://img.shields.io/pypi/pyversions/PROJECT.svg

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

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

.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
.. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/skeleton-2023-informational
:target: https://blog.jaraco.com/skeleton
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to |project| documentation!
history


.. automodule:: skeleton
.. automodule:: PROJECT
:members:
:undoc-members:
:show-inheritance:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = skeleton
name = PROJECT
author = Jason R. Coombs
author_email = jaraco@jaraco.com
description = skeleton
description = PROJECT_DESCRIPTION
jaraco marked this conversation as resolved.
Show resolved Hide resolved
long_description = file:README.rst
url = https://github.com/jaraco/skeleton
url = https://github.com/PROJECT_PATH
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Expand Down