- Add Gitea Actions workflow to build and deploy docs on push to main - Generate Sphinx reference documentation for all apps and modules - Deploy versioned and latest docs via rsync over SSH
35 lines
457 B
ReStructuredText
35 lines
457 B
ReStructuredText
library package
|
|
===============
|
|
|
|
.. automodule:: library
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
library.api
|
|
library.management
|
|
library.services
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
library.admin
|
|
library.apps
|
|
library.content_types
|
|
library.forms
|
|
library.metrics
|
|
library.models
|
|
library.tasks
|
|
library.urls
|
|
library.utils
|
|
library.views
|