Skip to content

Commit

Permalink
Tidy spacing in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Apr 23, 2017
1 parent 814ac77 commit df9d4a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
5 changes: 0 additions & 5 deletions docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
=================
Available Classes
=================

Currently there are two classes available.
- :ref:`Spectrum <spectrumclass>`
- :ref:`DifferentialSpectrum <diffclass>`
Expand All @@ -22,14 +21,10 @@ A class to contain a spectrum. The operators have been overloaded so that you ca
:show-inheritance:




.. _diffclass:


Differential Spectrum
=====================

Compute the difference between two :ref:`Spectrum <spectrumclass>` objects.

This is in an introductory state and need more work.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This means that you can easily divide and subtract spectra from each other using
installation
quickstart
classes


Other Projects
===============
Expand All @@ -36,7 +36,7 @@ In alphabetical order:
- `pyspeckit/spectrum <https://github.com/pyspeckit/pyspeckit/tree/master/pyspeckit/spectrum>`_
- `PySpectrograph/Spectra <https://github.com/crawfordsm/pyspectrograph/tree/master/PySpectrograph/Spectra>`_

I am sure there will be more to add here.
I am sure there are others.


Contributions
Expand Down
9 changes: 0 additions & 9 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
=============================================
Installation
=============================================

.. image:: https://travis-ci.org/jason-neal/spectrum_overload.svg?branch=develop
:target: https://travis-ci.org/jason-neal/spectrum_overload

.. image:: https://coveralls.io/repos/github/jason-neal/spectrum_overload/badge.svg?branch=develop
:target: https://coveralls.io/github/jason-neal/spectrum_overload?branch=develop

Spectrum_overload is currently available from ``github``.

Navigate to where you want to put files.
Expand All @@ -32,7 +25,6 @@ The plan is to have it available via ``pip`` someday in the future.::

That day is not today...


If you have any issues with installation of spectrum_overload please open an `issue`_ so it can be resolved.

.. _issue: https://github.com/jason-neal/spectrum_overload/issues
Expand Down Expand Up @@ -72,5 +64,4 @@ If you want to modify spectrum_overload you can instead install it like::

$ python setup.py develop


.. or pip install -e . when available
2 changes: 0 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
==================
Quickstart Guide
==================

First install spectrum_overload via the :ref:`installation guide <install>`.


Import the Spectrum class into your code.

::
Expand Down

0 comments on commit df9d4a8

Please sign in to comment.