diff --git a/cpl-workspace.json b/cpl-workspace.json index 3c5d5f67..e00ea987 100644 --- a/cpl-workspace.json +++ b/cpl-workspace.json @@ -1,6 +1,6 @@ { "WorkspaceSettings": { - "DefaultProject": "cpl-cli", + "DefaultProject": "cpl-core", "Projects": { "cpl-cli": "src/cpl_cli/cpl-cli.json", "cpl-core": "src/cpl_core/cpl-core.json", @@ -19,13 +19,15 @@ "Scripts": { "hello-world": "echo 'Hello World'", + "format": "echo 'Formatting:'; black ./", + "sv": "cpl set-version", "set-version": "cpl run set-version --dev $ARGS; echo '';", "spu": "cpl set-pip-urls", "set-pip-urls": "cpl run set-pip-urls --dev $ARGS; echo '';", - "docs-build": "echo 'Build Documentation'; cpl db-core; cpl db-discord; cpl db-query; cpl db-translation; cd docs/; make clean; make html; # rm source/cpl_query.tests.rst;", + "docs-build": "cpl format; echo 'Build Documentation'; cpl db-core; cpl db-discord; cpl db-query; cpl db-translation; cd docs/; make clean; make html;", "db-core": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_core; cd ../", "db-discord": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_discord; cd ../", "db-query": "cd docs/; sphinx-apidoc -o source/ ../src/cpl_query; cd ../", diff --git a/docs/build/doctrees/cli.overview.doctree b/docs/build/doctrees/cli.overview.doctree deleted file mode 100644 index 219aa2b4..00000000 Binary files a/docs/build/doctrees/cli.overview.doctree and /dev/null differ diff --git a/docs/build/doctrees/cli.add.doctree b/docs/build/doctrees/cpl_cli.add.doctree similarity index 91% rename from docs/build/doctrees/cli.add.doctree rename to docs/build/doctrees/cpl_cli.add.doctree index 9e15f0d4..97991a88 100644 Binary files a/docs/build/doctrees/cli.add.doctree and b/docs/build/doctrees/cpl_cli.add.doctree differ diff --git a/docs/build/doctrees/cli.build.doctree b/docs/build/doctrees/cpl_cli.build.doctree similarity index 85% rename from docs/build/doctrees/cli.build.doctree rename to docs/build/doctrees/cpl_cli.build.doctree index c8c89959..22e6ce70 100644 Binary files a/docs/build/doctrees/cli.build.doctree and b/docs/build/doctrees/cpl_cli.build.doctree differ diff --git a/docs/build/doctrees/cpl_cli.doctree b/docs/build/doctrees/cpl_cli.doctree index 46b5c415..8ea9293a 100644 Binary files a/docs/build/doctrees/cpl_cli.doctree and b/docs/build/doctrees/cpl_cli.doctree differ diff --git a/docs/build/doctrees/cli.generate.doctree b/docs/build/doctrees/cpl_cli.generate.doctree similarity index 95% rename from docs/build/doctrees/cli.generate.doctree rename to docs/build/doctrees/cpl_cli.generate.doctree index f088d0e2..ff4ab1fa 100644 Binary files a/docs/build/doctrees/cli.generate.doctree and b/docs/build/doctrees/cpl_cli.generate.doctree differ diff --git a/docs/build/doctrees/cli.help.doctree b/docs/build/doctrees/cpl_cli.help.doctree similarity index 86% rename from docs/build/doctrees/cli.help.doctree rename to docs/build/doctrees/cpl_cli.help.doctree index 8d4ba844..42e7ac40 100644 Binary files a/docs/build/doctrees/cli.help.doctree and b/docs/build/doctrees/cpl_cli.help.doctree differ diff --git a/docs/build/doctrees/cli.install.doctree b/docs/build/doctrees/cpl_cli.install.doctree similarity index 90% rename from docs/build/doctrees/cli.install.doctree rename to docs/build/doctrees/cpl_cli.install.doctree index b92b9153..58c5fabb 100644 Binary files a/docs/build/doctrees/cli.install.doctree and b/docs/build/doctrees/cpl_cli.install.doctree differ diff --git a/docs/build/doctrees/cli.new.doctree b/docs/build/doctrees/cpl_cli.new.doctree similarity index 94% rename from docs/build/doctrees/cli.new.doctree rename to docs/build/doctrees/cpl_cli.new.doctree index 3dcb9191..9f65fa70 100644 Binary files a/docs/build/doctrees/cli.new.doctree and b/docs/build/doctrees/cpl_cli.new.doctree differ diff --git a/docs/build/doctrees/cpl_cli.overview.doctree b/docs/build/doctrees/cpl_cli.overview.doctree new file mode 100644 index 00000000..370fcf10 Binary files /dev/null and b/docs/build/doctrees/cpl_cli.overview.doctree differ diff --git a/docs/build/doctrees/cli.publish.doctree b/docs/build/doctrees/cpl_cli.publish.doctree similarity index 87% rename from docs/build/doctrees/cli.publish.doctree rename to docs/build/doctrees/cpl_cli.publish.doctree index d78cbc7a..89343906 100644 Binary files a/docs/build/doctrees/cli.publish.doctree and b/docs/build/doctrees/cpl_cli.publish.doctree differ diff --git a/docs/build/doctrees/cli.remove.doctree b/docs/build/doctrees/cpl_cli.remove.doctree similarity index 89% rename from docs/build/doctrees/cli.remove.doctree rename to docs/build/doctrees/cpl_cli.remove.doctree index 8287aa7a..2a8f81a1 100644 Binary files a/docs/build/doctrees/cli.remove.doctree and b/docs/build/doctrees/cpl_cli.remove.doctree differ diff --git a/docs/build/doctrees/cli.run.doctree b/docs/build/doctrees/cpl_cli.run.doctree similarity index 94% rename from docs/build/doctrees/cli.run.doctree rename to docs/build/doctrees/cpl_cli.run.doctree index c1463960..36091d23 100644 Binary files a/docs/build/doctrees/cli.run.doctree and b/docs/build/doctrees/cpl_cli.run.doctree differ diff --git a/docs/build/doctrees/cli.start.doctree b/docs/build/doctrees/cpl_cli.start.doctree similarity index 92% rename from docs/build/doctrees/cli.start.doctree rename to docs/build/doctrees/cpl_cli.start.doctree index 1bde7025..b79235b4 100644 Binary files a/docs/build/doctrees/cli.start.doctree and b/docs/build/doctrees/cpl_cli.start.doctree differ diff --git a/docs/build/doctrees/cli.uninstall.doctree b/docs/build/doctrees/cpl_cli.uninstall.doctree similarity index 90% rename from docs/build/doctrees/cli.uninstall.doctree rename to docs/build/doctrees/cpl_cli.uninstall.doctree index 074b870e..efecefb7 100644 Binary files a/docs/build/doctrees/cli.uninstall.doctree and b/docs/build/doctrees/cpl_cli.uninstall.doctree differ diff --git a/docs/build/doctrees/cli.update.doctree b/docs/build/doctrees/cpl_cli.update.doctree similarity index 92% rename from docs/build/doctrees/cli.update.doctree rename to docs/build/doctrees/cpl_cli.update.doctree index bbb915dc..b9940e83 100644 Binary files a/docs/build/doctrees/cli.update.doctree and b/docs/build/doctrees/cpl_cli.update.doctree differ diff --git a/docs/build/doctrees/cli.version.doctree b/docs/build/doctrees/cpl_cli.version.doctree similarity index 87% rename from docs/build/doctrees/cli.version.doctree rename to docs/build/doctrees/cpl_cli.version.doctree index 1eb8970a..72d23301 100644 Binary files a/docs/build/doctrees/cli.version.doctree and b/docs/build/doctrees/cpl_cli.version.doctree differ diff --git a/docs/build/doctrees/cpl_core.application.doctree b/docs/build/doctrees/cpl_core.application.doctree index bdf49dba..4f15e383 100644 Binary files a/docs/build/doctrees/cpl_core.application.doctree and b/docs/build/doctrees/cpl_core.application.doctree differ diff --git a/docs/build/doctrees/cpl_core.configuration.doctree b/docs/build/doctrees/cpl_core.configuration.doctree index d725a0f3..78be136c 100644 Binary files a/docs/build/doctrees/cpl_core.configuration.doctree and b/docs/build/doctrees/cpl_core.configuration.doctree differ diff --git a/docs/build/doctrees/cpl_core.console.doctree b/docs/build/doctrees/cpl_core.console.doctree index ec0de895..33aa42c8 100644 Binary files a/docs/build/doctrees/cpl_core.console.doctree and b/docs/build/doctrees/cpl_core.console.doctree differ diff --git a/docs/build/doctrees/cpl_core.database.connection.doctree b/docs/build/doctrees/cpl_core.database.connection.doctree index 20177fc3..28f21565 100644 Binary files a/docs/build/doctrees/cpl_core.database.connection.doctree and b/docs/build/doctrees/cpl_core.database.connection.doctree differ diff --git a/docs/build/doctrees/cpl_core.database.context.doctree b/docs/build/doctrees/cpl_core.database.context.doctree index d682166a..fce538d0 100644 Binary files a/docs/build/doctrees/cpl_core.database.context.doctree and b/docs/build/doctrees/cpl_core.database.context.doctree differ diff --git a/docs/build/doctrees/cpl_core.database.doctree b/docs/build/doctrees/cpl_core.database.doctree index 208ae505..ed9cfcc0 100644 Binary files a/docs/build/doctrees/cpl_core.database.doctree and b/docs/build/doctrees/cpl_core.database.doctree differ diff --git a/docs/build/doctrees/cpl_core.dependency_injection.doctree b/docs/build/doctrees/cpl_core.dependency_injection.doctree index c4d70486..f764f3d3 100644 Binary files a/docs/build/doctrees/cpl_core.dependency_injection.doctree and b/docs/build/doctrees/cpl_core.dependency_injection.doctree differ diff --git a/docs/build/doctrees/cpl_core.doctree b/docs/build/doctrees/cpl_core.doctree index 39eb74a8..8440d5e7 100644 Binary files a/docs/build/doctrees/cpl_core.doctree and b/docs/build/doctrees/cpl_core.doctree differ diff --git a/docs/build/doctrees/cpl_core.environment.doctree b/docs/build/doctrees/cpl_core.environment.doctree index 28869772..0904b8b0 100644 Binary files a/docs/build/doctrees/cpl_core.environment.doctree and b/docs/build/doctrees/cpl_core.environment.doctree differ diff --git a/docs/build/doctrees/cpl_core.logging.doctree b/docs/build/doctrees/cpl_core.logging.doctree index 28781205..eea196ea 100644 Binary files a/docs/build/doctrees/cpl_core.logging.doctree and b/docs/build/doctrees/cpl_core.logging.doctree differ diff --git a/docs/build/doctrees/cpl_core.mailing.doctree b/docs/build/doctrees/cpl_core.mailing.doctree index 72718582..670cf3f2 100644 Binary files a/docs/build/doctrees/cpl_core.mailing.doctree and b/docs/build/doctrees/cpl_core.mailing.doctree differ diff --git a/docs/build/doctrees/cpl_core.pipes.doctree b/docs/build/doctrees/cpl_core.pipes.doctree index c19a94da..9db3a564 100644 Binary files a/docs/build/doctrees/cpl_core.pipes.doctree and b/docs/build/doctrees/cpl_core.pipes.doctree differ diff --git a/docs/build/doctrees/cpl_core.time.doctree b/docs/build/doctrees/cpl_core.time.doctree index 75121de8..4cca8172 100644 Binary files a/docs/build/doctrees/cpl_core.time.doctree and b/docs/build/doctrees/cpl_core.time.doctree differ diff --git a/docs/build/doctrees/cpl_core.utils.doctree b/docs/build/doctrees/cpl_core.utils.doctree index e9a6e4af..7c567f4d 100644 Binary files a/docs/build/doctrees/cpl_core.utils.doctree and b/docs/build/doctrees/cpl_core.utils.doctree differ diff --git a/docs/build/doctrees/cpl_discord.application.doctree b/docs/build/doctrees/cpl_discord.application.doctree index 64d0f8cc..c839d9d3 100644 Binary files a/docs/build/doctrees/cpl_discord.application.doctree and b/docs/build/doctrees/cpl_discord.application.doctree differ diff --git a/docs/build/doctrees/cpl_discord.command.doctree b/docs/build/doctrees/cpl_discord.command.doctree index d0fe4f61..cf792dc7 100644 Binary files a/docs/build/doctrees/cpl_discord.command.doctree and b/docs/build/doctrees/cpl_discord.command.doctree differ diff --git a/docs/build/doctrees/cpl_discord.configuration.doctree b/docs/build/doctrees/cpl_discord.configuration.doctree index 0e397e29..0909eb30 100644 Binary files a/docs/build/doctrees/cpl_discord.configuration.doctree and b/docs/build/doctrees/cpl_discord.configuration.doctree differ diff --git a/docs/build/doctrees/cpl_discord.container.doctree b/docs/build/doctrees/cpl_discord.container.doctree index a3f5ee12..40bcda72 100644 Binary files a/docs/build/doctrees/cpl_discord.container.doctree and b/docs/build/doctrees/cpl_discord.container.doctree differ diff --git a/docs/build/doctrees/cpl_discord.doctree b/docs/build/doctrees/cpl_discord.doctree index a373b278..186d38f1 100644 Binary files a/docs/build/doctrees/cpl_discord.doctree and b/docs/build/doctrees/cpl_discord.doctree differ diff --git a/docs/build/doctrees/cpl_discord.events.doctree b/docs/build/doctrees/cpl_discord.events.doctree index a0615548..a1d4c896 100644 Binary files a/docs/build/doctrees/cpl_discord.events.doctree and b/docs/build/doctrees/cpl_discord.events.doctree differ diff --git a/docs/build/doctrees/cpl_discord.helper.doctree b/docs/build/doctrees/cpl_discord.helper.doctree index e661717e..b62443a9 100644 Binary files a/docs/build/doctrees/cpl_discord.helper.doctree and b/docs/build/doctrees/cpl_discord.helper.doctree differ diff --git a/docs/build/doctrees/cpl_discord.service.doctree b/docs/build/doctrees/cpl_discord.service.doctree index 8e13fbf2..e6a2dfff 100644 Binary files a/docs/build/doctrees/cpl_discord.service.doctree and b/docs/build/doctrees/cpl_discord.service.doctree differ diff --git a/docs/build/doctrees/cpl_query.base.doctree b/docs/build/doctrees/cpl_query.base.doctree index 2d7ab57a..d4027221 100644 Binary files a/docs/build/doctrees/cpl_query.base.doctree and b/docs/build/doctrees/cpl_query.base.doctree differ diff --git a/docs/build/doctrees/cpl_query.doctree b/docs/build/doctrees/cpl_query.doctree index 3f98dae1..00f7a9a1 100644 Binary files a/docs/build/doctrees/cpl_query.doctree and b/docs/build/doctrees/cpl_query.doctree differ diff --git a/docs/build/doctrees/cpl_query.enumerable.doctree b/docs/build/doctrees/cpl_query.enumerable.doctree index 4af22b0d..9cf715f8 100644 Binary files a/docs/build/doctrees/cpl_query.enumerable.doctree and b/docs/build/doctrees/cpl_query.enumerable.doctree differ diff --git a/docs/build/doctrees/cpl_query.extension.doctree b/docs/build/doctrees/cpl_query.extension.doctree index 6e010bdc..44449644 100644 Binary files a/docs/build/doctrees/cpl_query.extension.doctree and b/docs/build/doctrees/cpl_query.extension.doctree differ diff --git a/docs/build/doctrees/cpl_query.iterable.doctree b/docs/build/doctrees/cpl_query.iterable.doctree index 56087112..dfb9aeb6 100644 Binary files a/docs/build/doctrees/cpl_query.iterable.doctree and b/docs/build/doctrees/cpl_query.iterable.doctree differ diff --git a/docs/build/doctrees/cpl_translation.doctree b/docs/build/doctrees/cpl_translation.doctree index c70dfd3f..dd408802 100644 Binary files a/docs/build/doctrees/cpl_translation.doctree and b/docs/build/doctrees/cpl_translation.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 1130483c..ae0229c9 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/introduction.doctree b/docs/build/doctrees/introduction.doctree index 409c498b..4a611cdc 100644 Binary files a/docs/build/doctrees/introduction.doctree and b/docs/build/doctrees/introduction.doctree differ diff --git a/docs/build/doctrees/modules.doctree b/docs/build/doctrees/modules.doctree index ceb86bd7..7c7692f4 100644 Binary files a/docs/build/doctrees/modules.doctree and b/docs/build/doctrees/modules.doctree differ diff --git a/docs/build/doctrees/setup.doctree b/docs/build/doctrees/setup.doctree index 68420c76..876ecf92 100644 Binary files a/docs/build/doctrees/setup.doctree and b/docs/build/doctrees/setup.doctree differ diff --git a/docs/build/html/_sources/cli.add.md.txt b/docs/build/html/_sources/cpl_cli.add.md.txt similarity index 99% rename from docs/build/html/_sources/cli.add.md.txt rename to docs/build/html/_sources/cpl_cli.add.md.txt index 46b3c5b0..119359fa 100644 --- a/docs/build/html/_sources/cli.add.md.txt +++ b/docs/build/html/_sources/cpl_cli.add.md.txt @@ -29,4 +29,4 @@ If you call the command in a CPL workspace, you can use the project names. Other | Argument | Description | |------------------|:------------------------------------------:| -| ```--simulate``` | Specifies whether the command is simulated | +| ```--simulate``` | Specifies whether the command is simulated | \ No newline at end of file diff --git a/docs/build/html/_sources/cli.build.md.txt b/docs/build/html/_sources/cpl_cli.build.md.txt similarity index 100% rename from docs/build/html/_sources/cli.build.md.txt rename to docs/build/html/_sources/cpl_cli.build.md.txt diff --git a/docs/build/html/_sources/cli.generate.md.txt b/docs/build/html/_sources/cpl_cli.generate.md.txt similarity index 100% rename from docs/build/html/_sources/cli.generate.md.txt rename to docs/build/html/_sources/cpl_cli.generate.md.txt diff --git a/docs/build/html/_sources/cli.help.md.txt b/docs/build/html/_sources/cpl_cli.help.md.txt similarity index 100% rename from docs/build/html/_sources/cli.help.md.txt rename to docs/build/html/_sources/cpl_cli.help.md.txt diff --git a/docs/build/html/_sources/cli.install.md.txt b/docs/build/html/_sources/cpl_cli.install.md.txt similarity index 100% rename from docs/build/html/_sources/cli.install.md.txt rename to docs/build/html/_sources/cpl_cli.install.md.txt diff --git a/docs/build/html/_sources/cli.new.md.txt b/docs/build/html/_sources/cpl_cli.new.md.txt similarity index 100% rename from docs/build/html/_sources/cli.new.md.txt rename to docs/build/html/_sources/cpl_cli.new.md.txt diff --git a/docs/build/html/_sources/cli.overview.md.txt b/docs/build/html/_sources/cpl_cli.overview.md.txt similarity index 51% rename from docs/build/html/_sources/cli.overview.md.txt rename to docs/build/html/_sources/cpl_cli.overview.md.txt index 5cd12eca..1116b4ba 100644 --- a/docs/build/html/_sources/cli.overview.md.txt +++ b/docs/build/html/_sources/cpl_cli.overview.md.txt @@ -39,15 +39,15 @@ The cpl generate command takes as an argument the artifact to be generated. In | Command | Alias | Description | | ----------------------------- |:-------------:|:----------------:| -| [add](cli.add) | a or a | Adds a project reference to given project. -| [build](cli.build) | b or B | Prepares files for publish into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. -| [generate](cli.generate) | g or G | Generate a new file. -| [help](cli.help) | h or H | Lists available command and their short descriptions. -| [install](cli.install) | i or I | With argument installs packages to project, without argument installs project dependencies. -| [new](cli.new) | n or N | Creates new CPL project. -| [publish](cli.publish) | p or P | Prepares files for publish into an output directory named dist/ at the given output path and executes ```setup.py```. Must be executed from within a library workspace directory. -| [remove](cli.remove) | r or R | Removes a project from workspace. -| [start](cli.start) | s or S | Starts CPL project, restarting on file changes. -| [uninstall](cli.uninstall) | ui or UI | Uninstalls packages from project. -| [update](cli.update) | u or U | Update CPL and project dependencies. -| [version](cli.version) | v or V | Outputs CPL CLI version. +| [add](cpl_cli.add) | a or a | Adds a project reference to given project. +| [build](cpl_cli.build) | b or B | Prepares files for publish into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. +| [generate](cpl_cli.generate) | g or G | Generate a new file. +| [help](cpl_cli.help) | h or H | Lists available command and their short descriptions. +| [install](cpl_cli.install) | i or I | With argument installs packages to project, without argument installs project dependencies. +| [new](cpl_cli.new) | n or N | Creates new CPL project. +| [publish](cpl_cli.publish) | p or P | Prepares files for publish into an output directory named dist/ at the given output path and executes ```setup.py```. Must be executed from within a library workspace directory. +| [remove](cpl_cli.remove) | r or R | Removes a project from workspace. +| [start](cpl_cli.start) | s or S | Starts CPL project, restarting on file changes. +| [uninstall](cpl_cli.uninstall) | ui or UI | Uninstalls packages from project. +| [update](cpl_cli.update) | u or U | Update CPL and project dependencies. +| [version](cpl_cli.version) | v or V | Outputs CPL CLI version. diff --git a/docs/build/html/_sources/cli.publish.md.txt b/docs/build/html/_sources/cpl_cli.publish.md.txt similarity index 100% rename from docs/build/html/_sources/cli.publish.md.txt rename to docs/build/html/_sources/cpl_cli.publish.md.txt diff --git a/docs/build/html/_sources/cli.remove.md.txt b/docs/build/html/_sources/cpl_cli.remove.md.txt similarity index 100% rename from docs/build/html/_sources/cli.remove.md.txt rename to docs/build/html/_sources/cpl_cli.remove.md.txt diff --git a/docs/build/html/_sources/cpl_cli.rst.txt b/docs/build/html/_sources/cpl_cli.rst.txt index cec12291..e0ca1832 100644 --- a/docs/build/html/_sources/cpl_cli.rst.txt +++ b/docs/build/html/_sources/cpl_cli.rst.txt @@ -4,16 +4,17 @@ CLI reference .. toctree:: :maxdepth: 4 - cli.overview - cli.add - cli.build - cli.generate - cli.help - cli.install - cli.new - cli.publish - cli.remove - cli.start - cli.uninstall - cli.update - cli.version \ No newline at end of file + cpl_cli.overview + cpl_cli.add + cpl_cli.build + cpl_cli.generate + cpl_cli.help + cpl_cli.install + cpl_cli.new + cpl_cli.publish + cpl_cli.remove + cpl_cli.run + cpl_cli.start + cpl_cli.uninstall + cpl_cli.update + cpl_cli.version \ No newline at end of file diff --git a/docs/build/html/_sources/cli.run.md.txt b/docs/build/html/_sources/cpl_cli.run.md.txt similarity index 100% rename from docs/build/html/_sources/cli.run.md.txt rename to docs/build/html/_sources/cpl_cli.run.md.txt diff --git a/docs/build/html/_sources/cli.start.md.txt b/docs/build/html/_sources/cpl_cli.start.md.txt similarity index 100% rename from docs/build/html/_sources/cli.start.md.txt rename to docs/build/html/_sources/cpl_cli.start.md.txt diff --git a/docs/build/html/_sources/cli.uninstall.md.txt b/docs/build/html/_sources/cpl_cli.uninstall.md.txt similarity index 100% rename from docs/build/html/_sources/cli.uninstall.md.txt rename to docs/build/html/_sources/cpl_cli.uninstall.md.txt diff --git a/docs/build/html/_sources/cli.update.md.txt b/docs/build/html/_sources/cpl_cli.update.md.txt similarity index 100% rename from docs/build/html/_sources/cli.update.md.txt rename to docs/build/html/_sources/cpl_cli.update.md.txt diff --git a/docs/build/html/_sources/cli.version.md.txt b/docs/build/html/_sources/cpl_cli.version.md.txt similarity index 100% rename from docs/build/html/_sources/cli.version.md.txt rename to docs/build/html/_sources/cpl_cli.version.md.txt diff --git a/docs/build/html/_sources/cpl_core.application.rst.txt b/docs/build/html/_sources/cpl_core.application.rst.txt index 140534a8..bcdcbc20 100644 --- a/docs/build/html/_sources/cpl_core.application.rst.txt +++ b/docs/build/html/_sources/cpl_core.application.rst.txt @@ -1,34 +1,61 @@ -cpl_core.application -======================= +cpl\_core.application package +============================= -cpl_core.application.application\_abc ---------------------------------------- +Submodules +---------- + +cpl\_core.application.application\_abc module +--------------------------------------------- .. automodule:: cpl_core.application.application_abc :members: :undoc-members: :show-inheritance: -cpl_core.application.application\_builder -------------------------------------------- +cpl\_core.application.application\_builder module +------------------------------------------------- .. automodule:: cpl_core.application.application_builder :members: :undoc-members: :show-inheritance: -cpl_core.application.application\_builder\_abc ------------------------------------------------- +cpl\_core.application.application\_builder\_abc module +------------------------------------------------------ .. automodule:: cpl_core.application.application_builder_abc :members: :undoc-members: :show-inheritance: -cpl_core.application.startup\_abc ------------------------------------ +cpl\_core.application.application\_extension\_abc module +-------------------------------------------------------- + +.. automodule:: cpl_core.application.application_extension_abc + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.application.startup\_abc module +----------------------------------------- .. automodule:: cpl_core.application.startup_abc :members: :undoc-members: :show-inheritance: + +cpl\_core.application.startup\_extension\_abc module +---------------------------------------------------- + +.. automodule:: cpl_core.application.startup_extension_abc + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.application + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.configuration.rst.txt b/docs/build/html/_sources/cpl_core.configuration.rst.txt index 6b2c210e..708c4ea6 100644 --- a/docs/build/html/_sources/cpl_core.configuration.rst.txt +++ b/docs/build/html/_sources/cpl_core.configuration.rst.txt @@ -1,42 +1,109 @@ -cpl_core.configuration -========================= +cpl\_core.configuration package +=============================== -cpl_core.configuration.configuration --------------------------------------- +Submodules +---------- + +cpl\_core.configuration.argument\_abc module +-------------------------------------------- + +.. automodule:: cpl_core.configuration.argument_abc + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.argument\_builder module +------------------------------------------------ + +.. automodule:: cpl_core.configuration.argument_builder + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.argument\_executable\_abc module +-------------------------------------------------------- + +.. automodule:: cpl_core.configuration.argument_executable_abc + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.argument\_type\_enum module +--------------------------------------------------- + +.. automodule:: cpl_core.configuration.argument_type_enum + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.configuration module +-------------------------------------------- .. automodule:: cpl_core.configuration.configuration :members: :undoc-members: :show-inheritance: -cpl_core.configuration.configuration\_abc -------------------------------------------- +cpl\_core.configuration.configuration\_abc module +------------------------------------------------- .. automodule:: cpl_core.configuration.configuration_abc :members: :undoc-members: :show-inheritance: -cpl_core.configuration.configuration\_model\_abc --------------------------------------------------- +cpl\_core.configuration.configuration\_model\_abc module +-------------------------------------------------------- .. automodule:: cpl_core.configuration.configuration_model_abc :members: :undoc-members: :show-inheritance: -cpl_core.configuration.configuration\_variable\_name\_enum ------------------------------------------------------------- +cpl\_core.configuration.configuration\_variable\_name\_enum module +------------------------------------------------------------------ .. automodule:: cpl_core.configuration.configuration_variable_name_enum :members: :undoc-members: :show-inheritance: -cpl_core.configuration.console\_argument ------------------------------------------- +cpl\_core.configuration.executable\_argument module +--------------------------------------------------- -.. automodule:: cpl_core.configuration.console_argument +.. automodule:: cpl_core.configuration.executable_argument + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.flag\_argument module +--------------------------------------------- + +.. automodule:: cpl_core.configuration.flag_argument + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.validator\_abc module +--------------------------------------------- + +.. automodule:: cpl_core.configuration.validator_abc + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.configuration.variable\_argument module +------------------------------------------------- + +.. automodule:: cpl_core.configuration.variable_argument + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.configuration :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.console.rst.txt b/docs/build/html/_sources/cpl_core.console.rst.txt index 21ce79e3..b14cc8c8 100644 --- a/docs/build/html/_sources/cpl_core.console.rst.txt +++ b/docs/build/html/_sources/cpl_core.console.rst.txt @@ -1,42 +1,53 @@ -cpl_core.console -=================== +cpl\_core.console package +========================= -cpl_core.console.background\_color\_enum ------------------------------------------- +Submodules +---------- + +cpl\_core.console.background\_color\_enum module +------------------------------------------------ .. automodule:: cpl_core.console.background_color_enum :members: :undoc-members: :show-inheritance: -cpl_core.console.console --------------------------- +cpl\_core.console.console module +-------------------------------- .. automodule:: cpl_core.console.console :members: :undoc-members: :show-inheritance: -cpl_core.console.console\_call --------------------------------- +cpl\_core.console.console\_call module +-------------------------------------- .. automodule:: cpl_core.console.console_call :members: :undoc-members: :show-inheritance: -cpl_core.console.foreground\_color\_enum ------------------------------------------- +cpl\_core.console.foreground\_color\_enum module +------------------------------------------------ .. automodule:: cpl_core.console.foreground_color_enum :members: :undoc-members: :show-inheritance: -cpl_core.console.spinner\_thread ----------------------------------- +cpl\_core.console.spinner\_thread module +---------------------------------------- .. automodule:: cpl_core.console.spinner_thread :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.console + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.connection.rst.txt b/docs/build/html/_sources/cpl_core.database.connection.rst.txt index e7324f18..86ec3966 100644 --- a/docs/build/html/_sources/cpl_core.database.connection.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.connection.rst.txt @@ -1,18 +1,29 @@ -cpl_core.database.connection -=============================== +cpl\_core.database.connection package +===================================== -cpl_core.database.connection.database\_connection ---------------------------------------------------- +Submodules +---------- + +cpl\_core.database.connection.database\_connection module +--------------------------------------------------------- .. automodule:: cpl_core.database.connection.database_connection :members: :undoc-members: :show-inheritance: -cpl_core.database.connection.database\_connection\_abc --------------------------------------------------------- +cpl\_core.database.connection.database\_connection\_abc module +-------------------------------------------------------------- .. automodule:: cpl_core.database.connection.database_connection_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.database.connection + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.context.rst.txt b/docs/build/html/_sources/cpl_core.database.context.rst.txt index ec368871..a17353d7 100644 --- a/docs/build/html/_sources/cpl_core.database.context.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.context.rst.txt @@ -1,18 +1,29 @@ -cpl_core.database.context -============================ +cpl\_core.database.context package +================================== -cpl_core.database.context.database\_context ---------------------------------------------- +Submodules +---------- + +cpl\_core.database.context.database\_context module +--------------------------------------------------- .. automodule:: cpl_core.database.context.database_context :members: :undoc-members: :show-inheritance: -cpl_core.database.context.database\_context\_abc --------------------------------------------------- +cpl\_core.database.context.database\_context\_abc module +-------------------------------------------------------- .. automodule:: cpl_core.database.context.database_context_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.database.context + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.database.rst.txt b/docs/build/html/_sources/cpl_core.database.rst.txt index cdcb0ce8..c5fbcffb 100644 --- a/docs/build/html/_sources/cpl_core.database.rst.txt +++ b/docs/build/html/_sources/cpl_core.database.rst.txt @@ -1,5 +1,8 @@ -cpl_core.database -==================== +cpl\_core.database package +========================== + +Subpackages +----------- .. toctree:: :maxdepth: 4 @@ -7,28 +10,37 @@ cpl_core.database cpl_core.database.connection cpl_core.database.context +Submodules +---------- - -cpl_core.database.database\_model ------------------------------------ - -.. automodule:: cpl_core.database.database_model - :members: - :undoc-members: - :show-inheritance: - -cpl_core.database.database\_settings --------------------------------------- +cpl\_core.database.database\_settings module +-------------------------------------------- .. automodule:: cpl_core.database.database_settings :members: :undoc-members: :show-inheritance: -cpl_core.database.database\_settings\_name\_enum --------------------------------------------------- +cpl\_core.database.database\_settings\_name\_enum module +-------------------------------------------------------- .. automodule:: cpl_core.database.database_settings_name_enum :members: :undoc-members: :show-inheritance: + +cpl\_core.database.table\_abc module +------------------------------------ + +.. automodule:: cpl_core.database.table_abc + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.database + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt b/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt index 4f27f5fc..4e951d6e 100644 --- a/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt +++ b/docs/build/html/_sources/cpl_core.dependency_injection.rst.txt @@ -1,50 +1,85 @@ -cpl_core.dependency\_injection -================================= +cpl\_core.dependency\_injection package +======================================= -cpl_core.dependency\_injection.service\_collection ----------------------------------------------------- +Submodules +---------- + +cpl\_core.dependency\_injection.scope module +-------------------------------------------- + +.. automodule:: cpl_core.dependency_injection.scope + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.dependency\_injection.scope\_abc module +------------------------------------------------- + +.. automodule:: cpl_core.dependency_injection.scope_abc + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.dependency\_injection.scope\_builder module +----------------------------------------------------- + +.. automodule:: cpl_core.dependency_injection.scope_builder + :members: + :undoc-members: + :show-inheritance: + +cpl\_core.dependency\_injection.service\_collection module +---------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_collection :members: :undoc-members: :show-inheritance: -cpl_core.dependency\_injection.service\_collection\_abc ---------------------------------------------------------- +cpl\_core.dependency\_injection.service\_collection\_abc module +--------------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_collection_abc :members: :undoc-members: :show-inheritance: -cpl_core.dependency\_injection.service\_descriptor ----------------------------------------------------- +cpl\_core.dependency\_injection.service\_descriptor module +---------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_descriptor :members: :undoc-members: :show-inheritance: -cpl_core.dependency\_injection.service\_lifetime\_enum --------------------------------------------------------- +cpl\_core.dependency\_injection.service\_lifetime\_enum module +-------------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_lifetime_enum :members: :undoc-members: :show-inheritance: -cpl_core.dependency\_injection.service\_provider --------------------------------------------------- +cpl\_core.dependency\_injection.service\_provider module +-------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_provider :members: :undoc-members: :show-inheritance: -cpl_core.dependency\_injection.service\_provider\_abc -------------------------------------------------------- +cpl\_core.dependency\_injection.service\_provider\_abc module +------------------------------------------------------------- .. automodule:: cpl_core.dependency_injection.service_provider_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.dependency_injection + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.environment.rst.txt b/docs/build/html/_sources/cpl_core.environment.rst.txt index 04c1b930..84eaedde 100644 --- a/docs/build/html/_sources/cpl_core.environment.rst.txt +++ b/docs/build/html/_sources/cpl_core.environment.rst.txt @@ -1,26 +1,37 @@ -cpl_core.environment -======================= +cpl\_core.environment package +============================= -cpl_core.environment.application\_environment ------------------------------------------------ +Submodules +---------- + +cpl\_core.environment.application\_environment module +----------------------------------------------------- .. automodule:: cpl_core.environment.application_environment :members: :undoc-members: :show-inheritance: -cpl_core.environment.application\_environment\_abc ----------------------------------------------------- +cpl\_core.environment.application\_environment\_abc module +---------------------------------------------------------- .. automodule:: cpl_core.environment.application_environment_abc :members: :undoc-members: :show-inheritance: -cpl_core.environment.environment\_name\_enum ----------------------------------------------- +cpl\_core.environment.environment\_name\_enum module +---------------------------------------------------- .. automodule:: cpl_core.environment.environment_name_enum :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.environment + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.logging.rst.txt b/docs/build/html/_sources/cpl_core.logging.rst.txt index f34f815d..6f36754d 100644 --- a/docs/build/html/_sources/cpl_core.logging.rst.txt +++ b/docs/build/html/_sources/cpl_core.logging.rst.txt @@ -1,42 +1,53 @@ -cpl_core.logging -=================== +cpl\_core.logging package +========================= -cpl_core.logging.logger\_abc ------------------------------- +Submodules +---------- + +cpl\_core.logging.logger\_abc module +------------------------------------ .. automodule:: cpl_core.logging.logger_abc :members: :undoc-members: :show-inheritance: -cpl_core.logging.logger\_service ----------------------------------- +cpl\_core.logging.logger\_service module +---------------------------------------- .. automodule:: cpl_core.logging.logger_service :members: :undoc-members: :show-inheritance: -cpl_core.logging.logging\_level\_enum ---------------------------------------- +cpl\_core.logging.logging\_level\_enum module +--------------------------------------------- .. automodule:: cpl_core.logging.logging_level_enum :members: :undoc-members: :show-inheritance: -cpl_core.logging.logging\_settings ------------------------------------- +cpl\_core.logging.logging\_settings module +------------------------------------------ .. automodule:: cpl_core.logging.logging_settings :members: :undoc-members: :show-inheritance: -cpl_core.logging.logging\_settings\_name\_enum ------------------------------------------------- +cpl\_core.logging.logging\_settings\_name\_enum module +------------------------------------------------------ .. automodule:: cpl_core.logging.logging_settings_name_enum :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.logging + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.mailing.rst.txt b/docs/build/html/_sources/cpl_core.mailing.rst.txt index 8074d736..323e167c 100644 --- a/docs/build/html/_sources/cpl_core.mailing.rst.txt +++ b/docs/build/html/_sources/cpl_core.mailing.rst.txt @@ -1,42 +1,53 @@ -cpl_core.mailing -=================== +cpl\_core.mailing package +========================= -cpl_core.mailing.email ------------------------- +Submodules +---------- + +cpl\_core.mailing.email module +------------------------------ .. automodule:: cpl_core.mailing.email :members: :undoc-members: :show-inheritance: -cpl_core.mailing.email\_client\_abc -------------------------------------- +cpl\_core.mailing.email\_client\_abc module +------------------------------------------- .. automodule:: cpl_core.mailing.email_client_abc :members: :undoc-members: :show-inheritance: -cpl_core.mailing.email\_client\_service ------------------------------------------ +cpl\_core.mailing.email\_client\_service module +----------------------------------------------- .. automodule:: cpl_core.mailing.email_client_service :members: :undoc-members: :show-inheritance: -cpl_core.mailing.email\_client\_settings ------------------------------------------- +cpl\_core.mailing.email\_client\_settings module +------------------------------------------------ .. automodule:: cpl_core.mailing.email_client_settings :members: :undoc-members: :show-inheritance: -cpl_core.mailing.email\_client\_settings\_name\_enum ------------------------------------------------------- +cpl\_core.mailing.email\_client\_settings\_name\_enum module +------------------------------------------------------------ .. automodule:: cpl_core.mailing.email_client_settings_name_enum :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.mailing + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.pipes.rst.txt b/docs/build/html/_sources/cpl_core.pipes.rst.txt index 0a8bba4d..cc061b15 100644 --- a/docs/build/html/_sources/cpl_core.pipes.rst.txt +++ b/docs/build/html/_sources/cpl_core.pipes.rst.txt @@ -1,9 +1,10 @@ -cpl\_core.pipes +cpl\_core.pipes package ======================= +Submodules +---------- - -cpl\_core.pipes.bool\_pipe +cpl\_core.pipes.bool\_pipe module --------------------------------- .. automodule:: cpl_core.pipes.bool_pipe @@ -11,7 +12,7 @@ cpl\_core.pipes.bool\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.first\_char\_to\_lower\_pipe +cpl\_core.pipes.first\_char\_to\_lower\_pipe module --------------------------------------------------- .. automodule:: cpl_core.pipes.first_char_to_lower_pipe @@ -19,7 +20,7 @@ cpl\_core.pipes.first\_char\_to\_lower\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.first\_to\_upper\_pipe +cpl\_core.pipes.first\_to\_upper\_pipe module --------------------------------------------- .. automodule:: cpl_core.pipes.first_to_upper_pipe @@ -27,7 +28,7 @@ cpl\_core.pipes.first\_to\_upper\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.ip\_address\_pipe +cpl\_core.pipes.ip\_address\_pipe module ---------------------------------------- .. automodule:: cpl_core.pipes.ip_address_pipe @@ -35,7 +36,7 @@ cpl\_core.pipes.ip\_address\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.pipe\_abc +cpl\_core.pipes.pipe\_abc module -------------------------------- .. automodule:: cpl_core.pipes.pipe_abc @@ -43,7 +44,7 @@ cpl\_core.pipes.pipe\_abc :undoc-members: :show-inheritance: -cpl\_core.pipes.to\_camel\_case\_pipe +cpl\_core.pipes.to\_camel\_case\_pipe module -------------------------------------------- .. automodule:: cpl_core.pipes.to_camel_case_pipe @@ -51,7 +52,7 @@ cpl\_core.pipes.to\_camel\_case\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.to\_snake\_case\_pipe +cpl\_core.pipes.to\_snake\_case\_pipe module -------------------------------------------- .. automodule:: cpl_core.pipes.to_snake_case_pipe @@ -59,10 +60,18 @@ cpl\_core.pipes.to\_snake\_case\_pipe :undoc-members: :show-inheritance: -cpl\_core.pipes.version\_pipe +cpl\_core.pipes.version\_pipe module ------------------------------------ .. automodule:: cpl_core.pipes.version_pipe :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.pipes + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.rst.txt b/docs/build/html/_sources/cpl_core.rst.txt index e1e9b11a..f238136a 100644 --- a/docs/build/html/_sources/cpl_core.rst.txt +++ b/docs/build/html/_sources/cpl_core.rst.txt @@ -1,5 +1,5 @@ API reference -=========== +============= .. toctree:: :maxdepth: 4 @@ -15,3 +15,4 @@ API reference cpl_core.pipes cpl_core.time cpl_core.utils + diff --git a/docs/build/html/_sources/cpl_core.time.rst.txt b/docs/build/html/_sources/cpl_core.time.rst.txt index 7bbec704..4ecce6ec 100644 --- a/docs/build/html/_sources/cpl_core.time.rst.txt +++ b/docs/build/html/_sources/cpl_core.time.rst.txt @@ -1,18 +1,29 @@ -cpl_core.time -================ +cpl\_core.time package +====================== -cpl_core.time.time\_format\_settings --------------------------------------- +Submodules +---------- + +cpl\_core.time.time\_format\_settings module +-------------------------------------------- .. automodule:: cpl_core.time.time_format_settings :members: :undoc-members: :show-inheritance: -cpl_core.time.time\_format\_settings\_names\_enum ---------------------------------------------------- +cpl\_core.time.time\_format\_settings\_names\_enum module +--------------------------------------------------------- .. automodule:: cpl_core.time.time_format_settings_names_enum :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.time + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_core.utils.rst.txt b/docs/build/html/_sources/cpl_core.utils.rst.txt index 846071cb..6318a1de 100644 --- a/docs/build/html/_sources/cpl_core.utils.rst.txt +++ b/docs/build/html/_sources/cpl_core.utils.rst.txt @@ -1,26 +1,37 @@ -cpl_core.utils -================= +cpl\_core.utils package +======================= -cpl_core.utils.credential\_manager ------------------------------------- +Submodules +---------- + +cpl\_core.utils.credential\_manager module +------------------------------------------ .. automodule:: cpl_core.utils.credential_manager :members: :undoc-members: :show-inheritance: -cpl_core.utils.pip --------------------- +cpl\_core.utils.pip module +-------------------------- .. automodule:: cpl_core.utils.pip :members: :undoc-members: :show-inheritance: -cpl_core.utils.string ------------------------ +cpl\_core.utils.string module +----------------------------- .. automodule:: cpl_core.utils.string :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_core.utils + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.application.rst.txt b/docs/build/html/_sources/cpl_discord.application.rst.txt index ef077d22..3ce2c948 100644 --- a/docs/build/html/_sources/cpl_discord.application.rst.txt +++ b/docs/build/html/_sources/cpl_discord.application.rst.txt @@ -1,12 +1,21 @@ -cpl\_discord.application +cpl\_discord.application package ================================ +Submodules +---------- - -cpl\_discord.application.discord\_bot\_application\_abc +cpl\_discord.application.discord\_bot\_application\_abc module -------------------------------------------------------------- .. automodule:: cpl_discord.application.discord_bot_application_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.application + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.command.rst.txt b/docs/build/html/_sources/cpl_discord.command.rst.txt index 5f495733..ca0bb5a5 100644 --- a/docs/build/html/_sources/cpl_discord.command.rst.txt +++ b/docs/build/html/_sources/cpl_discord.command.rst.txt @@ -1,9 +1,10 @@ -cpl\_discord.command +cpl\_discord.command package ============================ +Submodules +---------- - -cpl\_discord.command.discord\_command\_abc +cpl\_discord.command.discord\_command\_abc module ------------------------------------------------- .. automodule:: cpl_discord.command.discord_command_abc @@ -11,10 +12,18 @@ cpl\_discord.command.discord\_command\_abc :undoc-members: :show-inheritance: -cpl\_discord.command.discord\_commands\_meta +cpl\_discord.command.discord\_commands\_meta module --------------------------------------------------- .. automodule:: cpl_discord.command.discord_commands_meta :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.command + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.configuration.rst.txt b/docs/build/html/_sources/cpl_discord.configuration.rst.txt index eb855d14..47cda9ed 100644 --- a/docs/build/html/_sources/cpl_discord.configuration.rst.txt +++ b/docs/build/html/_sources/cpl_discord.configuration.rst.txt @@ -1,12 +1,21 @@ -cpl\_discord.configuration +cpl\_discord.configuration package ================================== +Submodules +---------- - -cpl\_discord.configuration.discord\_bot\_settings +cpl\_discord.configuration.discord\_bot\_settings module -------------------------------------------------------- .. automodule:: cpl_discord.configuration.discord_bot_settings :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.configuration + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.container.rst.txt b/docs/build/html/_sources/cpl_discord.container.rst.txt index a47f50b1..44b70a52 100644 --- a/docs/build/html/_sources/cpl_discord.container.rst.txt +++ b/docs/build/html/_sources/cpl_discord.container.rst.txt @@ -1,9 +1,10 @@ -cpl\_discord.container +cpl\_discord.container package ============================== +Submodules +---------- - -cpl\_discord.container.category\_channel +cpl\_discord.container.category\_channel module ----------------------------------------------- .. automodule:: cpl_discord.container.category_channel @@ -11,7 +12,7 @@ cpl\_discord.container.category\_channel :undoc-members: :show-inheritance: -cpl\_discord.container.container +cpl\_discord.container.container module --------------------------------------- .. automodule:: cpl_discord.container.container @@ -19,7 +20,7 @@ cpl\_discord.container.container :undoc-members: :show-inheritance: -cpl\_discord.container.guild +cpl\_discord.container.guild module ----------------------------------- .. automodule:: cpl_discord.container.guild @@ -27,7 +28,7 @@ cpl\_discord.container.guild :undoc-members: :show-inheritance: -cpl\_discord.container.member +cpl\_discord.container.member module ------------------------------------ .. automodule:: cpl_discord.container.member @@ -35,7 +36,7 @@ cpl\_discord.container.member :undoc-members: :show-inheritance: -cpl\_discord.container.role +cpl\_discord.container.role module ---------------------------------- .. automodule:: cpl_discord.container.role @@ -43,7 +44,7 @@ cpl\_discord.container.role :undoc-members: :show-inheritance: -cpl\_discord.container.text\_channel +cpl\_discord.container.text\_channel module ------------------------------------------- .. automodule:: cpl_discord.container.text_channel @@ -51,7 +52,7 @@ cpl\_discord.container.text\_channel :undoc-members: :show-inheritance: -cpl\_discord.container.thread +cpl\_discord.container.thread module ------------------------------------ .. automodule:: cpl_discord.container.thread @@ -59,10 +60,18 @@ cpl\_discord.container.thread :undoc-members: :show-inheritance: -cpl\_discord.container.voice\_channel +cpl\_discord.container.voice\_channel module -------------------------------------------- .. automodule:: cpl_discord.container.voice_channel :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.container + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.events.rst.txt b/docs/build/html/_sources/cpl_discord.events.rst.txt index d26aa744..290111c1 100644 --- a/docs/build/html/_sources/cpl_discord.events.rst.txt +++ b/docs/build/html/_sources/cpl_discord.events.rst.txt @@ -1,9 +1,10 @@ -cpl\_discord.events +cpl\_discord.events package =========================== +Submodules +---------- - -cpl\_discord.events.on\_bulk\_message\_delete\_abc +cpl\_discord.events.on\_bulk\_message\_delete\_abc module --------------------------------------------------------- .. automodule:: cpl_discord.events.on_bulk_message_delete_abc @@ -11,7 +12,7 @@ cpl\_discord.events.on\_bulk\_message\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_command\_abc +cpl\_discord.events.on\_command\_abc module ------------------------------------------- .. automodule:: cpl_discord.events.on_command_abc @@ -19,7 +20,7 @@ cpl\_discord.events.on\_command\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_command\_completion\_abc +cpl\_discord.events.on\_command\_completion\_abc module ------------------------------------------------------- .. automodule:: cpl_discord.events.on_command_completion_abc @@ -27,7 +28,7 @@ cpl\_discord.events.on\_command\_completion\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_command\_error\_abc +cpl\_discord.events.on\_command\_error\_abc module -------------------------------------------------- .. automodule:: cpl_discord.events.on_command_error_abc @@ -35,7 +36,7 @@ cpl\_discord.events.on\_command\_error\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_connect\_abc +cpl\_discord.events.on\_connect\_abc module ------------------------------------------- .. automodule:: cpl_discord.events.on_connect_abc @@ -43,7 +44,7 @@ cpl\_discord.events.on\_connect\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_disconnect\_abc +cpl\_discord.events.on\_disconnect\_abc module ---------------------------------------------- .. automodule:: cpl_discord.events.on_disconnect_abc @@ -51,7 +52,7 @@ cpl\_discord.events.on\_disconnect\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_error\_abc +cpl\_discord.events.on\_error\_abc module ----------------------------------------- .. automodule:: cpl_discord.events.on_error_abc @@ -59,7 +60,7 @@ cpl\_discord.events.on\_error\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_group\_join\_abc +cpl\_discord.events.on\_group\_join\_abc module ----------------------------------------------- .. automodule:: cpl_discord.events.on_group_join_abc @@ -67,7 +68,7 @@ cpl\_discord.events.on\_group\_join\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_group\_remove\_abc +cpl\_discord.events.on\_group\_remove\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_group_remove_abc @@ -75,7 +76,7 @@ cpl\_discord.events.on\_group\_remove\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_available\_abc +cpl\_discord.events.on\_guild\_available\_abc module ---------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_available_abc @@ -83,7 +84,7 @@ cpl\_discord.events.on\_guild\_available\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_channel\_create\_abc +cpl\_discord.events.on\_guild\_channel\_create\_abc module ---------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_channel_create_abc @@ -91,7 +92,7 @@ cpl\_discord.events.on\_guild\_channel\_create\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_channel\_delete\_abc +cpl\_discord.events.on\_guild\_channel\_delete\_abc module ---------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_channel_delete_abc @@ -99,7 +100,7 @@ cpl\_discord.events.on\_guild\_channel\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc +cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc module ---------------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_channel_pins_update_abc @@ -107,7 +108,7 @@ cpl\_discord.events.on\_guild\_channel\_pins\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_channel\_update\_abc +cpl\_discord.events.on\_guild\_channel\_update\_abc module ---------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_channel_update_abc @@ -115,7 +116,7 @@ cpl\_discord.events.on\_guild\_channel\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_emojis\_update\_abc +cpl\_discord.events.on\_guild\_emojis\_update\_abc module --------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_emojis_update_abc @@ -123,7 +124,7 @@ cpl\_discord.events.on\_guild\_emojis\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_integrations\_update\_abc +cpl\_discord.events.on\_guild\_integrations\_update\_abc module --------------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_integrations_update_abc @@ -131,7 +132,7 @@ cpl\_discord.events.on\_guild\_integrations\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_join\_abc +cpl\_discord.events.on\_guild\_join\_abc module ----------------------------------------------- .. automodule:: cpl_discord.events.on_guild_join_abc @@ -139,7 +140,7 @@ cpl\_discord.events.on\_guild\_join\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_remove\_abc +cpl\_discord.events.on\_guild\_remove\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_remove_abc @@ -147,7 +148,7 @@ cpl\_discord.events.on\_guild\_remove\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_role\_create\_abc +cpl\_discord.events.on\_guild\_role\_create\_abc module ------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_role_create_abc @@ -155,7 +156,7 @@ cpl\_discord.events.on\_guild\_role\_create\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_role\_delete\_abc +cpl\_discord.events.on\_guild\_role\_delete\_abc module ------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_role_delete_abc @@ -163,7 +164,7 @@ cpl\_discord.events.on\_guild\_role\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_role\_update\_abc +cpl\_discord.events.on\_guild\_role\_update\_abc module ------------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_role_update_abc @@ -171,7 +172,7 @@ cpl\_discord.events.on\_guild\_role\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_unavailable\_abc +cpl\_discord.events.on\_guild\_unavailable\_abc module ------------------------------------------------------ .. automodule:: cpl_discord.events.on_guild_unavailable_abc @@ -179,7 +180,7 @@ cpl\_discord.events.on\_guild\_unavailable\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_guild\_update\_abc +cpl\_discord.events.on\_guild\_update\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_guild_update_abc @@ -187,7 +188,7 @@ cpl\_discord.events.on\_guild\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_invite\_create\_abc +cpl\_discord.events.on\_invite\_create\_abc module -------------------------------------------------- .. automodule:: cpl_discord.events.on_invite_create_abc @@ -195,7 +196,7 @@ cpl\_discord.events.on\_invite\_create\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_invite\_delete\_abc +cpl\_discord.events.on\_invite\_delete\_abc module -------------------------------------------------- .. automodule:: cpl_discord.events.on_invite_delete_abc @@ -203,7 +204,7 @@ cpl\_discord.events.on\_invite\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_member\_ban\_abc +cpl\_discord.events.on\_member\_ban\_abc module ----------------------------------------------- .. automodule:: cpl_discord.events.on_member_ban_abc @@ -211,7 +212,7 @@ cpl\_discord.events.on\_member\_ban\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_member\_join\_abc +cpl\_discord.events.on\_member\_join\_abc module ------------------------------------------------ .. automodule:: cpl_discord.events.on_member_join_abc @@ -219,7 +220,7 @@ cpl\_discord.events.on\_member\_join\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_member\_remove\_abc +cpl\_discord.events.on\_member\_remove\_abc module -------------------------------------------------- .. automodule:: cpl_discord.events.on_member_remove_abc @@ -227,7 +228,7 @@ cpl\_discord.events.on\_member\_remove\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_member\_unban\_abc +cpl\_discord.events.on\_member\_unban\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_member_unban_abc @@ -235,7 +236,7 @@ cpl\_discord.events.on\_member\_unban\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_member\_update\_abc +cpl\_discord.events.on\_member\_update\_abc module -------------------------------------------------- .. automodule:: cpl_discord.events.on_member_update_abc @@ -243,7 +244,7 @@ cpl\_discord.events.on\_member\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_message\_abc +cpl\_discord.events.on\_message\_abc module ------------------------------------------- .. automodule:: cpl_discord.events.on_message_abc @@ -251,7 +252,7 @@ cpl\_discord.events.on\_message\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_message\_delete\_abc +cpl\_discord.events.on\_message\_delete\_abc module --------------------------------------------------- .. automodule:: cpl_discord.events.on_message_delete_abc @@ -259,7 +260,7 @@ cpl\_discord.events.on\_message\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_message\_edit\_abc +cpl\_discord.events.on\_message\_edit\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_message_edit_abc @@ -267,7 +268,7 @@ cpl\_discord.events.on\_message\_edit\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_private\_channel\_create\_abc +cpl\_discord.events.on\_private\_channel\_create\_abc module ------------------------------------------------------------ .. automodule:: cpl_discord.events.on_private_channel_create_abc @@ -275,7 +276,7 @@ cpl\_discord.events.on\_private\_channel\_create\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_private\_channel\_delete\_abc +cpl\_discord.events.on\_private\_channel\_delete\_abc module ------------------------------------------------------------ .. automodule:: cpl_discord.events.on_private_channel_delete_abc @@ -283,7 +284,7 @@ cpl\_discord.events.on\_private\_channel\_delete\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_private\_channel\_pins\_update\_abc +cpl\_discord.events.on\_private\_channel\_pins\_update\_abc module ------------------------------------------------------------------ .. automodule:: cpl_discord.events.on_private_channel_pins_update_abc @@ -291,7 +292,7 @@ cpl\_discord.events.on\_private\_channel\_pins\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_private\_channel\_update\_abc +cpl\_discord.events.on\_private\_channel\_update\_abc module ------------------------------------------------------------ .. automodule:: cpl_discord.events.on_private_channel_update_abc @@ -299,7 +300,7 @@ cpl\_discord.events.on\_private\_channel\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_raw\_reaction\_add\_abc +cpl\_discord.events.on\_raw\_reaction\_add\_abc module ------------------------------------------------------ .. automodule:: cpl_discord.events.on_raw_reaction_add_abc @@ -307,7 +308,7 @@ cpl\_discord.events.on\_raw\_reaction\_add\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_raw\_reaction\_clear\_abc +cpl\_discord.events.on\_raw\_reaction\_clear\_abc module -------------------------------------------------------- .. automodule:: cpl_discord.events.on_raw_reaction_clear_abc @@ -315,7 +316,7 @@ cpl\_discord.events.on\_raw\_reaction\_clear\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc +cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc module --------------------------------------------------------------- .. automodule:: cpl_discord.events.on_raw_reaction_clear_emoji_abc @@ -323,7 +324,7 @@ cpl\_discord.events.on\_raw\_reaction\_clear\_emoji\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_raw\_reaction\_remove\_abc +cpl\_discord.events.on\_raw\_reaction\_remove\_abc module --------------------------------------------------------- .. automodule:: cpl_discord.events.on_raw_reaction_remove_abc @@ -331,7 +332,7 @@ cpl\_discord.events.on\_raw\_reaction\_remove\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_reaction\_add\_abc +cpl\_discord.events.on\_reaction\_add\_abc module ------------------------------------------------- .. automodule:: cpl_discord.events.on_reaction_add_abc @@ -339,7 +340,7 @@ cpl\_discord.events.on\_reaction\_add\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_reaction\_clear\_abc +cpl\_discord.events.on\_reaction\_clear\_abc module --------------------------------------------------- .. automodule:: cpl_discord.events.on_reaction_clear_abc @@ -347,7 +348,7 @@ cpl\_discord.events.on\_reaction\_clear\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_reaction\_clear\_emoji\_abc +cpl\_discord.events.on\_reaction\_clear\_emoji\_abc module ---------------------------------------------------------- .. automodule:: cpl_discord.events.on_reaction_clear_emoji_abc @@ -355,7 +356,7 @@ cpl\_discord.events.on\_reaction\_clear\_emoji\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_reaction\_remove\_abc +cpl\_discord.events.on\_reaction\_remove\_abc module ---------------------------------------------------- .. automodule:: cpl_discord.events.on_reaction_remove_abc @@ -363,7 +364,7 @@ cpl\_discord.events.on\_reaction\_remove\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_ready\_abc +cpl\_discord.events.on\_ready\_abc module ----------------------------------------- .. automodule:: cpl_discord.events.on_ready_abc @@ -371,7 +372,7 @@ cpl\_discord.events.on\_ready\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_resume\_abc +cpl\_discord.events.on\_resume\_abc module ------------------------------------------ .. automodule:: cpl_discord.events.on_resume_abc @@ -379,7 +380,7 @@ cpl\_discord.events.on\_resume\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_typing\_abc +cpl\_discord.events.on\_typing\_abc module ------------------------------------------ .. automodule:: cpl_discord.events.on_typing_abc @@ -387,7 +388,7 @@ cpl\_discord.events.on\_typing\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_user\_update\_abc +cpl\_discord.events.on\_user\_update\_abc module ------------------------------------------------ .. automodule:: cpl_discord.events.on_user_update_abc @@ -395,7 +396,7 @@ cpl\_discord.events.on\_user\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_voice\_state\_update\_abc +cpl\_discord.events.on\_voice\_state\_update\_abc module -------------------------------------------------------- .. automodule:: cpl_discord.events.on_voice_state_update_abc @@ -403,10 +404,18 @@ cpl\_discord.events.on\_voice\_state\_update\_abc :undoc-members: :show-inheritance: -cpl\_discord.events.on\_webhooks\_update\_abc +cpl\_discord.events.on\_webhooks\_update\_abc module ---------------------------------------------------- .. automodule:: cpl_discord.events.on_webhooks_update_abc :members: :undoc-members: - :show-inheritance: \ No newline at end of file + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.events + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.helper.rst.txt b/docs/build/html/_sources/cpl_discord.helper.rst.txt index 396b4c89..fab914ae 100644 --- a/docs/build/html/_sources/cpl_discord.helper.rst.txt +++ b/docs/build/html/_sources/cpl_discord.helper.rst.txt @@ -1,12 +1,21 @@ -cpl\_discord.helper +cpl\_discord.helper package =========================== +Submodules +---------- - -cpl\_discord.helper.to\_containers\_converter +cpl\_discord.helper.to\_containers\_converter module ---------------------------------------------------- .. automodule:: cpl_discord.helper.to_containers_converter :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.helper + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.rst.txt b/docs/build/html/_sources/cpl_discord.rst.txt index 5d10fb20..d777438b 100644 --- a/docs/build/html/_sources/cpl_discord.rst.txt +++ b/docs/build/html/_sources/cpl_discord.rst.txt @@ -1,6 +1,9 @@ -Discord reference +cpl\_discord package ==================== +Subpackages +----------- + .. toctree:: :maxdepth: 4 @@ -11,3 +14,22 @@ Discord reference cpl_discord.events cpl_discord.helper cpl_discord.service + +Submodules +---------- + +cpl\_discord.discord\_event\_types\_enum module +----------------------------------------------- + +.. automodule:: cpl_discord.discord_event_types_enum + :members: + :undoc-members: + :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_discord.service.rst.txt b/docs/build/html/_sources/cpl_discord.service.rst.txt index a6898292..13527b5b 100644 --- a/docs/build/html/_sources/cpl_discord.service.rst.txt +++ b/docs/build/html/_sources/cpl_discord.service.rst.txt @@ -1,9 +1,10 @@ -cpl\_discord.service +cpl\_discord.service package ============================ +Submodules +---------- - -cpl\_discord.service.command\_error\_handler\_service +cpl\_discord.service.command\_error\_handler\_service module ------------------------------------------------------------ .. automodule:: cpl_discord.service.command_error_handler_service @@ -11,7 +12,7 @@ cpl\_discord.service.command\_error\_handler\_service :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_bot\_service +cpl\_discord.service.discord\_bot\_service module ------------------------------------------------- .. automodule:: cpl_discord.service.discord_bot_service @@ -19,7 +20,7 @@ cpl\_discord.service.discord\_bot\_service :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_bot\_service\_abc +cpl\_discord.service.discord\_bot\_service\_abc module ------------------------------------------------------ .. automodule:: cpl_discord.service.discord_bot_service_abc @@ -27,7 +28,7 @@ cpl\_discord.service.discord\_bot\_service\_abc :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_collection +cpl\_discord.service.discord\_collection module ----------------------------------------------- .. automodule:: cpl_discord.service.discord_collection @@ -35,7 +36,7 @@ cpl\_discord.service.discord\_collection :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_collection\_abc +cpl\_discord.service.discord\_collection\_abc module ---------------------------------------------------- .. automodule:: cpl_discord.service.discord_collection_abc @@ -43,7 +44,7 @@ cpl\_discord.service.discord\_collection\_abc :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_service +cpl\_discord.service.discord\_service module -------------------------------------------- .. automodule:: cpl_discord.service.discord_service @@ -51,10 +52,18 @@ cpl\_discord.service.discord\_service :undoc-members: :show-inheritance: -cpl\_discord.service.discord\_service\_abc +cpl\_discord.service.discord\_service\_abc module ------------------------------------------------- .. automodule:: cpl_discord.service.discord_service_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_discord.service + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.base.rst.txt b/docs/build/html/_sources/cpl_query.base.rst.txt index 156985e5..34fc9962 100644 --- a/docs/build/html/_sources/cpl_query.base.rst.txt +++ b/docs/build/html/_sources/cpl_query.base.rst.txt @@ -1,9 +1,10 @@ -cpl\_query.base +cpl\_query.base package ======================= +Submodules +---------- - -cpl\_query.base.default\_lambda +cpl\_query.base.default\_lambda module -------------------------------------- .. automodule:: cpl_query.base.default_lambda @@ -11,7 +12,7 @@ cpl\_query.base.default\_lambda :undoc-members: :show-inheritance: -cpl\_query.base.ordered\_queryable +cpl\_query.base.ordered\_queryable module ----------------------------------------- .. automodule:: cpl_query.base.ordered_queryable @@ -19,7 +20,7 @@ cpl\_query.base.ordered\_queryable :undoc-members: :show-inheritance: -cpl\_query.base.ordered\_queryable\_abc +cpl\_query.base.ordered\_queryable\_abc module ---------------------------------------------- .. automodule:: cpl_query.base.ordered_queryable_abc @@ -27,7 +28,7 @@ cpl\_query.base.ordered\_queryable\_abc :undoc-members: :show-inheritance: -cpl\_query.base.queryable\_abc +cpl\_query.base.queryable\_abc module ------------------------------------- .. automodule:: cpl_query.base.queryable_abc @@ -35,18 +36,18 @@ cpl\_query.base.queryable\_abc :undoc-members: :show-inheritance: -cpl\_query.base.sequence\_abc ------------------------------------- +cpl\_query.base.sequence module +------------------------------- -.. automodule:: cpl_query.base.sequence_abc +.. automodule:: cpl_query.base.sequence :members: :undoc-members: :show-inheritance: -cpl\_query.base.sequence\_values ---------------------------------------- +Module contents +--------------- -.. automodule:: cpl_query.base.sequence_values +.. automodule:: cpl_query.base :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.enumerable.rst.txt b/docs/build/html/_sources/cpl_query.enumerable.rst.txt index 37e58add..6c4d6a18 100644 --- a/docs/build/html/_sources/cpl_query.enumerable.rst.txt +++ b/docs/build/html/_sources/cpl_query.enumerable.rst.txt @@ -1,9 +1,10 @@ -cpl\_query.enumerable +cpl\_query.enumerable package ============================= +Submodules +---------- - -cpl\_query.enumerable.enumerable +cpl\_query.enumerable.enumerable module --------------------------------------- .. automodule:: cpl_query.enumerable.enumerable @@ -11,10 +12,18 @@ cpl\_query.enumerable.enumerable :undoc-members: :show-inheritance: -cpl\_query.enumerable.enumerable\_abc +cpl\_query.enumerable.enumerable\_abc module -------------------------------------------- .. automodule:: cpl_query.enumerable.enumerable_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_query.enumerable + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.extension.rst.txt b/docs/build/html/_sources/cpl_query.extension.rst.txt index a0bba3e0..4579c6e1 100644 --- a/docs/build/html/_sources/cpl_query.extension.rst.txt +++ b/docs/build/html/_sources/cpl_query.extension.rst.txt @@ -1,12 +1,21 @@ -cpl\_query.extension +cpl\_query.extension package ============================ +Submodules +---------- - -cpl\_query.extension.list +cpl\_query.extension.list module -------------------------------- .. automodule:: cpl_query.extension.list :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_query.extension + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.iterable.rst.txt b/docs/build/html/_sources/cpl_query.iterable.rst.txt index 8a7bc919..07ea0c19 100644 --- a/docs/build/html/_sources/cpl_query.iterable.rst.txt +++ b/docs/build/html/_sources/cpl_query.iterable.rst.txt @@ -1,9 +1,10 @@ -cpl\_query.iterable +cpl\_query.iterable package =========================== +Submodules +---------- - -cpl\_query.iterable.iterable +cpl\_query.iterable.iterable module ----------------------------------- .. automodule:: cpl_query.iterable.iterable @@ -11,10 +12,18 @@ cpl\_query.iterable.iterable :undoc-members: :show-inheritance: -cpl\_query.iterable.iterable\_abc +cpl\_query.iterable.iterable\_abc module ---------------------------------------- .. automodule:: cpl_query.iterable.iterable_abc :members: :undoc-members: :show-inheritance: + +Module contents +--------------- + +.. automodule:: cpl_query.iterable + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/build/html/_sources/cpl_query.rst.txt b/docs/build/html/_sources/cpl_query.rst.txt index 5a362b26..5812cc73 100644 --- a/docs/build/html/_sources/cpl_query.rst.txt +++ b/docs/build/html/_sources/cpl_query.rst.txt @@ -1,10 +1,10 @@ Query reference -=========== +=============== .. toctree:: :maxdepth: 4 - cpl_query.base - cpl_query.enumerable - cpl_query.extension - cpl_query.iterable + cpl_query.base + cpl_query.enumerable + cpl_query.extension + cpl_query.iterable diff --git a/docs/build/html/_sources/introduction.md.txt b/docs/build/html/_sources/introduction.md.txt index fc9721da..33d31430 100644 --- a/docs/build/html/_sources/introduction.md.txt +++ b/docs/build/html/_sources/introduction.md.txt @@ -56,5 +56,5 @@ This CPL docs help you learn, understand and use the package. From your first ap - [Getting started](quickstart) - [Setup](setup) - [API Reference](cpl_core) -- [CLI Reference](cli.overview) +- [CLI Reference](cpl_cli.overview) - [Query Reference](cpl_query) diff --git a/docs/build/html/_sources/modules.rst.txt b/docs/build/html/_sources/modules.rst.txt index 5a411fa4..49bd8182 100644 --- a/docs/build/html/_sources/modules.rst.txt +++ b/docs/build/html/_sources/modules.rst.txt @@ -1,10 +1,9 @@ -cpl -=== +Packages +======== .. toctree:: :maxdepth: 4 - getting_started cpl_cli cpl_core cpl_discord diff --git a/docs/build/html/_sources/setup.md.txt b/docs/build/html/_sources/setup.md.txt index be16fa9b..1a953c69 100644 --- a/docs/build/html/_sources/setup.md.txt +++ b/docs/build/html/_sources/setup.md.txt @@ -104,8 +104,8 @@ Hello World ## What's next -- To learn more about the CPL CLI, see the [CLI Overview](cli.overview) -- Fore more informations about the Pyhton files generated by ```cpl new```, see [New Command](cli.new) +- To learn more about the CPL CLI, see the [CLI Overview](cpl_cli.overview) +- Fore more informations about the Pyhton files generated by ```cpl new```, see [New Command](cpl_cli.new) [pip-url]: https://pip.sh-edraft.de diff --git a/docs/build/html/contributing.html b/docs/build/html/contributing.html index 05c75b17..c74eb795 100644 --- a/docs/build/html/contributing.html +++ b/docs/build/html/contributing.html @@ -59,7 +59,7 @@
  • CLI reference
  • API reference
  • -
  • Discord reference
  • +
  • cpl_discord package
  • Query reference
  • Translation reference
  • @@ -127,7 +127,7 @@
  • Be sure that an issue describes the problem you’re fixing, or documents the design for the feature you’d like to add. Discussing the design upfront helps to ensure that we’re ready to accept your work.

  • Fork the sh-edraft.de/cpl repo.

  • In your forked repository, make your changes in a new git branch:

    -
    git checkout -b my-fix-branch master
    +
    git checkout -b my-fix-branch master
     
  • @@ -136,13 +136,13 @@
    1. Commit your changes.

      -
      git commit --all
      +
      git commit --all
       

      Note: the optional commit -a command line option will automatically “add” and “rm” edited files.

    2. Push your branch to the repository:

      -
      git push origin my-fix-branch
      +
      git push origin my-fix-branch
       
    3. @@ -158,8 +158,8 @@
      1. Make the required updates to the code.

      2. Create a fixup commit and push to your repository (this will update your Pull Request):

        -
        git commit --all --fixup HEAD
        -git push
        +
        git commit --all --fixup HEAD
        +git push
         
      3. diff --git a/docs/build/html/cli.add.html b/docs/build/html/cpl_cli.add.html similarity index 79% rename from docs/build/html/cli.add.html rename to docs/build/html/cpl_cli.add.html index 54bff940..1d45e0f8 100644 --- a/docs/build/html/cli.add.html +++ b/docs/build/html/cpl_cli.add.html @@ -19,8 +19,8 @@ - - + + @@ -43,7 +43,7 @@
      4. Getting started
      5. Contributing to CPL
      6. CLI reference
      7. API reference
      8. -
      9. Discord reference
      10. +
      11. cpl_discord package
      12. Query reference
      13. Translation reference
      14. @@ -87,7 +88,7 @@
      15. CLI reference »
      16. cpl add
      17. - View page source + View page source

      18. @@ -156,8 +157,8 @@ cpl A <source-project> <target-project>