From aa4d43657df7a8f84446be3438fb688030c2e8af Mon Sep 17 00:00:00 2001 From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch> Date: Thu, 19 Sep 2019 16:27:17 +0200 Subject: [PATCH] [docs] minor fixes --- doc/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.rst b/doc/development.rst index c7c6b86f..f72cea08 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -359,7 +359,7 @@ This command will create a new bob package named "awesome-project" that includes +-- setup.py +-- version.txt -For more information about the functionality of each file check :ref:`.. _bob.devtools.anatomy`. +For more information about the functionality of each file check :ref:`bob.devtools.anatomy`. In the root of your project there is a file `buildout.cfg` used by `buildout` to build your package locally. It should look like: -- GitLab