From d83a7d9e72caaf0eb03a764618c5f0a15f8a67d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edmond=20Dant=C3=A8s?= <18221510672@139.com> Date: Sun, 12 Jan 2025 21:27:11 +0800 Subject: [PATCH] Update index.rst --- docs/index.rst | 56 -------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 2ca27df..95d269c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,71 +15,15 @@ Compatibility * This package is compatible Python versions 2.7, 3.3+. * Tested with SonarQube Community Edition 8.9.x LTS and SonarCloud Server. -Editions -======== - -There are two editions of python-sonarqube-api: - - * Community Edition (CE) is available freely under the GNU Affero General Public License v3.0. - * Professional Edition (PE) includes [extra features](https://python-sonarqube-pro-api.readthedocs.io/en/latest/#api-reference) - that are more useful for developers with more than 280 interface functions. To use PE and get timely Email support and continuous updates, - please become a Purchaser(https://shijl0925.gumroad.com/l/nlokc) and become a subscriber(https://shijl0925.gumroad.com/subscribe). - -Notice: Professional Edition's extra features have been remarked by using **Only available on the professional edition** in API Document. - -+---------------------+---------------------+-----------------------+ -| Differences | Community Edition | Professional Edition | -+=====================+=====================+=======================+ -| License | GNU AGPLv3 License | MIT License | -+---------------------+---------------------+-----------------------+ -| Commercial Use | No | Yes | -+---------------------+---------------------+-----------------------+ -| Supported APIs | 40 | more than 280 | -| (SonarQube Web APIs)| | | -+---------------------+---------------------+-----------------------+ -| Compatibility | 7.9.x - 8.9.x | 7.9.x - 10.x | -| (SonarQube Versions)| | | -+---------------------+---------------------+-----------------------+ - -**Payment only needs to be made once, and library updates will be provided for free.** - Installation ============ -Community Edition ------------------ Use :command:`pip` to install the latest stable version of ``python-sonarqube-api``: .. code-block:: console $ pip install --upgrade python-sonarqube-api -Professional Edition --------------------- -Use :command:`pip` to install the Python wheel or source package, Use --force-reinstall to force an installation If necessary: - -.. code-block:: console - - $ pip install python_sonarqube_pro_api-x.y.z-py3-none-any.whl - - -where x, y, and z should be replaced by the current version number. - - -Change Log -========== - -Community Edition ------------------ - -See the `CHANGELOG-CE.md `_ file for Community Edition. - -Professional Edition --------------------- - -See the `CHANGELOG-PE.md `_ file for Professional Edition. - - Documentation =============