From 404685dab048a3b2edcfba77c3da50e346e7fcdd Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Mon, 3 Jun 2024 15:13:06 +0700 Subject: [PATCH] fix: remove the test, contributing, and code of conduct sections from the package long description --- package_desc.md | 26 +------------------------- taipy/config/package_desc.md | 29 ----------------------------- taipy/core/package_desc.md | 29 ----------------------------- taipy/gui/package_desc.md | 29 ----------------------------- taipy/rest/package_desc.md | 29 ----------------------------- taipy/templates/package_desc.md | 29 ----------------------------- 6 files changed, 1 insertion(+), 170 deletions(-) diff --git a/package_desc.md b/package_desc.md index 94e9d8359b..bdde0533c8 100644 --- a/package_desc.md +++ b/package_desc.md @@ -46,7 +46,7 @@ built-in scheduling, and deployment tools. or production planning. - **Version Management and Pipeline Orchestration:** It includes tools for managing - application versions, pipeline versions, and data versions, which are beneficial + application versions, pipeline versions, and data versions, which are beneficial for multi-user environments. ## Installation @@ -59,27 +59,3 @@ pip install taipy To install Taipy on a Conda Environment or from source code, please refer to the [Installation Guide](https://docs.taipy.io/en/latest/installation/).
To get started with Taipy, please refer to the [Getting Started Guide](https://docs.taipy.io/en/latest/getting_started/). - -## Contributing - -Writing code isn’t the only way to contribute to Taipy. You can also: -- help us stay on top of new and old issues -- develop tutorials, presentations, and other educational materials -- maintain and improve [our website](https://www.taipy.io) and [documentation](https://docs.taipy.io/en/latest/) -- review pull requests -- help with outreach and onboard new contributors - -For more information about the ways you can contribute to Taipy, visit our -[Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). -If you’re unsure where to start or how your skills fit in, reach out on Discord. You can also ask on -GitHub, by opening a new issue or leaving a comment on a relevant issue that is already open. - -If you are new to contributing to open source projects, [this guide](https://opensource.guide/how-to-contribute/) -helps explain why, what, and how to successfully get involved. - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive. diff --git a/taipy/config/package_desc.md b/taipy/config/package_desc.md index ba43c2d001..e69d74d504 100644 --- a/taipy/config/package_desc.md +++ b/taipy/config/package_desc.md @@ -45,32 +45,3 @@ git clone https://github.com/Avaiga/taipy.git This creates the 'taipy' directory holding all the package's source code, and the 'taipy-config' source code is in the 'taipy/config' directory. - -## Running the tests - -To run the tests on the package, you need to install the required development packages. -We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment -and install the development packages. - -```bash -pip install pipenv -pipenv install --dev -``` - -Then you can run *taipy-config* tests with the following command: - -```bash -pipenv run pytest tests/config -``` - -## Contributing - -Want to help build *Taipy Config*? Check out our - [Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive. diff --git a/taipy/core/package_desc.md b/taipy/core/package_desc.md index c90e030a14..05cdadf331 100644 --- a/taipy/core/package_desc.md +++ b/taipy/core/package_desc.md @@ -42,32 +42,3 @@ git clone https://github.com/Avaiga/taipy.git This creates the 'taipy' directory holding all the package's source code, and the 'taipy-core' source code is in the 'taipy/core' directory. - -## Running the tests - -To run the tests on the package, you need to install the required development packages. -We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment -and install the development packages. - -```bash -pip install pipenv -pipenv install --dev -``` - -Then you can run *taipy-core* tests with the following command: - -```bash -pipenv run pytest tests/core -``` - -## Contributing - -Want to help build *Taipy Core*? Check out our - [Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive. diff --git a/taipy/gui/package_desc.md b/taipy/gui/package_desc.md index 29270c2375..a7c4557ab5 100644 --- a/taipy/gui/package_desc.md +++ b/taipy/gui/package_desc.md @@ -108,32 +108,3 @@ pip install -e . --user ``` This should install the dev version of Taipy GUI as editable. You are now ready to use it. - -## Running the tests - -To run the tests on the package, you need to install the required development packages. -We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment -and install the development packages. - -```bash -pip install pipenv -pipenv install --dev -``` - -Then you can run *taipy-gui* tests with the following command: - -```bash -pipenv run pytest tests/gui -``` - -## Contributing - -Want to help build *Taipy GUI*? Check out our - [Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive. diff --git a/taipy/rest/package_desc.md b/taipy/rest/package_desc.md index 9aad670690..01e1f7d109 100644 --- a/taipy/rest/package_desc.md +++ b/taipy/rest/package_desc.md @@ -142,32 +142,3 @@ heroku container:release web ``` You can now access *taipy-rest* on the URL that was returned on the `heroku create` command. - -## Running the tests - -To run the tests on the package, you need to install the required development packages. -We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment -and install the development packages. - -```bash -pip install pipenv -pipenv install --dev -``` - -Then you can run *taipy-rest* tests with the following command: - -```bash -pipenv run pytest tests/rest -``` - -## Contributing - -Want to help build *Taipy REST*? Check out our - [Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive. diff --git a/taipy/templates/package_desc.md b/taipy/templates/package_desc.md index b3b702e535..819efe5170 100644 --- a/taipy/templates/package_desc.md +++ b/taipy/templates/package_desc.md @@ -59,32 +59,3 @@ git clone https://github.com/Avaiga/taipy.git This creates the 'taipy' directory holding all the package's source code, and the 'taipy-templates' source code is in the 'taipy/templates' directory. - -## Running the tests - -To run the tests on the package, you need to install the required development packages. -We recommend using [Pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment -and install the development packages. - -```bash -pip install pipenv -pipenv install --dev -``` - -Then you can run *taipy-templates* tests with the following command: - -```bash -pipenv run pytest tests/templates -``` - -## Contributing - -Want to help build *taipy-templates*? Check out our -[Contributing Guide](https://docs.taipy.io/en/latest/contributing/contributing/). - -## Code of conduct - -Taipy is an open source project developed by the Taipy development team and a community of -[contributors](https://docs.taipy.io/en/latest/contributing/contributors/). Please check out the -[Taipy Code of Conduct](https://docs.taipy.io/en/latest/contributing/code_of_conduct/) for guidance -on how to interact with others in a way that makes our community thrive.