Skip to content

Commit 19a366c

Browse files
authored
fix #174 and fix #500 : updated links in "Get In Touch" section of README (Google groups) + added subscribe form
1 parent 3ebcd92 commit 19a366c

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,13 @@ The official documentation is hosted on ReadTheDocs at http://larray.readthedocs
136136
Get in touch
137137
============
138138

139-
- Report bugs, suggest features or view the source code `on GitHub`_.
140-
- For questions, ideas or general discussion, use the `mailing list`_.
139+
- To be informed of each new release, please subscribe to the announce `mailing list`_.
140+
- For questions, ideas or general discussion, please use the `Google Users Group`_.
141+
- To report bugs, suggest features or view the source code, please go to our `GitHub website`_.
141142

142-
.. _on GitHub: http://github.com/liam2/larray
143-
.. _mailing list: https://groups.google.com/forum/#!forum/larray
143+
.. _mailing list: https://groups.google.com/d/forum/larray-announce
144+
.. _Google Users Group: https://groups.google.com/d/forum/larray-users
145+
.. _GitHub website: http://github.com/liam2/larray
144146

145147
.. end-readme-file
146148

doc/source/index.rst

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,31 @@
66
N-dimensional labelled arrays
77
=============================
88

9-
.. include:: intro.rst
9+
.. include:: ../../README.rst
10+
:start-after: start-intro:
11+
:end-before: start-install:
1012

11-
Documentation
12-
=============
13+
.. image:: _static/editor.png
14+
:align: center
15+
16+
.. include:: ../../README.rst
17+
:start-after: start-documentation:
18+
:end-before: end-readme-file
1319

14-
For answers you do not find in the documentation, use the `mailing list`_.
20+
.. raw:: html
1521

16-
.. _mailing list: https://groups.google.com/forum/#!forum/larray
22+
<p>
23+
You can subscribe to the announce mailing list by entering your email address here
24+
(if you are connected to your Google account but you want to subscribe using another address,
25+
please log out first):
26+
</p>
27+
<form action="https://groups.google.com/group/larray-announce/boxsubscribe">
28+
<input type="text" name="email:" id="subscribe-email"/>
29+
<input type="submit" name="sub" value="Subscribe">
30+
</form>
1731

18-
Contents:
32+
Contents
33+
========
1934

2035
.. toctree::
2136
:maxdepth: 2

doc/source/intro.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)