dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/docs/source
Jiajie Zhong 7a766cbcf2
[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
2022-07-28 19:02:13 +08:00
..
_static [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00
howto [python] Correct some docs for python api (#10772) 2022-07-05 18:34:31 +08:00
tasks [fix] py sagemaker doc (#11109) 2022-07-22 22:57:50 +08:00
api.rst [python] Refactor structure to avoid cycle import (#11167) 2022-07-28 19:02:13 +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] Correct some docs for python api (#10772) 2022-07-05 18:34:31 +08:00
config.rst [python] Refactor structure to avoid cycle import (#11167) 2022-07-28 19:02:13 +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] fix doc build error (#10810) 2022-07-06 22:02:08 +08:00
tutorial.rst [python] Add task decorator for python function (#9496) 2022-04-15 15:50:52 +08:00