From: W. Trevor King Date: Tue, 2 Jul 2013 02:17:20 +0000 (-0400) Subject: README: Use a standard link instead of :RFC:`...` X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eabbb774154d62fd4b83d88970094e00db8358cc;p=pycalendar.git README: Use a standard link instead of :RFC:`...` PyPI doesn't like the :RFC: role, and distutils gives the unhelpful: $ python setup.py check --restructuredtext running check warning: check: Could not finish the parsing. Using a standard link avoids this issue. --- diff --git a/README b/README index 281547d..a358729 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Flexible aggregation for iCalendar feeds (:RFC:`5545`). +Flexible aggregation for iCalendar feeds (`RFC 5545`_). The iCalender standard provides a common format for exchanging calendar information. This project aims to provide a library with a @@ -45,3 +45,5 @@ to stdout and geographic positions to stderr. Run it with:: .. _Google Calendar: https://support.google.com/calendar/ .. _nose: https://nose.readthedocs.org/en/latest/ .. _pytz: https://pypi.python.org/pypi/pytz/ + +.. _RFC 5545: http://tools.ietf.org/html/rfc5545