Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links #464

Merged
merged 2 commits into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Fixed

- Fixed links in `README.md` [#464](https://github.com/askap-vast/vast-pipeline/pull/464)
- Fixed basic association new sources created through relations [#443](https://github.com/askap-vast/vast-pipeline/pull/443)
- Fixed tests running pipeline multiple times [#443](https://github.com/askap-vast/vast-pipeline/pull/443)
- Fixed particles canvas sizing on login page [#459](https://github.com/askap-vast/vast-pipeline/pull/459).
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
[![Nimbus](https://img.shields.io/website?down_color=red&down_message=offline&label=Nimbus&up_color=green&up_message=online&url=https%3A%2F%2Fdata.vast-survey.org%2Fpipeline%2F)](https://data.vast-survey.org/pipeline/)
![Tests](https://github.com/askap-vast/vast-pipeline/workflows/test-suite/badge.svg)
<!-- TODO: replace above with this below when repo is public -->
<!-- ![Tests](https://img.shields.io/github/workflow/status/askap-vast/vast-pipeline/test-suite/master?label=Test%20Suite&logo=github) -->

This repository holds the code of the Radio Transient detection pipeline for the VAST project.

[![VAST Pipeline Login](https://github.com/askap-vast/vast-pipeline/blob/issue-385-mkdocs-doc/docs/img/login.png)](https://github.com/askap-vast/vast-pipeline/blob/issue-385-mkdocs-doc/docs/img/login.png)
[![VAST Pipeline Login](https://github.com/askap-vast/vast-pipeline/blob/master/docs/img/login.png)](https://github.com/askap-vast/vast-pipeline/blob/master/docs/img/login.png)

Please read the [Installation Instructions](https://vast-survey.org/vast-pipeline/quickstart/installation/). If you intend to contribute to/develop the code base please read and follow the [Contributing and Developing Guidelines](https://vast-survey.org/vast-pipeline/developing/intro/).

Expand All @@ -26,7 +28,7 @@ Please read the [Installation Instructions](https://vast-survey.org/vast-pipelin

## Screenshots and Previews

[![VAST Pipeline Overview](https://github.com/askap-vast/vast-pipeline/blob/issue-385-mkdocs-doc/docs/img/vast_pipeline_overview1.gif)](https://github.com/askap-vast/vast-pipeline/blob/issue-385-mkdocs-doc/docs/img/vast_pipeline_overview1.gif)
[![VAST Pipeline Overview](https://github.com/askap-vast/vast-pipeline/blob/master/docs/img/vast_pipeline_overview1.gif)](https://github.com/askap-vast/vast-pipeline/blob/master/docs/img/vast_pipeline_overview1.gif)


## Credits & Acknowledgements
Expand Down