From e7d5cd1bd25aa24abb6a1ead3a2701bc451ff724 Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Tue, 19 Nov 2013 00:06:21 -0800 Subject: [PATCH] Revised based on pull request feedback. --- src/sphinx/Howto/metadata.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/sphinx/Howto/metadata.rst b/src/sphinx/Howto/metadata.rst index 7b2a1ff5b..e0e1738f9 100644 --- a/src/sphinx/Howto/metadata.rst +++ b/src/sphinx/Howto/metadata.rst @@ -9,6 +9,8 @@ A project should define :key:`name` and :key:`version`. These will be used in v :type: setting :title: Set the project name + name := "demo" + :: name := "Your project name" @@ -20,15 +22,19 @@ For published projects, this name is normalized to be suitable for use as an art :type: setting :title: Set the project version + version := "1.0" + :: - version := "1.0-SNAPSHOT" + version := "1.0" .. howto:: :id: organization :type: setting :title: Set the project organization + organization := "org.example" + :: organization := "org.example"