diff --git a/html/css/style.css b/html/css/style.css index 557d76874..dd55b7201 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -6,12 +6,12 @@ #wrapper{ margin:0 auto; - max-width:960px; + max-width:900px; padding:0 10px; min-width: 320px; /* min-width of whole site */ line-height: 1.25em; - font-size: 14px; + font-size: 16px; color:#333; font-family: 'Open Sans', sans-serif; } diff --git a/templates/index_template.html b/templates/index_template.html index 5900159df..03f9eebfa 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -31,7 +31,9 @@

Astropy Tutorials

The Astropy documentation 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.

-

If you are a user interested in contributing a tutorial or providing feedback about existing tutorials, please check the README or contact the developer list.

+

If you are a user interested in contributing a tutorial, please check the README or contact the developer list. The tutorials are not meant to be written by developers; we are looking for contributions from users like you!

+ +

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 astropy-dev mailing list.

diff --git a/tutorials/FITS-Header/FITS-header.ipynb b/tutorials/FITS-Header/FITS-header.ipynb index 11e3faa7c..0dc311da3 100644 --- a/tutorials/FITS-Header/FITS-header.ipynb +++ b/tutorials/FITS-Header/FITS-header.ipynb @@ -204,14 +204,6 @@ "language": "python", "metadata": {}, "outputs": [] - }, - { - "cell_type": "code", - "collapsed": false, - "input": [], - "language": "python", - "metadata": {}, - "outputs": [] } ], "metadata": {}