From 55ac152d977848172b1bdba0e48f73ebf6d6be68 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 6 Nov 2013 01:07:48 +0100 Subject: [PATCH] correct url markup --- docs/contribute/conventions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute/conventions.rst b/docs/contribute/conventions.rst index 29a5eb3..8781665 100644 --- a/docs/contribute/conventions.rst +++ b/docs/contribute/conventions.rst @@ -320,7 +320,7 @@ Versioning scheme ================= For software versions, use a sequence-based versioning scheme, which is -`compatible with setuptools `:: +`compatible with setuptools `_:: MAJOR.MINOR[.MICRO].[STATUS] @@ -329,7 +329,7 @@ The way, setuptools interprets versions is intuitive:: 1.0 < 1.1.a1 < 1.1.a2 < 1.1.b < 1.1.dev < 1.1.rc1 < 1.1.rcdev < 1.1 < 1.1.1 Setuptools recommends to seperate parts with a dot. The website about `semantic -versioning ` is also worth a read. +versioning `_ is also worth a read. Restructured Text versus Plain Text