Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
c17r committed Oct 9, 2017
1 parent adbdb85 commit 46b4fd8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

.. end-badges
mountains
~~~~~~~~~
mountains
~~~~~~~~~

Takes a CSV file either via local or HTTP retrieval and outputs information about the mountains according to spec.
Takes a CSV file either via local or HTTP retrieval and outputs information about the mountains according to spec.

Originally a programming skills check for a particular position. I've get it updated to current python versions
as well as packaging and testing methodologies.
Originally a programming skills check for a particular position. I've get it updated to current python versions
as well as packaging and testing methodologies.
12 changes: 6 additions & 6 deletions src/mountains/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
mountains
~~~~~~~~~
mountains
~~~~~~~~~
Takes a CSV file either via local or HTTP retrieval and outputs information about the mountains according to spec.
Takes a CSV file either via local or HTTP retrieval and outputs information about the mountains according to spec.
Originally a programming skills check for a particular position. I've get it updated to current python versions
as well as packaging and testing methodologies.
"""
Originally a programming skills check for a particular position. I've get it updated to current python versions
as well as packaging and testing methodologies.
""" # noqa
from .core import * # noqa
from .errors import * # noqa

0 comments on commit 46b4fd8

Please sign in to comment.