Skip to content

Commit

Permalink
Fixed problems with indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittainhard committed Nov 9, 2015
1 parent 1a3de5f commit 9a3dd80
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/source/crawler_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Creating a Seeds List

Crawler Control Buttons
=======================
Here's an overview of the buttons available to each crawler for controlling the crawlers. The buttons behave differently depending on which crawler you are using.
Here's an overview of the buttons available to each crawler for controlling the crawlers. The buttons behave differently depending on which crawler you are using.

These are the buttons available for Ache:
These are the buttons available for Ache:

.. image:: _static/img/ache-buttons.png

These are the buttons available for Nutch:
These are the buttons available for Nutch:

.. image:: _static/img/nutch-buttons.png

Expand Down
17 changes: 11 additions & 6 deletions docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Developer's Guide to Memex Explorer
Setting up Memex Explorer
*************************

To setup your machine, you will need Anaconda or Miniconda installed. Miniconda is a minimal Anaconda installation that bootstraps conda and Python on any operating system. Install `Anaconda <http://continuum.io/downloads>`_ or `Miniconda <http://conda.pydata.org/miniconda.html>`_ from their respective sites.
To setup your machine, you will need Anaconda or Miniconda installed. Miniconda is a minimal Anaconda installation that bootstraps conda and Python on any operating system. Install `Anaconda <http://continuum.io/downloads>`_ or `Miniconda <http://conda.pydata.org/miniconda.html>`_ from their respective sites.

Memex Explorer requires conda, either from Miniconda or Anaconda.
Memex Explorer requires conda, either from Miniconda or Anaconda.

Application Setup
=================
Expand Down Expand Up @@ -40,18 +40,18 @@ Tests

The Database Model
==================
The current entity relation diagram:
The current entity relation diagram:

.. image:: _static/img/DbVisualizer.png

Updating the Database
---------------------
As of version 0.4.0, Memex Explorer will start tracking all database migrations. This means that you will be able to upgrade your database and preserve the data without any issues.
As of version 0.4.0, Memex Explorer will start tracking all database migrations. This means that you will be able to upgrade your database and preserve the data without any issues.

If you are using a version that is 0.3.0 or earlier, and you are unable to update your database without server errors, the best course if action is to delete the existing `file at source/db.sqlite3` and start over with a fresh database.
If you are using a version that is 0.3.0 or earlier, and you are unable to update your database without server errors, the best course if action is to delete the existing `file at source/db.sqlite3` and start over with a fresh database.

Enabling Non-Default Services
==========================
=============================

Nutch Visualizations
--------------------
Expand All @@ -73,3 +73,8 @@ Nutch Visualizations
priority=1
-autostart=false
+autostart=true

Domain Discovery Tool
---------------------

Domain
13 changes: 4 additions & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
Memex Explorer
==============

Memex Explorer is a web application that provides easy-to-use interfaces for
gathering, analyzing, and graphing web crawl data.
Memex Explorer is a web application that provides easy-to-use interfaces for gathering, analyzing, and graphing web crawl data.

For usage instructions, please refer to the `User's Guide <user_guide.html>`_.
For usage instructions, please refer to the `User's Guide <user_guide.html>`_.

.. For more information about the project architecture, please refer to our `Developer's Guide <dev_guide.html>`_ and `API Guide <api.html>`_.
For more information about the project architecture, please refer to our `Developer's Guide <dev_guide.html>`_ and `API Guide <api.html>`_.

Memex Explorer is built by `Continuum Analytics <http://continuum.io/>`_,
with grants and support from the
`NASA Jet Propulsion Laboratory <http://www.jpl.nasa.gov/>`_,
`Kitware <http://www.kitware.com/>`_,
and the `NYU Polytechnic School of Engineering <http://engineering.nyu.edu/>`_.
Memex Explorer is built by `Continuum Analytics <http://continuum.io/>`_, with grants and support from the `NASA Jet Propulsion Laboratory <http://www.jpl.nasa.gov/>`_, `Kitware <http://www.kitware.com/>`_, and the `NYU Polytechnic School of Engineering <http://engineering.nyu.edu/>`_.

Contents:

Expand Down

0 comments on commit 9a3dd80

Please sign in to comment.