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"