Final grid refactor; we now have just 'grids' :)
this also removes some old UI stuff for the first attempt at continuum versioning..among other cruft
This commit is contained in:
parent
52c7f485ab
commit
c57e2e17cc
61 changed files with 179 additions and 1590 deletions
6
docs/api/grids.rst
Normal file
6
docs/api/grids.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``tailbone.grids``
|
||||
==================
|
||||
|
||||
.. automodule:: tailbone.grids
|
||||
:members:
|
|
@ -1,10 +0,0 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
``tailbone.newgrids``
|
||||
=====================
|
||||
|
||||
.. automodule:: tailbone.newgrids
|
||||
:members:
|
||||
|
||||
.. automodule:: tailbone.newgrids.alchemy
|
||||
:members:
|
|
@ -67,7 +67,7 @@ override when defining your subclass.
|
|||
.. attribute:: MasterView.grid_factory
|
||||
|
||||
Factory callable to be used when creating new grid instances; defaults to
|
||||
:class:`tailbone.newgrids.alchemy.AlchemyGrid`.
|
||||
:class:`tailbone.grids.Grid`.
|
||||
|
||||
.. Methods to Override
|
||||
.. -------------------
|
||||
|
|
|
@ -22,7 +22,7 @@ Package API:
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api/newgrids
|
||||
api/grids
|
||||
api/subscribers
|
||||
api/views/batch
|
||||
api/views/master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue