Skip to content

Commit

Permalink
Fixup readme
Browse files Browse the repository at this point in the history
Fix workflow file
  • Loading branch information
Mulan-94 committed Sep 13, 2022
1 parent 037d687 commit 4b7413a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: test-python-versions
on: [push, pull_request]
branches:
- main
on:
push:
branches:
- main

jobs:
build:
Expand Down
14 changes: 6 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ smops
.. image:: https://img.shields.io/travis/mulan-94/smops.svg
:target: https://travis-ci.com/mulan-94/smops

.. image:: https://readthedocs.org/projects/smops/badge/?version=latest
:target: https://smops.readthedocs.io/en/latest/?version=latest
:alt: Documentation Status




Python script for interpolating FITS model images over frequency. Use as
Python script for interpolating FITS model images over frequency. Use as:

.. code-block:: python
usage: smops [-h] [-od] [-nthreads] [-stokes] [-mem] --ms -ip -co [-order]
Refine model images in frequency
Expand Down Expand Up @@ -47,13 +43,15 @@ Python script for interpolating FITS model images over frequency. Use as
Credits
-------
This package is a brain child of @o-smirnov x @landmanbester and is under @ratt-ru .
This package is a brain child of `@o-smirnov`_ x `@landmanbester`_ and is under `@ratt-ru`_.
It was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`@o-smirnov`: https://github.com/o-smirnov
.. _`@landmanbester`: https://github.com/landmanbester
.. _`@ratt-ru`: https://github.com/ratt-ru

0 comments on commit 4b7413a

Please sign in to comment.