From: Wolfgang Bangerth Date: Thu, 10 Sep 2020 00:26:56 +0000 (-0600) Subject: Use markdown. X-Git-Tag: v9.3.0-rc1~1099^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10898%2Fhead;p=dealii.git Use markdown. --- diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index bc704d07a9..42a52dff36 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -186,9 +186,9 @@ are worthwhile browsing through before you start any large-scale programming: that has fewer bugs?". - You will benefit from becoming a better programmer. An excellent - resource to this end is the book "Code - Complete" by Steve McConnell @code CodeComplete . It's already + resource to this end is the book + [Code Complete](https://en.wikipedia.org/wiki/Code_Complete) + by Steve McConnell @cite CodeComplete . It's already a few years old, with the last edition published in 2004, but it has lost none of its appeal as a guide to good programming practices, and some of the principal developers use it as a group reading