]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Some more cleanup
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 21:26:22 +0000 (21:26 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 21:26:22 +0000 (21:26 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/readme.html
deal.II/doc/screen.css

index 3b5918c619913b367fd61d1df8512c0c670b0efe..ab107e955f70bca98c79105b149db4adb919f802 100644 (file)
        make install
       </pre>
       These steps compile, link and install the deal.II libraries. The
-      whole process should take between a few minutes and an hour.<br />
+      whole process should take between a few minutes and an hour.
+    </p>
+
+    <p>
       <b>Note:</b>
       <ul>
        <li> <code>/path/install/dir</code> is the directory where you want to
 
     <p>
       <acronym>deal.II</acronym> has a large number of optional interfaces to
-      other libraries. By default, <code>cmake</code> will enable interfaces
-      to all external libraries it can find in default paths, but this
-      behavior can all be selected using command line switches to the initial
-      call to <code>cmake</code>. A detailed description of how this
-      all works can be found <a href="cmake.html">here</a>. In the
-      following, let us summarize the most common configuration options.
+      other libraries. By default, <code>cmake</code> will enable support
+      for all external libraries it can find in default paths.
+      However, this behavior can be changed using command line switches to
+      the initial call to <code>cmake</code>. A detailed description
+      can be found <a href="cmake.html">here</a>.
+    </p>
+
+    <p>
+      In the following, let us summarize the most common configuration
+      options.
     </p>
 
     <a name="optional">
       <li>
        <p>
          <i>Threading</i>: By default, deal.II supports parallelism between
-         multiple cores on the same machine using both threads and a
+         multiple cores on the same machine using threads and a
          task-based model built on the
-         <a href="http://threadingbuildingblocks.org/"
+          <a href="http://threadingbuildingblocks.org/"
          target="_top">Threading Building Blocks</a>. You can switch
          threading off by passing the <code>-DDEAL_II_WITH_THREADS=OFF</code>
          argument to <code>cmake</code>.
 
     <p>
       When configuring interfacing to external libraries,
-      the <code>cmake</code> script by default tries to find any of these
+      the <code>cmake</code> script by default tries to find all of these
       libraries in a number of standard locations on your file system. For
       <i>optional</i> interfaces, it gives up if they are not there and
       <acronym>deal.II</acronym> will be built without them. However, there
index 83ed8ce46b63a85b3bd86b562131f3f25c974370..44570bcb91c32318efe3f48484e05444bb11c0a8 100644 (file)
@@ -202,6 +202,10 @@ code.member { color: #006000; }
 code.function { color: #006000; }
 code.global { color: #005030; }
 
+code {
+    white-space: nowrap;
+}
+
 td.build {
        text-align: center;
        vertical-align: middle;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.