Skip to content

Commit 2e34dda

Browse files
committed
tightened home page text.
1 parent 629a64c commit 2e34dda

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

templates/index_template.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@
2929
<section>
3030

3131
<h1> Astropy Tutorials</h1>
32-
<p>The <a href="http://docs.astropy.org/">Astropy documentation</a> provides a structured view of the functionality within the Astropy project, but does not contain full, worked-through examples. The tutorials on this site walk through some typical software tasks and demonstrate the features in Astropy sub-packages in the context of a story or standard workflow.</p>
33-
34-
<p>If you are a user interested in contributing a tutorial, please check the <a href="https://github.com/astropy/astropy-tutorials/blob/master/README.rst">README</a> or contact the <a href="https://groups.google.com/forum/#!forum/astropy-dev">developer list</a>. The tutorials are not meant to be written by developers; we are looking for contributions from users like you!</p>
35-
36-
<p>We welcome feedback about existing tutorials through GitHub. At the top of each tutorial is a link that takes you to the Astropy Tutorials issues list. If you find a typo or would like to clarify some text, please either create an issue or submit a pull request directly to the repository. To discuss tutorial content, consider sending your questions / comments to the <a href="https://groups.google.com/forum/#!forum/astropy-dev">astropy-dev</a> mailing list.</p>
32+
<p>The tutorials on this site walk through some typical software tasks and demonstrate the features in Astropy sub-packages in the context of a story or standard workflow. See the <a href="http://docs.astropy.org/">Astropy documentation</a> for a structured view of the functionality within the Astropy project.</p>
3733

34+
3835
</section>
3936
<section class="tutorials">
4037

@@ -45,6 +42,12 @@ <h2>Tutorial Index</h2>
4542

4643
</section>
4744

45+
<section>
46+
<p>If you are a user interested in contributing a tutorial, please check the <a href="https://github.com/astropy/astropy-tutorials/blob/master/README.rst">README</a> or contact the <a href="https://groups.google.com/forum/#!forum/astropy-dev">developer list</a>. The tutorials are not meant to be written by developers; we are looking for contributions from users like you!</p>
47+
48+
<p>We welcome feedback about existing tutorials through GitHub. At the top of each tutorial is a link that takes you to the Astropy Tutorials issues list. If you find a typo or would like to clarify some text, please either create an issue or submit a pull request directly to the repository. To discuss tutorial content, consider sending your questions / comments to the <a href="https://groups.google.com/forum/#!forum/astropy-dev">astropy-dev</a> mailing list.</p>
49+
</section>
50+
4851
</div>
4952

5053
</body>

0 commit comments

Comments
 (0)