Skip to content

Commit 7fdf0a2

Browse files
authored
Merge pull request #236 from rbiswas4/issue232/add_docs
Fixed typos, and rebuilt
2 parents 91b9653 + 96385d7 commit 7fdf0a2

File tree

7 files changed

+32
-53
lines changed

7 files changed

+32
-53
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@
33
Tools for summarizing the LSST Operations Simulations outputs for use with catalog simulation tools or other analyses.
44

55
[![Build Status](https://travis-ci.org/rbiswas4/OpSimSummary.svg?branch=master)](https://travis-ci.org/rbiswas4/OpSimSummary)
6-
- documentation is hosted at [github_pages](https://rbiswas4.github.io/OpSimSummary)
6+
- documentation is hosted at [github_pages](https://rbiswas4.github.io/OpSimSummary/build/html/index.html)
77

88
# Installation
9-
`opsimsummary` runs on either python 2.7 or 3.5+ . The list of required software to run `opsimsummary` is listed [here](./install/requirements.md). Assuming miniconda is already installed, `opsimsummary` can be installedalong with its dependencies for the current user by
10-
```
11-
./install/install_all.sh
12-
```
13-
and it will install dependencies from conda channels or use pip.
14-
If the dependecies [listed](./install/requirements.md) are already installed, `opsimsummary` can be installed by running
15-
```
16-
./install/install_opsimsummary.sh
17-
```
18-
19-
Obviously, running the commands in the scripts will also allow the user to achieve the same results.
9+
`opsimsummary` runs on either python 2.7 or 3.5+ . The list of required software to run `opsimsummary` is listed [here](./install/requirements.md). For installation, go to
10+
the [documentation](https://rbiswas4.github.io/OpSimSummary/build/html/Installation.html)
2011

2112
# Running
22-
- open the `examples/Demo_OpSimOutput.ipynb` and execute the cells.
13+
- `example/Demo_OpSimOutput.ipynb`
14+
- `example/Demo_SynOpSim.ipynb`
15+

docs/build/html/Installation.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,22 +147,20 @@
147147

148148
<div class="section" id="installation">
149149
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h1>
150-
<p>The engine of <cite>OpSimSummary</cite> depends on commonly used python packages. Currently, all of the
151-
requirements can be installed with <cite>anaconda</cite> and <cite>pip</cite>. To use <cite>OpSimSummary</cite> as a library or
152-
the scripts in <cite>OpSimSummary</cite>, you will need the requirements listed <a class="reference external" href="https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md">here</a> .</p>
150+
<p>The engine of <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> depends on commonly used python packages. Currently, all of the
151+
requirements can be installed with <cite>anaconda</cite> and <cite>pip</cite>. To use <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> as a library or
152+
the scripts in <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>, you will need the requirements listed <a class="reference external" href="https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md">here</a> .</p>
153153
</div>
154154
<div class="section" id="installing-dependencies">
155155
<h1>Installing Dependencies<a class="headerlink" href="#installing-dependencies" title="Permalink to this headline"></a></h1>
156-
<p>There are scripts in the <cite>./install</cite> directory which can be used to install the dependencies. To use these, you must have a conda python
157-
installation. If you don’t have a such a python installation, you can use a <a href="#id1"><span class="problematic" id="id2">script_</span></a>
158-
.. _script: <a class="reference external" href="https://github.com/rbiswas4/install_utils/tree/master/scripts">https://github.com/rbiswas4/install_utils/tree/master/scripts</a>
159-
to install a miniconda distribution.</p>
160-
<p>To install the dependenencies and <cite>OpSimSummary</cite>, from the root level of the package:</p>
156+
<p>There are scripts in the <code class="docutils literal notranslate"><span class="pre">./install</span></code> directory which can be used to install the dependencies. To use these, you must have a conda python
157+
installation. If you don’t have a such a python installation, you can use a <a class="reference external" href="https://github.com/rbiswas4/install_utils/tree/master/scripts">script</a> to install a miniconda distribution.</p>
158+
<p>To install the dependenencies and <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>, from the root level of the package:</p>
161159
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span>bash ./install/install_all.sh
162160
</pre></div>
163161
</div>
164-
<p>installs the dependencies and <cite>OpSimSummary</cite>.</p>
165-
<p>To just install <cite>OpSimSummary</cite> if you already have taken care of the requirements, use :</p>
162+
<p>installs the dependencies and <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code>.</p>
163+
<p>To just install <code class="docutils literal notranslate"><span class="pre">OpSimSummary</span></code> if you already have taken care of the requirements, use :</p>
166164
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span>bash install/install_opsimsummary
167165
</pre></div>
168166
</div>

docs/build/html/_sources/Installation.rst.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Installation
22
============
33

4-
The engine of `OpSimSummary` depends on commonly used python packages. Currently, all of the
5-
requirements can be installed with `anaconda` and `pip`. To use `OpSimSummary` as a library or
6-
the scripts in `OpSimSummary`, you will need the requirements listed here_ .
4+
The engine of ``OpSimSummary`` depends on commonly used python packages. Currently, all of the
5+
requirements can be installed with `anaconda` and `pip`. To use ``OpSimSummary`` as a library or
6+
the scripts in ``OpSimSummary``, you will need the requirements listed here_ .
77

88
.. _here: https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md
99

1010
Installing Dependencies
1111
========================
12-
There are scripts in the `./install` directory which can be used to install the dependencies. To use these, you must have a conda python
13-
installation. If you don't have a such a python installation, you can use a script_
12+
There are scripts in the ``./install`` directory which can be used to install the dependencies. To use these, you must have a conda python
13+
installation. If you don't have a such a python installation, you can use a script_ to install a miniconda distribution.
14+
1415
.. _script: https://github.com/rbiswas4/install_utils/tree/master/scripts
15-
to install a miniconda distribution.
1616

17-
To install the dependenencies and `OpSimSummary`, from the root level of the package:
17+
To install the dependenencies and ``OpSimSummary``, from the root level of the package:
1818

1919
.. code-block:: console
2020
2121
$bash ./install/install_all.sh
2222
23-
installs the dependencies and `OpSimSummary`.
23+
installs the dependencies and ``OpSimSummary``.
2424

25-
To just install `OpSimSummary` if you already have taken care of the requirements, use :
25+
To just install ``OpSimSummary`` if you already have taken care of the requirements, use :
2626

2727
.. code-block:: console
2828

docs/build/html/objects.inv

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
# Project: OpSimSummary
33
# Version: 0.8.5
44
# The remainder of this file is compressed using zlib.
5-
x�m�=R1 �{�B �fH���b &�Hmv�g���������$x�,13t��'=Iq`�y�ޤ��i�c?:�=n��C��V}GZ�8��>v�W��� ސ:�&p6Ιlc��Z�>��6��8sμ���
6-
�̡�b�q����H�����{�?��
7-
=z�|��Q� �I/��,o�xB:Y���&�撩��hfC��Z��'�X���5�0�;��N4ik��5{��[��
5+
x�m���0��>�]ktesd0�+�Ф�B ��k�z>���b�v����rg���7Z���E��B��!��U�jM�o����ET���� ���5�Yl|J� �Y�KN�8+�HS�}����̙�%�jӸ�qF�[�,$.�:�}^����n4�0ƮX�͟@��A�t��-֭��2}f�'Ӌyu^�'FbF�T���f\��

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/Installation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Installation
22
============
33

4-
The engine of `OpSimSummary` depends on commonly used python packages. Currently, all of the
5-
requirements can be installed with `anaconda` and `pip`. To use `OpSimSummary` as a library or
6-
the scripts in `OpSimSummary`, you will need the requirements listed here_ .
4+
The engine of ``OpSimSummary`` depends on commonly used python packages. Currently, all of the
5+
requirements can be installed with `anaconda` and `pip`. To use ``OpSimSummary`` as a library or
6+
the scripts in ``OpSimSummary``, you will need the requirements listed here_ .
77

88
.. _here: https://github.com/rbiswas4/OpSimSummary/blob/fix_release_help/install/requirements.md
99

1010
Installing Dependencies
1111
========================
12-
There are scripts in the `./install` directory which can be used to install the dependencies. To use these, you must have a conda python
12+
There are scripts in the ``./install`` directory which can be used to install the dependencies. To use these, you must have a conda python
1313
installation. If you don't have a such a python installation, you can use a script_ to install a miniconda distribution.
1414

1515
.. _script: https://github.com/rbiswas4/install_utils/tree/master/scripts
1616

17-
To install the dependenencies and `OpSimSummary`, from the root level of the package:
17+
To install the dependenencies and ``OpSimSummary``, from the root level of the package:
1818

1919
.. code-block:: console
2020
2121
$bash ./install/install_all.sh
2222
23-
installs the dependencies and `OpSimSummary`.
23+
installs the dependencies and ``OpSimSummary``.
2424

25-
To just install `OpSimSummary` if you already have taken care of the requirements, use :
25+
To just install ``OpSimSummary`` if you already have taken care of the requirements, use :
2626

2727
.. code-block:: console
2828

docs/source/requirements.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)