Skip to content

Commit

Permalink
Documentation and project foundation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jan 10, 2012
1 parent 32e3136 commit 5a1dcd5
Show file tree
Hide file tree
Showing 11 changed files with 533 additions and 8 deletions.
5 changes: 5 additions & 0 deletions AUTHORS.rst
@@ -0,0 +1,5 @@
Ordered by date of first contribution:

* Ole Nielsen <ole.nielsen@aifdr.org>
* Tim Sutton <tim@linfiniti.com>

1 change: 1 addition & 0 deletions INSTALL.rst
@@ -0,0 +1 @@
See README.rst for installation instructions.
339 changes: 339 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

35 changes: 31 additions & 4 deletions README.rst
@@ -1,6 +1,6 @@
=============
RISK IN A BOX
=============
===================
About Risk-in-a-box
===================

This is the project: Risk in a Box - QGIS plugin

Expand All @@ -9,7 +9,34 @@ which contains modules for risk calculations, gis functionality and plugin
management.

For more information about Risk In a Box please look at
our documentation on TBA
our documentation under docs/build/html.

Quick Installation Guide - Users
================================

.. note:
This is a plugin for `Quantum GIS <http://qgis.org>` (QGIS). It requires version 1.8 of QGIS
(or newer).
To install the plugin, use the plugin manager in QGIS::

Plugins -> Fetch Python Plugins
Then search for 'Risk In A Box', select it and click the install button. The plugin will
now be added to your plugins menu.

Quick Installation Guide - Developers
=====================================

To develop on the plugin, you first need to copy it to your local system. If you are a developer,
the simplest way to do that is to clone it from our GitHub repository page like this::

git clone git://github.com/AIFDR/risk_in_a_box.git
Place the local repository under `~/.qgis/python/plugins` and then restart QGIS. If you wish to
an IDE for development, please refer to `this article <http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/>`_
for detailed information on how you can do so.

Contact:
Ole.Moller.Nielsen@gmail.com
Expand Down
102 changes: 102 additions & 0 deletions docs/build/html/README.html
@@ -0,0 +1,102 @@


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>About Risk-in-a-box &mdash; Risk-In-A-Box 0.0.1 documentation</title>

<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/print.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="Risk-In-A-Box 0.0.1 documentation" href="index.html" />
<link rel="next" title="Class: Riab" href="riab.html" />
<link rel="prev" title="Welcome to Risk-In-A-Box’s documentation!" href="index.html" />
</head>
<body>
<div class="header"><h1 class="heading"><a href="index.html">
<span>Risk-In-A-Box 0.0.1 documentation</span></a></h1>
<h2 class="heading"><span>About Risk-in-a-box</span></h2>
</div>
<div class="topnav">

<p>
«&#160;&#160;<a href="index.html">Welcome to Risk-In-A-Box&#8217;s documentation!</a>
&#160;&#160;::&#160;&#160;
<a class="uplink" href="index.html">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="riab.html">Class: Riab</a>&#160;&#160;»
</p>

</div>
<div class="content">


<div class="section" id="about-risk-in-a-box">
<h1>About Risk-in-a-box<a class="headerlink" href="#about-risk-in-a-box" title="Permalink to this headline"></a></h1>
<p>This is the project: Risk in a Box - QGIS plugin</p>
<p>The latest source code is available in <a class="reference external" href="https://github.com/AIFDR/risk_in_a_box">https://github.com/AIFDR/risk_in_a_box</a>
which contains modules for risk calculations, gis functionality and plugin
management.</p>
<p>For more information about Risk In a Box please look at
our documentation under docs/build/html.</p>
<div class="section" id="quick-installation-guide-users">
<h2>Quick Installation Guide - Users<a class="headerlink" href="#quick-installation-guide-users" title="Permalink to this headline"></a></h2>
<p>To install the plugin, use the plugin manager in QGIS:</p>
<div class="highlight-python"><pre>Plugins -&gt; Fetch Python Plugins</pre>
</div>
<p>Then search for &#8216;Risk In A Box&#8217;, select it and click the install button. The plugin will
now be added to your plugins menu.</p>
</div>
<div class="section" id="quick-installation-guide-developers">
<h2>Quick Installation Guide - Developers<a class="headerlink" href="#quick-installation-guide-developers" title="Permalink to this headline"></a></h2>
<p>To develop on the plugin, you first need to copy it to your local system. If you are a developer,
the simplest way to do that is to clone it from our GitHub repository page like this:</p>
<div class="highlight-python"><pre>git clone git://github.com/AIFDR/risk_in_a_box.git</pre>
</div>
<p>Place the local repository under <cite>~/.qgis/python/plugins</cite> and then restart QGIS. If you wish to
an IDE for development, please refer to <a class="reference external" href="http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/">this article</a>
for detailed information on how you can do so.</p>
<p>Contact:
<a class="reference external" href="mailto:Ole&#46;Moller&#46;Nielsen&#37;&#52;&#48;gmail&#46;com">Ole<span>&#46;</span>Moller<span>&#46;</span>Nielsen<span>&#64;</span>gmail<span>&#46;</span>com</a></p>
</div>
</div>


</div>
<div class="bottomnav">

<p>
«&#160;&#160;<a href="index.html">Welcome to Risk-In-A-Box&#8217;s documentation!</a>
&#160;&#160;::&#160;&#160;
<a class="uplink" href="index.html">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="riab.html">Class: Riab</a>&#160;&#160;»
</p>

</div>

<div class="footer">
&copy; Copyright 2012, Ole Moller.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
</div>
</body>
</html>
43 changes: 43 additions & 0 deletions docs/build/html/_sources/README.txt
@@ -0,0 +1,43 @@
===================
About Risk-in-a-box
===================

This is the project: Risk in a Box - QGIS plugin

The latest source code is available in https://github.com/AIFDR/risk_in_a_box
which contains modules for risk calculations, gis functionality and plugin
management.

For more information about Risk In a Box please look at
our documentation under docs/build/html.

Quick Installation Guide - Users
================================

.. note:

This is a plugin for `Quantum GIS <http://qgis.org>` (QGIS). It requires version 1.8 of QGIS
(or newer).

To install the plugin, use the plugin manager in QGIS::

Plugins -> Fetch Python Plugins

Then search for 'Risk In A Box', select it and click the install button. The plugin will
now be added to your plugins menu.

Quick Installation Guide - Developers
=====================================

To develop on the plugin, you first need to copy it to your local system. If you are a developer,
the simplest way to do that is to clone it from our GitHub repository page like this::

git clone git://github.com/AIFDR/risk_in_a_box.git

Place the local repository under `~/.qgis/python/plugins` and then restart QGIS. If you wish to
an IDE for development, please refer to `this article <http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/>`_
for detailed information on how you can do so.

Contact:
Ole.Moller.Nielsen@gmail.com

1 change: 1 addition & 0 deletions docs/build/html/_sources/index.txt
Expand Up @@ -11,6 +11,7 @@ Contents:
.. toctree::
:maxdepth: 2

README
riab
riabdialog
riabdialogtest
Expand Down
11 changes: 8 additions & 3 deletions docs/build/html/index.html
Expand Up @@ -28,7 +28,7 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="Risk-In-A-Box 0.0.1 documentation" href="#" />
<link rel="next" title="Class: Riab" href="riab.html" />
<link rel="next" title="About Risk-in-a-box" href="README.html" />
</head>
<body>
<div class="header"><h1 class="heading"><a href="#">
Expand All @@ -40,7 +40,7 @@ <h2 class="heading"><span>Welcome to Risk-In-A-Box’s documentation!</span></h2
<p>
<a class="uplink" href="#">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="riab.html">Class: Riab</a>&#160;&#160;»
<a href="README.html">About Risk-in-a-box</a>&#160;&#160;»
</p>

</div>
Expand All @@ -52,6 +52,11 @@ <h1>Welcome to Risk-In-A-Box&#8217;s documentation!<a class="headerlink" href="#
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="README.html">About Risk-in-a-box</a><ul>
<li class="toctree-l2"><a class="reference internal" href="README.html#quick-installation-guide-users">Quick Installation Guide - Users</a></li>
<li class="toctree-l2"><a class="reference internal" href="README.html#quick-installation-guide-developers">Quick Installation Guide - Developers</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="riab.html">Class: Riab</a></li>
<li class="toctree-l1"><a class="reference internal" href="riabdialog.html">Class RiabDialog</a></li>
<li class="toctree-l1"><a class="reference internal" href="riabdialogtest.html">Class: RiabDialogTest</a></li>
Expand All @@ -74,7 +79,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
<p>
<a class="uplink" href="#">Contents</a>
&#160;&#160;::&#160;&#160;
<a href="riab.html">Class: Riab</a>&#160;&#160;»
<a href="README.html">About Risk-in-a-box</a>&#160;&#160;»
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/source/README.rst
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -11,6 +11,7 @@ Contents:
.. toctree::
:maxdepth: 2

README
riab
riabdialog
riabdialogtest
Expand Down

0 comments on commit 5a1dcd5

Please sign in to comment.