aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-01-09 19:52:26 +0100
committerAndré Erdmann <dywi@mailerd.de>2013-01-09 19:52:26 +0100
commit43572c4e38f2518152f145bcce714ee9404f58af (patch)
tree5ce4e15f016abde35a102e29171e6c1aa773299b /doc
parentdoc/rst: update user config file location (diff)
downloadR_overlay-43572c4e38f2518152f145bcce714ee9404f58af.tar.gz
R_overlay-43572c4e38f2518152f145bcce714ee9404f58af.tar.bz2
R_overlay-43572c4e38f2518152f145bcce714ee9404f58af.zip
doc/html: update user config file location
Diffstat (limited to 'doc')
-rw-r--r--doc/html/usage.html20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/html/usage.html b/doc/html/usage.html
index 836b031..026d8b7 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -3,13 +3,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.9.1: http://docutils.sourceforge.net/" />
<title>Automatically Generated Overlay of R packages</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 7056 2011-06-17 10:50:48Z milde $
+:Id: $Id: html4css1.css 7434 2012-05-11 21:06:27Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
@@ -249,10 +249,18 @@ pre.address {
margin-top: 0 ;
font: inherit }
-pre.literal-block, pre.doctest-block, pre.math {
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
+pre.code .ln { /* line numbers */
+ color: grey;
+}
+
+.code {
+ background-color: #eeeeee
+}
+
span.classifier {
font-family: sans-serif ;
font-style: oblique }
@@ -573,11 +581,11 @@ as the <em>R Overlay src directory</em> from now on.</p>
<div class="section" id="required-configuration-steps">
<h2><a class="toc-backref" href="#contents">3.1&nbsp;&nbsp;&nbsp;Required configuration steps</a></h2>
<p><em>roverlay</em> needs a configuration file to run.
-If roverlay has been installed with <em>emerge</em>, it will for the config file in
+If roverlay has been installed with <em>emerge</em>, it will look for the config file in
that order:</p>
<ol class="arabic simple">
<li><em>&lt;current directory&gt;/R-overlay.conf</em></li>
-<li><em>~/.R-overlay.conf</em></li>
+<li><em>~/roverlay/R-overlay.conf</em></li>
<li><em>/etc/roverlay/R-overlay.conf</em>,
which is part of the installation but has to be modified.</li>
</ol>
@@ -2565,7 +2573,7 @@ becomes &quot;loop until resolver closes&quot;.</p>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2012-08-20.
+Generated on: 2013-01-09.
</div>
</body>