diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-25 14:21:42 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-25 14:28:11 -0400 |
commit | d399bada2bf21c938cc51815ac52acd51e3b9c3e (patch) | |
tree | a35b006ecfa65952f6d940827afa283a2fdc4b01 | |
parent | c8643d84d6f2a89287ddce0e37cfca1eaf337d80 (diff) | |
download | python-coveragepy-git-d399bada2bf21c938cc51815ac52acd51e3b9c3e.tar.gz |
Tidelift enterprise
-rw-r--r-- | README.rst | 37 | ||||
-rw-r--r-- | doc/index.rst | 18 |
2 files changed, 33 insertions, 22 deletions
@@ -17,23 +17,6 @@ Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. -.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png - :width: 75 - :alt: Tidelift - :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme - -.. list-table:: - :widths: 10 100 - - * - |tideliftlogo| - - Professional support for coverage.py is available as part of the `Tidelift - Subscription`_. Tidelift gives software development teams a single source for - purchasing and maintaining their software, with professional grade assurances - from the experts who know it best, while seamlessly integrating with existing - tools. - -.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme - Coverage.py runs on many versions of Python: * CPython 2.7. @@ -53,6 +36,26 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on 3.3 and 3.4. +For Enterprise +-------------- + +.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png + :width: 75 + :alt: Tidelift + :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme + +.. list-table:: + :widths: 10 100 + + * - |tideliftlogo| + - `Available as part of the Tidelift Subscription. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_ + Coverage and the maintainers of thousands of other packages are working with + Tidelift to deliver one enterprise subscription that covers all of the open + source you use. If you want the flexibility of open source and the confidence + of commercial-grade software, this is for you. + `Learn more. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_ + + Getting Started --------------- diff --git a/doc/index.rst b/doc/index.rst index f4d20a92..173ec7e5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -44,6 +44,9 @@ not. .. _described here: http://coverage.readthedocs.io/ +For Enterprise +-------------- + .. image:: media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :alt: Tidelift @@ -51,11 +54,16 @@ not. :class: tideliftlogo :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme -Professional support for coverage.py is available as part of the `Tidelift -Subscription`_. Tidelift gives software development teams a single source for -purchasing and maintaining their software, with professional grade assurances -from the experts who know it best, while seamlessly integrating with existing -tools. +.. |br| raw:: html + + <br/> + +`Available as part of the Tidelift Subscription. <Tidelift Subscription_>`_ |br| +Coverage and the maintainers of thousands of other packages are working with +Tidelift to deliver one enterprise subscription that covers all of the open +source you use. If you want the flexibility of open source and the confidence +of commercial-grade software, this is for you. `Learn more. <Tidelift +Subscription_>`_ .. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=docs |