diff --git a/app/core/models/audit.py b/app/core/models/audit.py index bf2df7e8..5d376e4f 100644 --- a/app/core/models/audit.py +++ b/app/core/models/audit.py @@ -22,10 +22,6 @@ class CenturionAudit( This model is responsible for recording change to a model. The saving of model history is via the `delete` and `save` signals - - Args: - CenturionModel (_type_): Centurion Model attributes, functions and method - TenancyObject (_type_): Centurion Tenancy Abstract model. """ _audit_enabled: bool = False diff --git a/docs/projects/centurion_erp/development/api/models/audit_history.md b/docs/projects/centurion_erp/development/api/models/audit_history.md new file mode 100644 index 00000000..54bc89fb --- /dev/null +++ b/docs/projects/centurion_erp/development/api/models/audit_history.md @@ -0,0 +1,14 @@ +--- +title: Centurion Audit Model +description: No Fuss Computings Centurion ERP Centurion Audit model documentation. +date: 2025-05-29 +template: project.html +about: https://github.com/nofusscomputing/centurion_erp +--- + +This model is the base model Audit model within Centurion ERP + +::: app.core.models.audit.CenturionAudit + options: + inherited_members: true + heading_level: 2 diff --git a/mkdocs.yml b/mkdocs.yml index 50732890..c9ac40bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,14 +27,17 @@ plugins: members_order: alphabetical paths: [ '.' ] parameter_headings: false + separate_signature: true + show_bases: true show_category_heading: true show_if_no_docstring: true show_labels: false show_object_full_path: false + show_overloads: true show_root_heading: false show_root_full_path: true show_root_toc_entry: false - show_signature_annotations: false + show_signature_annotations: true show_source: false show_submodules: true summary: true @@ -79,6 +82,8 @@ nav: - projects/centurion_erp/development/api/index.md + - projects/centurion_erp/development/api/models/audit_history.md + - projects/centurion_erp/development/api/models/centurion.md - projects/centurion_erp/development/api/models/centurion_sub.md diff --git a/website-template b/website-template index 8735f623..aed23768 160000 --- a/website-template +++ b/website-template @@ -1 +1 @@ -Subproject commit 8735f623dc5e1d9c9e46e50db03b4c41cb3d1efd +Subproject commit aed23768472c486d53b8a5cf581328e7603d78e8