Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ref man #1827

Merged
merged 12 commits into from
Sep 24, 2024
Merged

Improve ref man #1827

merged 12 commits into from
Sep 24, 2024

Conversation

jrobinAV
Copy link
Member

No description provided.

@jrobinAV jrobinAV added Core Related to Taipy Core 📄 Documentation Internal or public documentation ⚙️Configuration Related to Taipy Configuration labels Sep 23, 2024
@jrobinAV jrobinAV self-assigned this Sep 23, 2024
Copy link
Contributor

github-actions bot commented Sep 23, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
18793 16287 87% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
taipy/config/init.py 76% 🟢
taipy/config/checker/issue.py 100% 🟢
taipy/config/checker/issue_collector.py 100% 🟢
taipy/config/config.py 96% 🟢
taipy/config/exceptions/init.py 100% 🟢
taipy/config/global_app/global_app_config.py 97% 🟢
taipy/config/section.py 86% 🟢
taipy/config/unique_section.py 100% 🟢
taipy/core/init.py 100% 🟢
taipy/core/_core.py 100% 🟢
taipy/core/_init.py 100% 🟢
taipy/core/config/init.py 100% 🟢
taipy/core/config/core_section.py 97% 🟢
taipy/core/data/init.py 100% 🟢
taipy/core/exceptions/init.py 100% 🟢
taipy/core/exceptions/exceptions.py 94% 🟢
taipy/core/reason/init.py 100% 🟢
taipy/core/reason/reason.py 92% 🟢
taipy/core/reason/reason_collection.py 100% 🟢
taipy/rest/api/init.py 100% 🟢
TOTAL 97% 🟢

updated for commit: 73bf4df by action🐍

Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please


The main entrypoint is the `Config^` singleton class. It exposes some methods to configure the
Taipy application and some attributes to retrieve the configuration values.
The main entrypoint is the `Config^` singleton class. It exposes various static methods
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A class is not an entry point is it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me propose something else.

taipy/config/__init__.py Outdated Show resolved Hide resolved
taipy/config/checker/issue.py Outdated Show resolved Hide resolved
taipy/config/checker/issue_collector.py Outdated Show resolved Hide resolved
"""Configuration singleton."""
"""Singleton class that manages the configuration of a Taipy application.

The `Config` singleton is the main entry point for configuring a Taipy application.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really like this notion of entry point...

taipy/core/reason/__init__.py Show resolved Hide resolved
taipy/core/reason/__init__.py Outdated Show resolved Hide resolved
taipy/core/reason/__init__.py Outdated Show resolved Hide resolved
taipy/core/reason/__init__.py Outdated Show resolved Hide resolved
taipy/rest/api/__init__.py Outdated Show resolved Hide resolved
jrobinAV and others added 2 commits September 24, 2024 12:58
Apply Fabien's feedback

Co-authored-by: Fabien Lelaquais <[email protected]>

The main entrypoint is the `Config^` singleton class. It exposes some methods to configure the
Taipy application and some attributes to retrieve the configuration values.
The main entrypoint is the `Config^` singleton class. It exposes various static methods
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me propose something else.

taipy/config/config.pyi Show resolved Hide resolved
taipy/config/section.py Outdated Show resolved Hide resolved
jrobinAV and others added 7 commits September 24, 2024 13:17
* Table cell bool rendering
commanded by light_bool_render
resolves #662

* change in edit mode too

* use_checkbox

* support lov for boolean

* send lov when necessary only

* useCheckbox

* protect colDesc.type

---------

Co-authored-by: Fred Lefévère-Laoide <[email protected]>
@jrobinAV jrobinAV merged commit f7efdba into develop Sep 24, 2024
53 checks passed
@jrobinAV jrobinAV deleted the feature/taipy-doc#1130-improve-ref-man branch September 24, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️Configuration Related to Taipy Configuration Core Related to Taipy Core 📄 Documentation Internal or public documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants