Skip to content

Commit

Permalink
Merge branch 'MDGA' of https://github.com/Athanaseus/Drastic into MDGA
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Aug 26, 2019
2 parents 765558b + 0c782ca commit 6e8319e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis/pep8.docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN docker-apt-install python-pip
RUN pip install pycodestyle
ADD . /code
WORKDIR /code
RUN pycodestyle --ignore=W503,E501,E203,E722,E226 --statistics drastic
RUN pycodestyle --ignore=W503,E501,E203,E722,E226 --statistics drasticali
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Drastic

Diverse Radio Astronomy Software Tools for Imaging and Calibration

Main website: https://github.com/Athanaseus/Drastic/wiki
Main website: https://github.com/Athanaseus/drasticali/wiki

==============
Introduction
Expand All @@ -28,11 +28,11 @@ working directory where source is checked out
$ pip install .
This package will soon be available on *PYPI*, allowing
This package is available on *PYPI*, allowing

.. code-block:: bash
$ pip install Drastic
$ pip install drasticali
=======
License
Expand All @@ -47,19 +47,19 @@ Contribute
Contributions are always welcome! Please ensure that you adhere to our coding
standards pep8_.

.. |Pypi Version| image:: https://img.shields.io/pypi/v/aimfast.svg
:target: https://pypi.python.org/pypi/aimfast
.. |Pypi Version| image:: https://img.shields.io/pypi/v/drasticali.svg
:target: https://pypi.python.org/pypi/drasticali
:alt:
.. |Build Version| image:: https://travis-ci.com/Athanaseus/Drastic.svg?branch=master
:target: https://travis-ci.com/Athanaseus/Drastic
.. |Build Version| image:: https://travis-ci.org/Athanaseus/drasticali.svg?branch=master
:target: https://travis-ci.org/Athanaseus/drasticali
:alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/aimfast.svg
:target: https://pypi.python.org/pypi/aimfast/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/drasticali.svg
:target: https://pypi.python.org/pypi/drasticali/
:alt:

.. |Project License| image:: https://img.shields.io/badge/license-GPL-blue.svg
:target: https://github.com/Athanaseus/Drastic/blob/master/LICENSE
:target: https://github.com/Athanaseus/drasticali/blob/master/LICENSE
:alt:

.. _source: https://github.com/Athanaseus/Drastic
Expand Down

0 comments on commit 6e8319e

Please sign in to comment.