File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 41
41
@echo
42
42
@echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
43
43
44
+ livehtml :
45
+ sphinx-autobuild -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
46
+
44
47
dirhtml :
45
48
$(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
46
49
@echo
Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ individual clients:
58
58
services/openstates.rst
59
59
services/capitolwords.rst
60
60
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
+
61
72
Internals
62
73
=========
63
74
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