Skip to content

Commit

Permalink
prepare future doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Feb 11, 2025
1 parent d6a78b6 commit 27200d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion taipy/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
executor for their execution.
In particular, this `Orchestrator^` service is automatically run when used with Taipy REST or Taipy GUI.
See the [running services](../../../../userman/run-deploy/run/running_services.md) page of the user
See the [running services](../../../../userman/operations/running/main-script.md) page of the user
manual for more details.
"""

Expand Down
6 changes: 3 additions & 3 deletions taipy/core/config/core_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def mode(self) -> str:
operating mode, Taipy will behave differently when a version of the
application runs. Three modes are available: "development", "experiment",
and "production". Please refer to the
[Versioning management](../../../../../../userman/advanced_features/versioning/index.md)
[Versioning management](../../../../../../userman/operations/versioning/index.md)
documentation page for more details.
By default, Taipy runs in "development" mode.
Expand All @@ -217,7 +217,7 @@ def version_number(self) -> str:
"""The identifier of the user application version.
Please refer to the
[Versioning management](../../../../../../userman/advanced_features/versioning/index.md)
[Versioning management](../../../../../../userman/operations/versioning/index.md)
documentation page for more details.
"""
return _tpl._replace_templates(self._version_number)
Expand Down Expand Up @@ -408,7 +408,7 @@ def _configure(
mode (Optional[str]): Indicates the mode of the version management system.
Possible values are *"development"* or *"experiment"*. On Enterprise edition of Taipy,
*production* mode is also available. Please refer to the
[Versioning management](../../../../../../userman/advanced_features/versioning/index.md)
[Versioning management](../../../../../../userman/operations/versioning/index.md)
documentation page for more details.
version_number (Optional[str]): The string identifier of the version.
In development mode, the version number is ignored.
Expand Down

0 comments on commit 27200d3

Please sign in to comment.