From d8bc8758135fb59e1e8a46d2c4d48890963f377b Mon Sep 17 00:00:00 2001 From: Andrew Macgregor Date: Tue, 16 Oct 2012 22:10:25 +0800 Subject: [PATCH] using anonymous hyperlinks to avoid duplicate explicit name warnings see: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks --- docs/scenarios/db.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index b17a153..4f03058 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -10,8 +10,8 @@ Nearly all Python database modules such as `sqlite3`, `psycopg` and `mysql-python` conform to this interface. Tutorials that explain how to work with modules that conform to this interface can be found -`here `_ and -`here `_. +`here `__ and +`here `__. SQLAlchemy ----------