summaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-08-16 10:40:30 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-08-18 18:39:45 -0500
commit5eee3f05bc235c77546df986b6457f4f64be0ee6 (patch)
tree056663c7be27fefb70972f0fcd5a3485f838417e /doc/development
parentcaf6c38335302f90b9c4ceab6e227c4fdfcc0729 (diff)
downloadbcfg2-5eee3f05bc235c77546df986b6457f4f64be0ee6.tar.gz
bcfg2-5eee3f05bc235c77546df986b6457f4f64be0ee6.tar.bz2
bcfg2-5eee3f05bc235c77546df986b6457f4f64be0ee6.zip
Fix links
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6024 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/index.txt7
1 files changed, 6 insertions, 1 deletions
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^