Skip to content

Commit 842152d

Browse files
zsoldospmaxmalysh
authored andcommitted
fixes rst 'unkown target' error (celery#522)
$ rst2html.py --version; rst2html.py README.rst > /dev/null ....rst2html.py (Docutils 0.12 [release], Python 3.4.3, on linux) ....README.rst:73: (ERROR/3) Unknown target name: "django-celery documentation". Based on my experience, this should also fix the formatting issue on the pypi.python.org site
1 parent c8e10ac commit 842152d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ Documentation
7171
=============
7272

7373
The `Celery User Manual`_ contains user guides, tutorials and an API
74-
reference. Also the `django-celery documentation`_, contains information
75-
about the Django integration.
74+
reference. It also has a dedicated `subsection about the Django integration`_.
7675

7776
.. _`Celery User Manual`: http://docs.celeryproject.org/
77+
.. _`subsection about the Django integration`:
78+
http://docs.celeryproject.org/en/latest/django/
7879
.. _`Getting started with django-celery`:
7980
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
8081

0 commit comments

Comments
 (0)