diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-22 22:34:16 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-22 22:34:16 -0700 |
commit | 18738adb0cba7fa2f2187f9fbd83ba40c56675f1 (patch) | |
tree | 2eadd98e392348a2a88a8294d31078585d91bdf1 /doc/pprint/PrettyPrinting.html | |
parent | 0c8e0b9056785b36e384cf2b272673e753ed374d (diff) |
Updated documentation for commit 835bfe2a02c70c150f2354f8ef9e866f3e2fd180
Diffstat (limited to 'doc/pprint/PrettyPrinting.html')
-rw-r--r-- | doc/pprint/PrettyPrinting.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/pprint/PrettyPrinting.html b/doc/pprint/PrettyPrinting.html index ecb9490d..5378f08b 100644 --- a/doc/pprint/PrettyPrinting.html +++ b/doc/pprint/PrettyPrinting.html @@ -1,8 +1,8 @@ <html> <head> <title>A Pretty Printer for Clojure</title> - <link href="../../file/view/favicon.png" rel="icon" /> - <link href="../../file/view/favicon.png" rel="shortcut icon" /> + <link href="../../static/favicon.png" rel="icon" /> + <link href="../../static/favicon.png" rel="shortcut icon" /> <link media="all" type="text/css" href="../../static/clojure.css" rel="stylesheet" /> <link media="all" type="text/css" href="../../static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="../../static/internal.css" rel="stylesheet" /> @@ -24,7 +24,7 @@ namespace. <body> <div id="AllContentContainer"> <div id="Header"> - <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="file/view/clojure-icon.gif" /></a> + <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a> <h1><a title="Clojure" href="index.html">Clojure</a></h1> </div> <div id="leftcolumn"><div><div style="text-align: center;"></div> @@ -43,13 +43,6 @@ namespace. <div id="Content"> <div class="contentBox"><div class="innerContentBox"> <div id="content_view" class="wiki wikiPage"> - <!-- Temporary disclaimer --> - <div style="background-color: #FF0000; font-weight: bold;"> - NOTE: These autogen pages are still under development. - Not all links work. Not all formatting is done. - Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) - with any questions. - </div> <div id="right-sidebar"></div> <div id="content-tag"><html><body><h1>A Pretty Printer for Clojure</h1> @@ -353,7 +346,8 @@ of my list. </p> </div> </div> </div> - <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.</div> + <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> + Clojure auto-documentation system by Tom Faulhaber.</div> </div> <!-- /AllContentContainer --> </body> |