Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-williams committed Dec 21, 2018
1 parent f06fca0 commit 4e6e7cb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Contributors
------------

* Liz Richardson
* Stefan Hall
* Adrien Aucher

Want to contribute? See: CONTRIBUTING.rst
Expand Down
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ History
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
| First half of 2017 | Adrien Aucher joins UC as an intern and works with Ashley Williams on the first version of this tool. It is only used internally at this point. |
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
| November 2018 | Liz Richardson joins the project to work on the first release. Version 1.0.0 released. |
| November 2018 | Liz Richardson and Stefan Hall join the project to work on the first release. |
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
| December 2018 | Version 1.0.0 released. |
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
4 changes: 1 addition & 3 deletions coast_search/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Title: file_utils.py
Title: utils.py
Author: Ashley Williams
Description: A collection of generic utility functions that are used
throughout coast by various modules relating to reading and writing to
files.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/query_generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Query Generator

Introduction
------------
The query generator module contains functions that can be used to generate a set of queries that follow the heuristics proposed by Rainer and Williams in IST'18_
The query generator module contains functions that can be used to generate a set of queries that follow the heuristics proposed by Rainer and Williams in `IST'18`_

.. _IST'18: https://www.sciencedirect.com/science/article/abs/pii/S0950584918302192

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 1.0.0
commit = True
tag = True

Expand All @@ -13,4 +13,3 @@ replace = __version__ = '{new_version}'

[wheel]
universal = 1

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author="Ashley Williams",
author_email='[email protected]',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
Expand All @@ -50,7 +50,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/zedrem/coast_search',
version='0.0.1',
version='1.0.0',
zip_safe=False,
dependency_links=dependency_links
)

0 comments on commit 4e6e7cb

Please sign in to comment.