fix: add basic support for wutta-continuum data versioning/history
not much "support" per se in here, mostly some stubs to allow for smooth operation if/when it is installed
This commit is contained in:
parent
7002986cb7
commit
2fa82bee8c
8 changed files with 72 additions and 23 deletions
|
@ -35,6 +35,7 @@ intersphinx_mapping = {
|
|||
'rattail': ('https://rattailproject.org/docs/rattail/', None),
|
||||
'rattail-manual': ('https://rattailproject.org/docs/rattail-manual/', None),
|
||||
'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None),
|
||||
'wutta-continuum': ('https://rattailproject.org/docs/wutta-continuum/', None),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -2,18 +2,12 @@
|
|||
WuttJamaican
|
||||
============
|
||||
|
||||
This package provides a "base layer" for custom apps, regardless of
|
||||
environment/platform:
|
||||
This package aims to provide a "base layer" for apps regardless of
|
||||
platform or environment (console, web, GUI).
|
||||
|
||||
* console
|
||||
* web
|
||||
* GUI
|
||||
|
||||
It mostly is a distillation of certain patterns developed within the
|
||||
`Rattail Project`_, which are deemed generally useful. (At least,
|
||||
according to the author.) It roughly corresponds to the "base layer"
|
||||
as described in the Rattail Manual (see
|
||||
:doc:`rattail-manual:base/index`).
|
||||
It comes from patterns developed within the `Rattail Project`_, and
|
||||
roughly corresponds with the "base and data layers" as described in
|
||||
:doc:`rattail-manual:index`.
|
||||
|
||||
.. _Rattail Project: https://rattailproject.org/
|
||||
|
||||
|
@ -22,9 +16,6 @@ project.
|
|||
|
||||
.. _test coverage: https://buildbot.rattailproject.org/coverage/wuttjamaican/
|
||||
|
||||
Rattail is still the main use case so far, and will be refactored
|
||||
along the way to incorporate what this package has to offer.
|
||||
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@ -35,6 +26,11 @@ Features
|
|||
|
||||
.. _SQLAlchemy: https://www.sqlalchemy.org
|
||||
|
||||
See also these projects which build on WuttJamaican:
|
||||
|
||||
* :doc:`wutta-continuum:index`
|
||||
* `WuttaWeb <https://rattailproject.org/docs/wuttaweb/>`_
|
||||
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue