Skip to content
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
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ developer-scripts export-ignore
codecov.yml export-ignore
*.enc export-ignore
.github export-ignore
makefile export-ignore
Makefile export-ignore
make.inc* export-ignore
src/gasnet export-ignore

# Perform substitutions when `git export`ing these files
.VERSION export-subst
33 changes: 22 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ OpenCoarrays
[![Download as PDF][pdf img]](https://md2pdf.herokuapp.com/sourceryinstitute/OpenCoarrays/blob/master/README.pdf)
[![Twitter URL][twitter img]][default tweet]

[Overview](#overview) ·
[Downloads](#downloads) ·
[Compatibility](#compatibility) ·
[Prerequisites](#prerequisites) ·
[Installation](#installation) ·
[Getting Started](#getting-started) ·
[Contributing](#contributing) ·
[Status](#status) ·
[Support](#support) ·
[Acknowledgements](#acknowledgements) ·
[Donate](#donate)
[News](#news) | [Overview](#overview) | [Downloads](#downloads) |
[Compatibility](#compatibility) | [Prerequisites](#prerequisites) |
[Installation](#installation) | [Getting Started](#getting-started) |
[Contributing](#contributing) | [Status](#status)
[Support](#support) | [Acknowledgements](#acknowledgements) | [Donate](#donate)

</div>

News
----

You can now [try OpenCoarrays online] as a [Jupyter] [notebook kernel]
using [Binder]! No downloads, configuration or installation required!
Please note: the default [index.ipynb] notebook is read only. You can
execute it, but if you want to make changes you should create a copy
of it or create an entirely new [CAF kernel][notebook kernel]
notebook.

Overview
--------

Expand Down Expand Up @@ -178,6 +182,7 @@ to aid in development efforts.

[Hyperlinks]:#

[News]: #news
[Overview]: #overview
[Downloads]: #downloads
[Compatibility]: #compatibility
Expand Down Expand Up @@ -215,6 +220,12 @@ to aid in development efforts.
[Issues]: https://github.com/sourceryinstitute/OpenCoarrays/issues
[Releases]: https://github.com/sourceryinstitute/OpenCoarrays/releases

[try OpenCoarrays online]: https://bit.ly/CAF-Binder
[notebook kernel]: https://github.com/sourceryinstitute/jupyter-CAF-kernel
[Binder]: https://beta.mybinder.org
[Jupyter]: https://jupyter.org
[index.ipynb]: https://nbviewer.jupyter.org/github/sourceryinstitute/jupyter-CAF-kernel/blob/master/index.ipynb

[build img]: https://img.shields.io/travis-ci/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square "Travis-CI build badge"
[CI Master Branch]: https://travis-ci.org/sourceryinstitute/OpenCoarrays?branch=master "View Travis-CI builds"
[download img]: https://img.shields.io/github/downloads/sourceryinstitute/OpenCoarrays/total.svg?style=flat-square "Download count badge"
Expand Down