dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/docs/source
Jiajie Zhong 257187c521 [python] Refactor structure to avoid cycle import (#11167)
Currently, our core and side module dependent on each others. and will cause
cycle import in our codebase, especially in issue #10905, we try to refactor
to solve this problem.

This patch do the following change:

* Rename module `side` to `models`
* Move `core/base` and `core/sidebase` to dir `modules`
* Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler

(cherry picked from commit 7a766cbcf2)
2022-09-17 22:13:03 +08:00
..
_static [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00
_templates [python] Add multiple version of document (#11391) 2022-09-17 21:54:29 +08:00
howto [python] Correct some docs for python api (#10772) 2022-07-27 22:34:40 +08:00
tasks [python] Add task decorator for python function (#9496) 2022-04-15 15:50:52 +08:00
api.rst [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
cli.rst [python] Add mechanism cli only with version as subcommand (#8516) 2022-02-24 16:05:55 +08:00
concept.rst [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00
conf.py [python] Add multiple version of document (#11391) 2022-09-17 21:54:29 +08:00
config.rst [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
index.rst [python] Add missing doc about config and connect remote server (#9443) 2022-04-12 09:42:28 +08:00
start.rst [python] Add directly install without clone source code (#11179) 2022-08-02 18:51:46 +08:00
tutorial.rst [python] Add task decorator for python function (#9496) 2022-04-15 15:50:52 +08:00