diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-30 20:42:33 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-30 20:42:33 -0500 |
commit | cbd977b8252f1df53aca7f09cf6160590b3b2ed0 (patch) | |
tree | 6ff6ed136cb12bbb5126a3819795c53def8e0f79 /docs | |
parent | e84f616a6507ec9115fad68b221cbf5333d9d2d9 (diff) | |
download | external_python_setuptools-cbd977b8252f1df53aca7f09cf6160590b3b2ed0.tar.gz external_python_setuptools-cbd977b8252f1df53aca7f09cf6160590b3b2ed0.tar.bz2 external_python_setuptools-cbd977b8252f1df53aca7f09cf6160590b3b2ed0.zip |
Rename 'Professional support' to 'For Enterprise' and add section on 'For Enterprise' to the README (linking to Tidelift).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_templates/indexsidebar.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html index 504de6b0..d803b8a3 100644 --- a/docs/_templates/indexsidebar.html +++ b/docs/_templates/indexsidebar.html @@ -1,3 +1,10 @@ +<h3 class="donation">For Enterprise</h3> + +<p> +Professionally-supported {{ project }} is available with the +<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=referral">Tidelift Subscription</a>. +</p> + <h3>Download</h3> <p>Current version: <b>{{ version }}</b></p> @@ -6,10 +13,3 @@ <h3>Questions? Suggestions? Contributions?</h3> <p>Visit the <a href="{{ package_url }}">Project page</a> </p> - -<h3 class="donation">Professional support</h3> - -<p> -Professionally-supported {{ project }} is available with the -<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>. -</p> |