From 5eee3f05bc235c77546df986b6457f4f64be0ee6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 16 Aug 2010 10:40:30 +0000 Subject: Fix links git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6024 ce84e21b-d406-0410-9b95-82705330c041 --- doc/development/index.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/development') diff --git a/doc/development/index.txt b/doc/development/index.txt index ae6f61231..3904834ea 100644 --- a/doc/development/index.txt +++ b/doc/development/index.txt @@ -24,7 +24,12 @@ Tips for Bcfg2 Development * If you are developing for the server side, use ``bcfg2-info`` and the "debug" option. This will leave you at a python interpreter prompt, with the server core loaded in the variable "bcore". #. Use ``pylint`` obsessively. It raises a lot of style-related warnings which can be ignored, but most all of the errors are legitimate. -#. If you are doing anything with Regular Expressions, [http://kodos.sourceforge.net/ Kodos - The Python Regular Expression Debugger] and [http://re-try.appspot.com/ re-try] are your friends. +#. If you are doing anything with Regular Expressions, `Kodos`_ and `re-try`_ are your friends. + + +.. Kodos: http://kodos.sourceforge.net +.. re-try: http://re-try.appspot.com + Environment setup for development ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3-1-g7c22