--
Ticket URL: <https://code.djangoproject.com/ticket/23903>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by aaugustin):
It may be useful for downstream e.g. Debian packagers. Can you seek input
from downstream maintainers or bring it up on django-developers?
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:1>
Comment (by timgraham):
Created [https://groups.google.com/d/topic/django-
developers/CzYYW8s2Lfg/discussion django-developers thread].
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:2>
* stage: Unreviewed => Accepted
Comment:
On the mailing list thread it was noted that sphinx should be able to
build a man page automatically from the reStructuredText documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:3>
* owner: nobody => erikr
* status: new => assigned
* has_patch: 0 => 1
Comment:
This turns out to be quite simple to do with Sphinx (once you know how).
The resulting manpage looks fine to me, and is entirely autogenerated.
PR (with further details in comment):
https://github.com/django/django/pull/4255
As the PR notes, we may need to add some process to ensure we update this
timely from Sphinx.
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:4>
* owner: erikr =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:5>
* owner: => Tim Graham <timograham@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"f66c2bdc0f056ffcbf6df121ea9132aaa0c4cadb"]:
{{{
#!CommitTicketReference repository=""
revision="f66c2bdc0f056ffcbf6df121ea9132aaa0c4cadb"
Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"846a970106de41b65dac2fd420055173877255c7"]:
{{{
#!CommitTicketReference repository=""
revision="846a970106de41b65dac2fd420055173877255c7"
[1.8.x] Fixed #23903 -- Configured Sphinx to autogenerate django-admin
manpage
Backport of f66c2bdc0f056ffcbf6df121ea9132aaa0c4cadb from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23903#comment:7>