Skip to content

Commit 0198af6

Browse files
authored
Merge pull request #432 from sourceryinstitute/small-fixes
Small tweaks: exclude stuff from dist
2 parents 62bf1a8 + ec14816 commit 0198af6

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ developer-scripts export-ignore
3232
codecov.yml export-ignore
3333
*.enc export-ignore
3434
.github export-ignore
35+
makefile export-ignore
36+
Makefile export-ignore
37+
make.inc* export-ignore
38+
src/gasnet export-ignore
3539

3640
# Perform substitutions when `git export`ing these files
3741
.VERSION export-subst

README.md

+22-11
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ OpenCoarrays
1919
[![Download as PDF][pdf img]](https://md2pdf.herokuapp.com/sourceryinstitute/OpenCoarrays/blob/master/README.pdf)
2020
[![Twitter URL][twitter img]][default tweet]
2121

22-
[Overview](#overview) ·
23-
[Downloads](#downloads) ·
24-
[Compatibility](#compatibility) ·
25-
[Prerequisites](#prerequisites) ·
26-
[Installation](#installation) ·
27-
[Getting Started](#getting-started) ·
28-
[Contributing](#contributing) ·
29-
[Status](#status) ·
30-
[Support](#support) ·
31-
[Acknowledgements](#acknowledgements) ·
32-
[Donate](#donate)
22+
[News](#news) | [Overview](#overview) | [Downloads](#downloads) |
23+
[Compatibility](#compatibility) | [Prerequisites](#prerequisites) |
24+
[Installation](#installation) | [Getting Started](#getting-started) |
25+
[Contributing](#contributing) | [Status](#status)
26+
[Support](#support) | [Acknowledgements](#acknowledgements) | [Donate](#donate)
3327

3428
</div>
3529

30+
News
31+
----
32+
33+
You can now [try OpenCoarrays online] as a [Jupyter] [notebook kernel]
34+
using [Binder]! No downloads, configuration or installation required!
35+
Please note: the default [index.ipynb] notebook is read only. You can
36+
execute it, but if you want to make changes you should create a copy
37+
of it or create an entirely new [CAF kernel][notebook kernel]
38+
notebook.
39+
3640
Overview
3741
--------
3842

@@ -178,6 +182,7 @@ to aid in development efforts.
178182

179183
[Hyperlinks]:#
180184

185+
[News]: #news
181186
[Overview]: #overview
182187
[Downloads]: #downloads
183188
[Compatibility]: #compatibility
@@ -215,6 +220,12 @@ to aid in development efforts.
215220
[Issues]: https://github.com/sourceryinstitute/OpenCoarrays/issues
216221
[Releases]: https://github.com/sourceryinstitute/OpenCoarrays/releases
217222

223+
[try OpenCoarrays online]: https://bit.ly/CAF-Binder
224+
[notebook kernel]: https://github.com/sourceryinstitute/jupyter-CAF-kernel
225+
[Binder]: https://beta.mybinder.org
226+
[Jupyter]: https://jupyter.org
227+
[index.ipynb]: https://nbviewer.jupyter.org/github/sourceryinstitute/jupyter-CAF-kernel/blob/master/index.ipynb
228+
218229
[build img]: https://img.shields.io/travis-ci/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square "Travis-CI build badge"
219230
[CI Master Branch]: https://travis-ci.org/sourceryinstitute/OpenCoarrays?branch=master "View Travis-CI builds"
220231
[download img]: https://img.shields.io/github/downloads/sourceryinstitute/OpenCoarrays/total.svg?style=flat-square "Download count badge"

0 commit comments

Comments
 (0)