From 924fa706d587b23d0ea4a4119eba2332bad96e35 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 31 Jul 2015 14:41:50 +0200 Subject: [PATCH] minor correction in doc --- doc/developers/configuration.rst | 4 ++-- doc/developers/example.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developers/configuration.rst b/doc/developers/configuration.rst index 9cae737..5276623 100644 --- a/doc/developers/configuration.rst +++ b/doc/developers/configuration.rst @@ -12,7 +12,7 @@ below:: name: numgrid [fc] - source: https://github.com/scisoft/autocmake/raw/master/modules/fc_optional.cmake + source: https://github.com/scisoft/autocmake/raw/master/modules/fc.cmake [cc] source: https://github.com/scisoft/autocmake/raw/master/modules/cc.cmake @@ -62,7 +62,7 @@ The names of the other sections do not matter to Autocmake. You could name them name: numgrid [one] - source: https://github.com/scisoft/autocmake/raw/master/modules/fc_optional.cmake + source: https://github.com/scisoft/autocmake/raw/master/modules/fc.cmake [two] source: https://github.com/scisoft/autocmake/raw/master/modules/cc.cmake diff --git a/doc/developers/example.rst b/doc/developers/example.rst index fc7c085..3ce4a3e 100644 --- a/doc/developers/example.rst +++ b/doc/developers/example.rst @@ -82,7 +82,7 @@ And this is what we got:: | |-- autocmake.cfg | |-- downloaded | | |-- autocmake_cc.cmake - | | |-- autocmake_fc_optional.cmake + | | |-- autocmake_fc.cmake | | `-- autocmake_src.cmake | |-- lib | | |-- config.py