#9215: Implementation example for paginaton
------------------------------------+---------------------------------------
Reporter: shacker | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.0
Resolution: | Keywords: pagination
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
------------------------------------+---------------------------------------
Changes (by mtredinnick):
* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted
* milestone: post-1.0 =>
Comment:
There are lots of markup errors visible from just reading through this.
Have you actually applied it, run "make html" in the docs directory and
viewed the output? Things that I noticed are
* Underlines of headings must be at least as long as the thing they are
underlining.
* Text preceding a code fragment that ends with ":" should be written as
"::" so that the code fragment is marked up as code (in multiple places
the code fragments won't be converted to HTML code fragments).
* The `{#...#}` template tag is for single line comments, not comments
containing a newline. Start and end markers must be on the same line. The
code example given won't actually work as written.
* The text that starts with a double dot (things like `".. In views.py"`)
looks odd. It should be just normal text introducing the code.
We might end up putting this somewhere else (in a separate file, for
example), but it looks useful. However, the markup and code should all be
correct before we can go further.
--
Ticket URL: <http://code.djangoproject.com/ticket/9215#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---