Skip to content

Commit

Permalink
fix(docs): use the correct import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Nov 24, 2023
1 parent 00910fa commit aabd6bb
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion docs/api/asgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ app

Entry point for ASGI-compatible application.

.. automodule:: src.app.asgi
.. automodule:: app.asgi
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/controllers/access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/controllers/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies

Dependencies for the accounts domain.

.. automodule:: src.app.domain.accounts.dependencies
.. automodule:: app.domain.accounts.dependencies
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/dtos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dtos

DTOs for the accounts domain.

.. automodule:: src.app.domain.accounts.dtos
.. automodule:: app.domain.accounts.dtos
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/guards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ guards

Guards for the accounts domain.

.. automodule:: src.app.domain.accounts.guards
.. automodule:: app.domain.accounts.guards
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ models

Models for the accounts domain.

.. automodule:: src.app.domain.accounts.models
.. automodule:: app.domain.accounts.models
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/accounts/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services

Services for the accounts domain.

.. automodule:: src.app.domain.accounts.services
.. automodule:: app.domain.accounts.services
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/analytics/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ controllers

Controllers for the analytics domain.

.. automodule:: src.app.domain.analytics.controllers
.. automodule:: app.domain.analytics.controllers
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/analytics/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies

Dependencies for the analytics domain.

.. automodule:: src.app.domain.analytics.dependencies
.. automodule:: app.domain.analytics.dependencies
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/analytics/dtos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dtos

DTOs for the analytics domain.

.. automodule:: src.app.domain.analytics.dtos
.. automodule:: app.domain.analytics.dtos
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/analytics/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ queries

Queries for the analytics domain.

.. automodule:: src.app.domain.analytics.queries
.. automodule:: app.domain.analytics.queries
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ security

Security helpers for use across the domain layer.

.. automodule:: src.app.domain.security
.. automodule:: app.domain.security
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/system/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ controllers

Controllers for the application system.

.. automodule:: src.app.domain.system.controllers
.. automodule:: app.domain.system.controllers
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/system/dtos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dtos

DTOs for the application system.

.. automodule:: src.app.domain.system.dtos
.. automodule:: app.domain.system.dtos
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/system/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ tasks

Tasks for the application system.

.. automodule:: src.app.domain.system.tasks
.. automodule:: app.domain.system.tasks
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/tags/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ controllers

Controllers for the tags domain.

.. automodule:: src.app.domain.tags.controllers
.. automodule:: app.domain.tags.controllers
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/tags/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies

Dependencies for the tags domain.

.. automodule:: src.app.domain.tags.dependencies
.. automodule:: app.domain.tags.dependencies
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/tags/dtos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dtos

DTOs for the tags domain.

.. automodule:: src.app.domain.tags.dtos
.. automodule:: app.domain.tags.dtos
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/tags/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ models

Models for the tags domain.

.. automodule:: src.app.domain.tags.models
.. automodule:: app.domain.tags.models
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/tags/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services

Services for the tags domain.

.. automodule:: src.app.domain.tags.services
.. automodule:: app.domain.tags.services
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/controllers/team_invitation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/controllers/team_member.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/controllers/teams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies

Dependencies for the teams domain.

.. automodule:: src.app.domain.teams.dependencies
.. automodule:: app.domain.teams.dependencies
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/dtos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dtos

DTOs for the teams domain.

.. automodule:: src.app.domain.teams.dtos
.. automodule:: app.domain.teams.dtos
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/guards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ guards

Guards for the teams domain.

.. automodule:: src.app.domain.teams.guards
.. automodule:: app.domain.teams.guards
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ models

Models for the teams domain.

.. automodule:: src.app.domain.teams.models
.. automodule:: app.domain.teams.models
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/teams/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services

Services for the teams domain.

.. automodule:: src.app.domain.teams.services
.. automodule:: app.domain.teams.services
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/urls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ urls

URL patterns for the app.

.. automodule:: src.app.domain.urls
.. automodule:: app.domain.urls
:members:
2 changes: 1 addition & 1 deletion docs/api/domain/web/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ controllers

Controllers for the application web interface.

.. automodule:: src.app.domain.web.controllers
.. automodule:: app.domain.web.controllers
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ cache

Application cache configuration

.. automodule:: src.app.lib.cache
.. automodule:: app.lib.cache
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/compression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ compression

Application compression configuration

.. automodule:: src.app.lib.compression
.. automodule:: app.lib.compression
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ constants

Application constants

.. automodule:: src.app.lib.constants
.. automodule:: app.lib.constants
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/cors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ cors

CORS config

.. automodule:: src.app.lib.cors
.. automodule:: app.lib.cors
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/crypt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ crypt

Application cryptography configuration

.. automodule:: src.app.lib.crypt
.. automodule:: app.lib.crypt
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/csrf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ csrf

Application CSFR configuration

.. automodule:: src.app.lib.csrf
.. automodule:: app.lib.csrf
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/db/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ base

Application database base configuration

.. automodule:: src.app.lib.db.base
.. automodule:: app.lib.db.base
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/db/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ orm

Application database ORM configuration

.. automodule:: src.app.lib.db.orm
.. automodule:: app.lib.db.orm
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/db/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ utils

Application database utilities

.. automodule:: src.app.lib.db.utils
.. automodule:: app.lib.db.utils
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies

Application dependency layer

.. automodule:: src.app.lib.dependencies
.. automodule:: app.lib.dependencies
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/dto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dto

Application DTO configuration

.. automodule:: src.app.lib.dto
.. automodule:: app.lib.dto
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ exceptions

Application exceptions

.. automodule:: src.app.lib.exceptions
.. automodule:: app.lib.exceptions
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/log/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ controller

Log config for the controllers

.. automodule:: src.app.lib.log.controller
.. automodule:: app.lib.log.controller
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/api/lib/log/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ init

Log initialization

.. automodule:: src.app.lib.log.__init__
.. automodule:: app.lib.log.__init__
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/api/lib/log/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ utils

Log utils

.. automodule:: src.app.lib.log.utils
.. automodule:: app.lib.log.utils
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/api/lib/log/worker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ worker

Log config for the worker queue

.. automodule:: src.app.lib.log.worker
.. automodule:: app.lib.log.worker
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/api/lib/openapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ openapi

OpenAPI config

.. automodule:: src.app.domain.openapi
.. automodule:: app.domain.openapi
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/repository.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ repository

Application repository layer

.. automodule:: src.app.lib.repository
.. automodule:: app.lib.repository
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ serialization

Application serialization utilities.

.. automodule:: src.app.lib.serialization
.. automodule:: app.lib.serialization
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ service

Application service layer

.. automodule:: src.app.lib.service
.. automodule:: app.lib.service
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ settings

Application settings

.. automodule:: src.app.lib.settings
.. automodule:: app.lib.settings
:members:
2 changes: 1 addition & 1 deletion docs/api/lib/static_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ static files

Static file config

.. automodule:: src.app.lib.static_files
.. automodule:: app.lib.static_files
:members:
2 changes: 1 addition & 1 deletion docs/api/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ utils

Shared utilities for the application.

.. automodule:: src.app.utils
.. automodule:: app.utils
:members:

0 comments on commit aabd6bb

Please sign in to comment.