File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 @echo
4242 @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
4343
44+ livehtml :
45+ sphinx-autobuild -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
46+
4447dirhtml :
4548 $(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
4649 @echo
Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ individual clients:
5858 services/openstates.rst
5959 services/capitolwords.rst
6060
61+ Extras
62+ ======
63+
64+ Useful utilities for working with the services.
65+
66+ .. toctree ::
67+ :maxdepth 2
68+
69+ sunlight/cache.rst
70+ sunlight/pagination.rst
71+
6172Internals
6273=========
6374
Original file line number Diff line number Diff line change 1+ sunlight.pagination
2+ ===============
3+
4+ This module provides a pagination wrapper for services that support it. Currently only :doc: `/services/congress ` supports this.
5+
6+ Methods and Constants
7+ *********************
8+
9+ .. automodule :: sunlight.pagination
10+ :members:
11+
You can’t perform that action at this time.
0 commit comments