1
0
Эх сурвалжийг харах

fix: remove CONTRIBUTING.md from Directory Structure sections

trgiangdo 1 жил өмнө
parent
commit
7c1ff14bb6

+ 0 - 1
taipy/config/README.md

@@ -54,7 +54,6 @@ Want to be part of the *Taipy Config* community? Check out our [`CODE_OF_CONDUCT
     - `global_app/`: `GlobalAppConfig` implementation.
     - `stubs/`: Helper functions to create the `config.pyi` file.
     - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-config*.
-    - `CONTRIBUTING.md`: Instructions to contribute to *taipy-config*.
     - `INSTALLATION.md`: Instructions to install *taipy-config*.
     - `LICENSE`: The Apache 2.0 License.
     - `README.md`: Current file.

+ 0 - 1
taipy/core/README.md

@@ -71,7 +71,6 @@ Want to be part of the *Taipy Core* community? Check out our
     - `task/`: Task definition, management and implementation.
     - `taipy.py`: Main entrypoint for *taipy-core* runtime features.
     - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-core*.
-    - `CONTRIBUTING.md`: Instructions to contribute to *taipy-core*.
     - `INSTALLATION.md`: Instructions to install *taipy-core*.
     - `LICENSE`: The Apache 2.0 License.
     - `README.md`: Current file.

+ 0 - 1
taipy/gui/README.md

@@ -49,7 +49,6 @@ Want to be part of the *Taipy GUI* community? Check out our [`CODE_OF_CONDUCT.md
 - `tests/gui`: Unit tests;
 - `tools`: Files used to document `taipy-gui`;
 - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of `taipy-gui`;
-- `CONTRIBUTING.md`: Instructions to contribute to `taipy-gui`;
 - `INSTALLATION.md`: Instructions to build and install `taipy-gui`;
 - `LICENSE`: The Apache 2.0 License;
 - `README.md`: Current file;

+ 0 - 1
taipy/rest/README.md

@@ -75,7 +75,6 @@ Want to be part of the *Taipy REST* community? Check out our
     - `extensions.py`: Singletons used on the application factory
     - `rest.py`: Main python entrypoint for running *taipy-rest* application.
     - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-rest*.
-    - `CONTRIBUTING.md`: Instructions to contribute to *taipy-rest*.
     - `INSTALLATION.md`: Instructions to install *taipy-rest*.
     - `LICENSE`: The Apache 2.0 License.
     - `README.md`: Current file.

+ 0 - 1
taipy/templates/README.md

@@ -62,7 +62,6 @@ Want to be part of the *Taipy* community? Check out our
       - `hooks/`: Contains hooks to be executed before and after the application is created.
       - `cookiecutter.json`: The configuration file for the template.
     - `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of *taipy-templates*.
-    - `CONTRIBUTING.md`: Instructions to contribute to *taipy-templates*.
     - `LICENSE`: The Apache 2.0 License.
     - `README.md`: Current file.
     - `setup.py`: The setup script managing building, distributing, and installing *taipy-templates*.