From eabbb774154d62fd4b83d88970094e00db8358cc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 1 Jul 2013 22:17:20 -0400 Subject: [PATCH] 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. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.26.2