Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
deploy: 1d59744
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaoC committed Aug 16, 2024
1 parent 2d133c6 commit 895ec15
Show file tree
Hide file tree
Showing 27 changed files with 4,055 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5fe80329f29303be4393bcc04a35ca23
tags: 645f666f9bcd5a90fca523b33c5a78b7
45 changes: 45 additions & 0 deletions _sources/generated/models.pose_detection.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
models.pose\_detection package
==============================

Submodules
----------

models.pose\_detection.camera module
------------------------------------

.. automodule:: models.pose_detection.camera
:members:
:undoc-members:
:show-inheritance:

models.pose\_detection.classification module
--------------------------------------------

.. automodule:: models.pose_detection.classification
:members:
:undoc-members:
:show-inheritance:

models.pose\_detection.landmarking module
-----------------------------------------

.. automodule:: models.pose_detection.landmarking
:members:
:undoc-members:
:show-inheritance:

models.pose\_detection.routines module
--------------------------------------

.. automodule:: models.pose_detection.routines
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.pose_detection
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions _sources/generated/models.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
models package
==============

Subpackages
-----------

.. toctree::
:maxdepth: 4

models.pose_detection

Module contents
---------------

.. automodule:: models
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions _sources/generated/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
client
======

.. toctree::
:maxdepth: 4

models
20 changes: 20 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. sitting-desktop-garden documentation master file, created by
sphinx-quickstart on Fri Aug 16 11:14:38 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Sitting Desktop Garden Documentation
====================================

this is a description

.. toctree::
:maxdepth: 2
:caption: Contents:

Contents
--------

.. toctree::

generated/modules
Loading

0 comments on commit 895ec15

Please sign in to comment.