> Tutorial: Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6
Given that I have gone through them once, I'm still not sure which one of
them is the part that talks about writing views, or using the template
system. I think it'd be helpful to mention beside that part numbers what
they talk about.
This could be an issue between encouraging new users to jump between parts
and the convenience to find a certain topic. We could try to find a middle
ground. The only time a user needs to go through those parts sequentially
is the very first time. After that they may choose to jump between parts.
We could choose to make it easier in that case.
I'm attaching a patch to show what we could mention.
--
Ticket URL: <https://code.djangoproject.com/ticket/24070>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
Comment:
How about something a little less verbose like the attached?
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:1>
Comment (by iambibhas):
Clean and simple. I just added the nested list so that the parts
hyperlinks were next to each other, and it was a tiny bit easier to
navigate. But yeah, it took too much space. This looks good too.
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:3>
Comment (by iambibhas):
I created a pull request https://github.com/django/django/pull/3835
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"b738178825ec9378198d77ac69699513774f0884"]:
{{{
#!CommitTicketReference repository=""
revision="b738178825ec9378198d77ac69699513774f0884"
Fixed #24070 -- Added tutorial topics to doc index.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"3b76a82a266d7f96019445a9189ac9b129328e25"]:
{{{
#!CommitTicketReference repository=""
revision="3b76a82a266d7f96019445a9189ac9b129328e25"
[1.6.x] Fixed #24070 -- Added tutorial topics to doc index.
Backport of b738178825ec9378198d77ac69699513774f0884 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5f8761c6396f0d27b8948f55700ec176fedbf5d5"]:
{{{
#!CommitTicketReference repository=""
revision="5f8761c6396f0d27b8948f55700ec176fedbf5d5"
[1.7.x] Fixed #24070 -- Added tutorial topics to doc index.
Backport of b738178825ec9378198d77ac69699513774f0884 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24070#comment:7>