Skip to content

Commit

Permalink
Merge pull request #496 from Deborah-Digges/docs-fix
Browse files Browse the repository at this point in the history
Docs: Fix Typo in documentation for scripts
  • Loading branch information
henrykironde committed May 28, 2016
2 parents f3c0cb7 + d4543da commit 0230877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Installing (binaries)
~~~~~~~~~~~~~~~~~~~~~


Precompiled binaries the most recent release are available for Windows,
Precompiled binaries of the most recent release are available for Windows,
OS X, and Ubuntu/Debian at the `project website`_.


Expand Down
8 changes: 4 additions & 4 deletions docs/scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Script Writing
--------------


The EcoData Retriever uses a simple a simple format for developing new dataset scripts. This allows users with no programming experience to quickly add most standard datasets to the Retriever by specifying the names and locations of the tables along with additional information about the configuration of the data.
The EcoData Retriever uses a simple format for developing new dataset scripts. This allows users with no programming experience to quickly add most standard datasets to the Retriever by specifying the names and locations of the tables along with additional information about the configuration of the data.

The script uses a mapping syntax where we have the following entities

Expand Down Expand Up @@ -56,11 +56,11 @@ Example of a basic script, example.script

- The first line of the script is the full name of the dataset

- The second line gives a description of the dataset, in this case the full citation
- The second line gives a short name for the database to be used in cases where a brief, typically single word description is required, such as for installing from the command line

- The third line gives a short name for the database to be used in cases where a brief, typically single word description is required, such as for installing from the command line
- The third line gives a description of the dataset, in this case the full citation

- The forth line provides some optional tags to help with filtering the data
- The fourth line provides some optional tags to help with filtering the data

- The last line gives the name for each table (there is only one table in this case), and its URL

Expand Down

0 comments on commit 0230877

Please sign in to comment.