From e7716ee3a86c2f1a6096b1bd9fcd2635d445589c 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