diff --git a/docs/api/asgi.rst b/docs/api/asgi.rst index 94adfef5..951152e1 100644 --- a/docs/api/asgi.rst +++ b/docs/api/asgi.rst @@ -4,5 +4,5 @@ app Entry point for ASGI-compatible application. -.. automodule:: src.app.asgi +.. automodule:: app.asgi :members: diff --git a/docs/api/domain/accounts/controllers/access.rst b/docs/api/domain/accounts/controllers/access.rst index 661483df..8f446edd 100644 --- a/docs/api/domain/accounts/controllers/access.rst +++ b/docs/api/domain/accounts/controllers/access.rst @@ -4,5 +4,5 @@ access Controllers for the access routes for the accounts domain. -.. automodule:: src.app.domain.accounts.controllers.access +.. automodule:: app.domain.accounts.controllers.access :members: diff --git a/docs/api/domain/accounts/controllers/accounts.rst b/docs/api/domain/accounts/controllers/accounts.rst index 03933765..fe0be3ba 100644 --- a/docs/api/domain/accounts/controllers/accounts.rst +++ b/docs/api/domain/accounts/controllers/accounts.rst @@ -4,5 +4,5 @@ accounts Controllers for the accounts routes for the accounts domain. -.. automodule:: src.app.domain.accounts.controllers.accounts +.. automodule:: app.domain.accounts.controllers.accounts :members: diff --git a/docs/api/domain/accounts/dependencies.rst b/docs/api/domain/accounts/dependencies.rst index 84db89d3..cdebfdb7 100644 --- a/docs/api/domain/accounts/dependencies.rst +++ b/docs/api/domain/accounts/dependencies.rst @@ -4,5 +4,5 @@ dependencies Dependencies for the accounts domain. -.. automodule:: src.app.domain.accounts.dependencies +.. automodule:: app.domain.accounts.dependencies :members: diff --git a/docs/api/domain/accounts/dtos.rst b/docs/api/domain/accounts/dtos.rst index ab0740f8..316ed557 100644 --- a/docs/api/domain/accounts/dtos.rst +++ b/docs/api/domain/accounts/dtos.rst @@ -4,5 +4,5 @@ dtos DTOs for the accounts domain. -.. automodule:: src.app.domain.accounts.dtos +.. automodule:: app.domain.accounts.dtos :members: diff --git a/docs/api/domain/accounts/guards.rst b/docs/api/domain/accounts/guards.rst index 8cc667a9..699e09d3 100644 --- a/docs/api/domain/accounts/guards.rst +++ b/docs/api/domain/accounts/guards.rst @@ -4,5 +4,5 @@ guards Guards for the accounts domain. -.. automodule:: src.app.domain.accounts.guards +.. automodule:: app.domain.accounts.guards :members: diff --git a/docs/api/domain/accounts/models.rst b/docs/api/domain/accounts/models.rst index 1390b39c..ea1a797d 100644 --- a/docs/api/domain/accounts/models.rst +++ b/docs/api/domain/accounts/models.rst @@ -4,5 +4,5 @@ models Models for the accounts domain. -.. automodule:: src.app.domain.accounts.models +.. automodule:: app.domain.accounts.models :members: diff --git a/docs/api/domain/accounts/services.rst b/docs/api/domain/accounts/services.rst index 18ebf38a..f2e1b871 100644 --- a/docs/api/domain/accounts/services.rst +++ b/docs/api/domain/accounts/services.rst @@ -4,5 +4,5 @@ services Services for the accounts domain. -.. automodule:: src.app.domain.accounts.services +.. automodule:: app.domain.accounts.services :members: diff --git a/docs/api/domain/analytics/controllers.rst b/docs/api/domain/analytics/controllers.rst index 8cacebe9..96d84e6c 100644 --- a/docs/api/domain/analytics/controllers.rst +++ b/docs/api/domain/analytics/controllers.rst @@ -4,5 +4,5 @@ controllers Controllers for the analytics domain. -.. automodule:: src.app.domain.analytics.controllers +.. automodule:: app.domain.analytics.controllers :members: diff --git a/docs/api/domain/analytics/dependencies.rst b/docs/api/domain/analytics/dependencies.rst index aee20340..078e8a16 100644 --- a/docs/api/domain/analytics/dependencies.rst +++ b/docs/api/domain/analytics/dependencies.rst @@ -4,5 +4,5 @@ dependencies Dependencies for the analytics domain. -.. automodule:: src.app.domain.analytics.dependencies +.. automodule:: app.domain.analytics.dependencies :members: diff --git a/docs/api/domain/analytics/dtos.rst b/docs/api/domain/analytics/dtos.rst index ffcdf387..ad2e974a 100644 --- a/docs/api/domain/analytics/dtos.rst +++ b/docs/api/domain/analytics/dtos.rst @@ -4,5 +4,5 @@ dtos DTOs for the analytics domain. -.. automodule:: src.app.domain.analytics.dtos +.. automodule:: app.domain.analytics.dtos :members: diff --git a/docs/api/domain/analytics/queries.rst b/docs/api/domain/analytics/queries.rst index 2dad9027..b4f58a37 100644 --- a/docs/api/domain/analytics/queries.rst +++ b/docs/api/domain/analytics/queries.rst @@ -4,5 +4,5 @@ queries Queries for the analytics domain. -.. automodule:: src.app.domain.analytics.queries +.. automodule:: app.domain.analytics.queries :members: diff --git a/docs/api/domain/security.rst b/docs/api/domain/security.rst index 9039b9e8..0ba96a88 100644 --- a/docs/api/domain/security.rst +++ b/docs/api/domain/security.rst @@ -4,5 +4,5 @@ security Security helpers for use across the domain layer. -.. automodule:: src.app.domain.security +.. automodule:: app.domain.security :members: diff --git a/docs/api/domain/system/controllers.rst b/docs/api/domain/system/controllers.rst index e734dd35..e9d60c31 100644 --- a/docs/api/domain/system/controllers.rst +++ b/docs/api/domain/system/controllers.rst @@ -4,5 +4,5 @@ controllers Controllers for the application system. -.. automodule:: src.app.domain.system.controllers +.. automodule:: app.domain.system.controllers :members: diff --git a/docs/api/domain/system/dtos.rst b/docs/api/domain/system/dtos.rst index 62d56b21..8fa2c08a 100644 --- a/docs/api/domain/system/dtos.rst +++ b/docs/api/domain/system/dtos.rst @@ -4,5 +4,5 @@ dtos DTOs for the application system. -.. automodule:: src.app.domain.system.dtos +.. automodule:: app.domain.system.dtos :members: diff --git a/docs/api/domain/system/tasks.rst b/docs/api/domain/system/tasks.rst index 592c6a5e..3dcb7648 100644 --- a/docs/api/domain/system/tasks.rst +++ b/docs/api/domain/system/tasks.rst @@ -4,5 +4,5 @@ tasks Tasks for the application system. -.. automodule:: src.app.domain.system.tasks +.. automodule:: app.domain.system.tasks :members: diff --git a/docs/api/domain/tags/controllers.rst b/docs/api/domain/tags/controllers.rst index cfb4e68b..02c47f8f 100644 --- a/docs/api/domain/tags/controllers.rst +++ b/docs/api/domain/tags/controllers.rst @@ -4,5 +4,5 @@ controllers Controllers for the tags domain. -.. automodule:: src.app.domain.tags.controllers +.. automodule:: app.domain.tags.controllers :members: diff --git a/docs/api/domain/tags/dependencies.rst b/docs/api/domain/tags/dependencies.rst index e697848a..66765d00 100644 --- a/docs/api/domain/tags/dependencies.rst +++ b/docs/api/domain/tags/dependencies.rst @@ -4,5 +4,5 @@ dependencies Dependencies for the tags domain. -.. automodule:: src.app.domain.tags.dependencies +.. automodule:: app.domain.tags.dependencies :members: diff --git a/docs/api/domain/tags/dtos.rst b/docs/api/domain/tags/dtos.rst index 4ccfc966..f973684c 100644 --- a/docs/api/domain/tags/dtos.rst +++ b/docs/api/domain/tags/dtos.rst @@ -4,5 +4,5 @@ dtos DTOs for the tags domain. -.. automodule:: src.app.domain.tags.dtos +.. automodule:: app.domain.tags.dtos :members: diff --git a/docs/api/domain/tags/models.rst b/docs/api/domain/tags/models.rst index bab8d211..8d0955cf 100644 --- a/docs/api/domain/tags/models.rst +++ b/docs/api/domain/tags/models.rst @@ -4,5 +4,5 @@ models Models for the tags domain. -.. automodule:: src.app.domain.tags.models +.. automodule:: app.domain.tags.models :members: diff --git a/docs/api/domain/tags/services.rst b/docs/api/domain/tags/services.rst index f0fe514d..fae2a512 100644 --- a/docs/api/domain/tags/services.rst +++ b/docs/api/domain/tags/services.rst @@ -4,5 +4,5 @@ services Services for the tags domain. -.. automodule:: src.app.domain.tags.services +.. automodule:: app.domain.tags.services :members: diff --git a/docs/api/domain/teams/controllers/team_invitation.rst b/docs/api/domain/teams/controllers/team_invitation.rst index 64d26b40..2f068164 100644 --- a/docs/api/domain/teams/controllers/team_invitation.rst +++ b/docs/api/domain/teams/controllers/team_invitation.rst @@ -4,5 +4,5 @@ team invitation Controllers for the team invitiation routes for the teams domain. -.. automodule:: src.app.domain.teams.controllers.team_invitation +.. automodule:: app.domain.teams.controllers.team_invitation :members: diff --git a/docs/api/domain/teams/controllers/team_member.rst b/docs/api/domain/teams/controllers/team_member.rst index 0da94d1f..df88e4c5 100644 --- a/docs/api/domain/teams/controllers/team_member.rst +++ b/docs/api/domain/teams/controllers/team_member.rst @@ -4,5 +4,5 @@ team member Controllers for the team member routes for the teams domain. -.. automodule:: src.app.domain.teams.controllers.team_member +.. automodule:: app.domain.teams.controllers.team_member :members: diff --git a/docs/api/domain/teams/controllers/teams.rst b/docs/api/domain/teams/controllers/teams.rst index e4da41fc..31dfb195 100644 --- a/docs/api/domain/teams/controllers/teams.rst +++ b/docs/api/domain/teams/controllers/teams.rst @@ -4,5 +4,5 @@ teams Controllers for the teams routes for the teams domain. -.. automodule:: src.app.domain.teams.controllers.teams +.. automodule:: app.domain.teams.controllers.teams :members: diff --git a/docs/api/domain/teams/dependencies.rst b/docs/api/domain/teams/dependencies.rst index 5185e4d5..f3f35526 100644 --- a/docs/api/domain/teams/dependencies.rst +++ b/docs/api/domain/teams/dependencies.rst @@ -4,5 +4,5 @@ dependencies Dependencies for the teams domain. -.. automodule:: src.app.domain.teams.dependencies +.. automodule:: app.domain.teams.dependencies :members: diff --git a/docs/api/domain/teams/dtos.rst b/docs/api/domain/teams/dtos.rst index b6fefd56..dff8ea41 100644 --- a/docs/api/domain/teams/dtos.rst +++ b/docs/api/domain/teams/dtos.rst @@ -4,5 +4,5 @@ dtos DTOs for the teams domain. -.. automodule:: src.app.domain.teams.dtos +.. automodule:: app.domain.teams.dtos :members: diff --git a/docs/api/domain/teams/guards.rst b/docs/api/domain/teams/guards.rst index fcddb7ab..864253ed 100644 --- a/docs/api/domain/teams/guards.rst +++ b/docs/api/domain/teams/guards.rst @@ -4,5 +4,5 @@ guards Guards for the teams domain. -.. automodule:: src.app.domain.teams.guards +.. automodule:: app.domain.teams.guards :members: diff --git a/docs/api/domain/teams/models.rst b/docs/api/domain/teams/models.rst index 91523d83..b862d34a 100644 --- a/docs/api/domain/teams/models.rst +++ b/docs/api/domain/teams/models.rst @@ -4,5 +4,5 @@ models Models for the teams domain. -.. automodule:: src.app.domain.teams.models +.. automodule:: app.domain.teams.models :members: diff --git a/docs/api/domain/teams/services.rst b/docs/api/domain/teams/services.rst index c6bd1dd7..84e0a8c2 100644 --- a/docs/api/domain/teams/services.rst +++ b/docs/api/domain/teams/services.rst @@ -4,5 +4,5 @@ services Services for the teams domain. -.. automodule:: src.app.domain.teams.services +.. automodule:: app.domain.teams.services :members: diff --git a/docs/api/domain/urls.rst b/docs/api/domain/urls.rst index aa808f9f..efbf44be 100644 --- a/docs/api/domain/urls.rst +++ b/docs/api/domain/urls.rst @@ -4,5 +4,5 @@ urls URL patterns for the app. -.. automodule:: src.app.domain.urls +.. automodule:: app.domain.urls :members: diff --git a/docs/api/domain/web/controllers.rst b/docs/api/domain/web/controllers.rst index 57367371..2b645f46 100644 --- a/docs/api/domain/web/controllers.rst +++ b/docs/api/domain/web/controllers.rst @@ -4,5 +4,5 @@ controllers Controllers for the application web interface. -.. automodule:: src.app.domain.web.controllers +.. automodule:: app.domain.web.controllers :members: diff --git a/docs/api/lib/cache.rst b/docs/api/lib/cache.rst index 73322736..ad681942 100644 --- a/docs/api/lib/cache.rst +++ b/docs/api/lib/cache.rst @@ -4,5 +4,5 @@ cache Application cache configuration -.. automodule:: src.app.lib.cache +.. automodule:: app.lib.cache :members: diff --git a/docs/api/lib/compression.rst b/docs/api/lib/compression.rst index be724282..d4346214 100644 --- a/docs/api/lib/compression.rst +++ b/docs/api/lib/compression.rst @@ -4,5 +4,5 @@ compression Application compression configuration -.. automodule:: src.app.lib.compression +.. automodule:: app.lib.compression :members: diff --git a/docs/api/lib/constants.rst b/docs/api/lib/constants.rst index ddb0d9f1..5bb33db1 100644 --- a/docs/api/lib/constants.rst +++ b/docs/api/lib/constants.rst @@ -4,5 +4,5 @@ constants Application constants -.. automodule:: src.app.lib.constants +.. automodule:: app.lib.constants :members: diff --git a/docs/api/lib/cors.rst b/docs/api/lib/cors.rst index 6a7b56bb..c8f069ac 100644 --- a/docs/api/lib/cors.rst +++ b/docs/api/lib/cors.rst @@ -4,5 +4,5 @@ cors CORS config -.. automodule:: src.app.lib.cors +.. automodule:: app.lib.cors :members: diff --git a/docs/api/lib/crypt.rst b/docs/api/lib/crypt.rst index ebc2c57f..d6e0c851 100644 --- a/docs/api/lib/crypt.rst +++ b/docs/api/lib/crypt.rst @@ -4,5 +4,5 @@ crypt Application cryptography configuration -.. automodule:: src.app.lib.crypt +.. automodule:: app.lib.crypt :members: diff --git a/docs/api/lib/csrf.rst b/docs/api/lib/csrf.rst index 70ba3044..7988fb04 100644 --- a/docs/api/lib/csrf.rst +++ b/docs/api/lib/csrf.rst @@ -4,5 +4,5 @@ csrf Application CSFR configuration -.. automodule:: src.app.lib.csrf +.. automodule:: app.lib.csrf :members: diff --git a/docs/api/lib/db/base.rst b/docs/api/lib/db/base.rst index a450f65a..30b139c3 100644 --- a/docs/api/lib/db/base.rst +++ b/docs/api/lib/db/base.rst @@ -4,5 +4,5 @@ base Application database base configuration -.. automodule:: src.app.lib.db.base +.. automodule:: app.lib.db.base :members: diff --git a/docs/api/lib/db/orm.rst b/docs/api/lib/db/orm.rst index 7646ba26..1f69322e 100644 --- a/docs/api/lib/db/orm.rst +++ b/docs/api/lib/db/orm.rst @@ -4,5 +4,5 @@ orm Application database ORM configuration -.. automodule:: src.app.lib.db.orm +.. automodule:: app.lib.db.orm :members: diff --git a/docs/api/lib/db/utils.rst b/docs/api/lib/db/utils.rst index 8e8e09f7..ea54bc87 100644 --- a/docs/api/lib/db/utils.rst +++ b/docs/api/lib/db/utils.rst @@ -4,5 +4,5 @@ utils Application database utilities -.. automodule:: src.app.lib.db.utils +.. automodule:: app.lib.db.utils :members: diff --git a/docs/api/lib/dependencies.rst b/docs/api/lib/dependencies.rst index faa85df0..5c10faa7 100644 --- a/docs/api/lib/dependencies.rst +++ b/docs/api/lib/dependencies.rst @@ -4,5 +4,5 @@ dependencies Application dependency layer -.. automodule:: src.app.lib.dependencies +.. automodule:: app.lib.dependencies :members: diff --git a/docs/api/lib/dto.rst b/docs/api/lib/dto.rst index 1e0f96e8..5a125ae1 100644 --- a/docs/api/lib/dto.rst +++ b/docs/api/lib/dto.rst @@ -4,5 +4,5 @@ dto Application DTO configuration -.. automodule:: src.app.lib.dto +.. automodule:: app.lib.dto :members: diff --git a/docs/api/lib/exceptions.rst b/docs/api/lib/exceptions.rst index 6a147580..a33bb7d5 100644 --- a/docs/api/lib/exceptions.rst +++ b/docs/api/lib/exceptions.rst @@ -4,5 +4,5 @@ exceptions Application exceptions -.. automodule:: src.app.lib.exceptions +.. automodule:: app.lib.exceptions :members: diff --git a/docs/api/lib/log/controller.rst b/docs/api/lib/log/controller.rst index 75206121..84eae0a6 100644 --- a/docs/api/lib/log/controller.rst +++ b/docs/api/lib/log/controller.rst @@ -4,6 +4,6 @@ controller Log config for the controllers -.. automodule:: src.app.lib.log.controller +.. automodule:: app.lib.log.controller :members: :noindex: diff --git a/docs/api/lib/log/init.rst b/docs/api/lib/log/init.rst index 7bbc8dfb..a0a7b3bb 100644 --- a/docs/api/lib/log/init.rst +++ b/docs/api/lib/log/init.rst @@ -4,6 +4,6 @@ init Log initialization -.. automodule:: src.app.lib.log.__init__ +.. automodule:: app.lib.log.__init__ :members: :noindex: diff --git a/docs/api/lib/log/utils.rst b/docs/api/lib/log/utils.rst index 966255e3..0db9d104 100644 --- a/docs/api/lib/log/utils.rst +++ b/docs/api/lib/log/utils.rst @@ -4,6 +4,6 @@ utils Log utils -.. automodule:: src.app.lib.log.utils +.. automodule:: app.lib.log.utils :members: :noindex: diff --git a/docs/api/lib/log/worker.rst b/docs/api/lib/log/worker.rst index 9dd6cd56..eae1fcbb 100644 --- a/docs/api/lib/log/worker.rst +++ b/docs/api/lib/log/worker.rst @@ -4,6 +4,6 @@ worker Log config for the worker queue -.. automodule:: src.app.lib.log.worker +.. automodule:: app.lib.log.worker :members: :noindex: diff --git a/docs/api/lib/openapi.rst b/docs/api/lib/openapi.rst index 8f664ec5..e990098a 100644 --- a/docs/api/lib/openapi.rst +++ b/docs/api/lib/openapi.rst @@ -4,5 +4,5 @@ openapi OpenAPI config -.. automodule:: src.app.domain.openapi +.. automodule:: app.domain.openapi :members: diff --git a/docs/api/lib/repository.rst b/docs/api/lib/repository.rst index 1c2b7482..69f702ae 100644 --- a/docs/api/lib/repository.rst +++ b/docs/api/lib/repository.rst @@ -4,5 +4,5 @@ repository Application repository layer -.. automodule:: src.app.lib.repository +.. automodule:: app.lib.repository :members: diff --git a/docs/api/lib/serialization.rst b/docs/api/lib/serialization.rst index ae9ffa64..97016848 100644 --- a/docs/api/lib/serialization.rst +++ b/docs/api/lib/serialization.rst @@ -4,5 +4,5 @@ serialization Application serialization utilities. -.. automodule:: src.app.lib.serialization +.. automodule:: app.lib.serialization :members: diff --git a/docs/api/lib/service.rst b/docs/api/lib/service.rst index d0c19e85..a6bfc661 100644 --- a/docs/api/lib/service.rst +++ b/docs/api/lib/service.rst @@ -4,5 +4,5 @@ service Application service layer -.. automodule:: src.app.lib.service +.. automodule:: app.lib.service :members: diff --git a/docs/api/lib/settings.rst b/docs/api/lib/settings.rst index 8550db71..1ab604b8 100644 --- a/docs/api/lib/settings.rst +++ b/docs/api/lib/settings.rst @@ -4,5 +4,5 @@ settings Application settings -.. automodule:: src.app.lib.settings +.. automodule:: app.lib.settings :members: diff --git a/docs/api/lib/static_files.rst b/docs/api/lib/static_files.rst index 7a5bd914..da2c8359 100644 --- a/docs/api/lib/static_files.rst +++ b/docs/api/lib/static_files.rst @@ -4,5 +4,5 @@ static files Static file config -.. automodule:: src.app.lib.static_files +.. automodule:: app.lib.static_files :members: diff --git a/docs/api/utils.rst b/docs/api/utils.rst index 5884013b..054b7841 100644 --- a/docs/api/utils.rst +++ b/docs/api/utils.rst @@ -4,5 +4,5 @@ utils Shared utilities for the application. -.. automodule:: src.app.utils +.. automodule:: app.utils :members: