Browse Source

Apply suggestions from code review

Co-authored-by: Jean-Robin <jeanrobin.medori@avaiga.com>
Đỗ Trường Giang 1 year ago
parent
commit
841ca17a5c
2 changed files with 15 additions and 10 deletions
  1. 14 5
      package_desc.md
  2. 1 5
      taipy/core/package_desc.md

+ 14 - 5
package_desc.md

@@ -33,13 +33,21 @@ built-in scheduling, and deployment tools.
 
 ## ✨ Features
 
-- **Python-Based UI Framework:** Taipy is designed for Python users, particularly those working in AI and data science. It allows them to create full stack applications without needing to learn additional skills like HTML, CSS, or JavaScript.
+- **Python-Based UI Framework:** Taipy is designed for Python users, particularly those
+  in AI and data science. It allows them to create full-stack applications without
+  learning additional skills like HTML, CSS, or JavaScript.
 
-- **Pre-Built Components for Data Pipelines:** Taipy includes pre-built components that allow users to interact with data pipelines, including visualization and management tools.
+- **Pre-Built Components for Data Pipelines:** Taipy includes pre-built components that
+  allow users to interact with data pipelines, including visualization and management
+  tools.
 
-- **Scenario and Data Management Features:** Taipy offers features for managing different business scenarios and data, which can be useful for applications like demand forecasting or production planning.
+- **Scenario and Data Management Features:** Taipy offers features for managing different
+  business scenarios and data, which can be useful for applications like demand forecasting
+  or production planning.
 
-- **Version Management and Pipeline Orchestration:** It includes tools for managing application versions, pipeline versions, and data versions, which are beneficial for multi-user environments.
+- **Version Management and Pipeline Orchestration:** It includes tools for managing
+  application versions, pipeline versions, and data versions, which are beneficial 
+  for multi-user environments.
 
 ## Installation
 
@@ -48,7 +56,8 @@ To install Taipy stable release run:
 pip install taipy
 ```
 
-To install Taipy on a Conda Environment or from source, please refer to the [Installation Guide](https://docs.taipy.io/en/latest/installation/).<br />
+To install Taipy on a Conda Environment or from source code, please refer to the
+[Installation Guide](https://docs.taipy.io/en/latest/installation/).<br />
 To get started with Taipy, please refer to the [Getting Started Guide](https://docs.taipy.io/en/latest/getting_started/).
 
 ## Contributing

+ 1 - 5
taipy/core/package_desc.md

@@ -16,11 +16,7 @@ and limitations under the License.
 ## What is Taipy Core
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including *taipy-core*
-to let users install the minimum they need.
-
-Taipy Core mostly includes business-oriented features. It helps users create and manage business
-applications and improve analyses capability through time, conditions and hypothesis.
+[website](https://www.taipy.io). The Taipy core package includes business-oriented features such as Data Integration and Management, Scenario Management, What-if analysis, and Version management.
 
 ## Installation