feat: add native table for Animal Types; import from farmOS API
This commit is contained in:
parent
09042747a0
commit
4a517bf7bf
23 changed files with 786 additions and 12 deletions
6
docs/api/wuttafarm.cli.base.rst
Normal file
6
docs/api/wuttafarm.cli.base.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttafarm.cli.base``
|
||||
======================
|
||||
|
||||
.. automodule:: wuttafarm.cli.base
|
||||
:members:
|
||||
6
docs/api/wuttafarm.cli.import_farmos.rst
Normal file
6
docs/api/wuttafarm.cli.import_farmos.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttafarm.cli.import_farmos``
|
||||
===============================
|
||||
|
||||
.. automodule:: wuttafarm.cli.import_farmos
|
||||
:members:
|
||||
6
docs/api/wuttafarm.cli.install.rst
Normal file
6
docs/api/wuttafarm.cli.install.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttafarm.cli.install``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttafarm.cli.install
|
||||
:members:
|
||||
6
docs/api/wuttafarm.importing.farmos.rst
Normal file
6
docs/api/wuttafarm.importing.farmos.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttafarm.importing.farmos``
|
||||
==============================
|
||||
|
||||
.. automodule:: wuttafarm.importing.farmos
|
||||
:members:
|
||||
6
docs/api/wuttafarm.importing.rst
Normal file
6
docs/api/wuttafarm.importing.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttafarm.importing``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttafarm.importing
|
||||
:members:
|
||||
|
|
@ -8,9 +8,6 @@ and extend `farmOS`_.
|
|||
.. _WuttaWeb: https://wuttaproject.org
|
||||
.. _farmOS: https://farmos.org
|
||||
|
||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||
:target: https://github.com/psf/black
|
||||
|
||||
It is just an experiment so far; the ideas I hope to play with
|
||||
include:
|
||||
|
||||
|
|
@ -19,6 +16,9 @@ include:
|
|||
- possibly add more schema / extra features
|
||||
- possibly sync data back to farmOS
|
||||
|
||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||
:target: https://github.com/psf/black
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
@ -37,11 +37,16 @@ include:
|
|||
api/wuttafarm.app
|
||||
api/wuttafarm.auth
|
||||
api/wuttafarm.cli
|
||||
api/wuttafarm.cli.base
|
||||
api/wuttafarm.cli.import_farmos
|
||||
api/wuttafarm.cli.install
|
||||
api/wuttafarm.config
|
||||
api/wuttafarm.db
|
||||
api/wuttafarm.db.model
|
||||
api/wuttafarm.farmos
|
||||
api/wuttafarm.farmos.handler
|
||||
api/wuttafarm.importing
|
||||
api/wuttafarm.importing.farmos
|
||||
api/wuttafarm.install
|
||||
api/wuttafarm.web
|
||||
api/wuttafarm.web.app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue