Skip to content

Commit 642c52b

Browse files
committed
Removed the invalid url for the Tidelift logo from README
The linkcheck linter was failing due to the logo disappearing from the old hosting. Kept the verbiage for Tidelift Enterprise support but removed the logo. Also removed the duplicated TOC from the README page.
1 parent 4bb134f commit 642c52b

File tree

4 files changed

+18
-27
lines changed

4 files changed

+18
-27
lines changed

README.rst

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,21 @@ Actions CI/CD workflows.
5858
For Enterprise
5959
==============
6060

61-
.. list-table::
62-
:widths: 10 100
61+
Professional support for Cheroot is available as part of the
62+
`Tidelift Subscription`_. The CherryPy maintainers and the
63+
maintainers of thousands of other packages are working with
64+
Tidelift to deliver one enterprise subscription that covers all
65+
of the open source you use.
6366

64-
* - |tideliftlogo|
65-
- Professional support for Cheroot is available as part of the
66-
`Tidelift Subscription`_. The CherryPy maintainers and the
67-
maintainers of thousands of other packages are working with
68-
Tidelift to deliver one enterprise subscription that covers all
69-
of the open source you use.
67+
Tidelift gives software development teams a single source for
68+
purchasing and maintaining their software, with professional
69+
grade assurances from the experts who know it best, while
70+
seamlessly integrating with existing tools.
7071

71-
Tidelift gives software development teams a single source for
72-
purchasing and maintaining their software, with professional
73-
grade assurances from the experts who know it best, while
74-
seamlessly integrating with existing tools.
75-
76-
`Learn more <Tidelift Subscription_>`_.
72+
`Learn more <Tidelift Subscription_>`_.
7773

7874
.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=referral&utm_campaign=readme
7975

80-
.. |tideliftlogo| image:: https://cdn2.hubspot.net/hubfs/4008838/website/logos/logos_for_download/Tidelift_primary-shorthand-logo.png
81-
:target: https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=readme
82-
:width: 75
83-
:alt: Tidelift
84-
8576
Contribute Cheroot
8677
==================
8778
**Want to add something to upstream?** Feel free to submit a PR or file an issue
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Removed non-functioning Tidelift logo url from README.rst.
2+
3+
-- by :user:`julianz-`.

docs/index.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,29 @@ Welcome to Cheroot documentation!
66
.. toctree::
77
:maxdepth: 1
88
:glob:
9+
:hidden:
910

1011
history
1112

1213
.. toctree::
1314
:caption: Contributing
15+
:hidden:
1416

1517
contributing/guidelines
1618

1719
.. toctree::
1820
:caption: Maintenance
21+
:hidden:
1922

2023
contributing/release_guide
2124

2225
.. toctree::
2326
:caption: Reference
27+
:hidden:
2428

2529
devguide
2630
Private (dev) API autodoc <pkg/modules>
2731

2832

2933
`Cheroot <https://github.com/cherrypy/cheroot>`_ is the high-performance,
3034
pure-Python HTTP server used by `CherryPy <https://www.cherrypy.dev>`_.
31-
32-
33-
Indices and tables
34-
==================
35-
36-
* :ref:`genindex`
37-
* :ref:`modindex`
38-
* :ref:`search`

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ email = "team@cherrypy.dev"
6161

6262
[project.urls]
6363
Homepage = "https://cheroot.cherrypy.dev"
64+
"Source" = "https://github.com/cherrypy/cheroot"
6465
"Chat: Matrix" = "https://matrix.to/#/#cherrypy-space:matrix.org"
6566
"CI: GitHub" = "https://github.com/cherrypy/cheroot/actions"
6667
"Docs: RTD" = "https://cheroot.cherrypy.dev"

0 commit comments

Comments
 (0)