From aaaf0173faa98f32badb4a23298144133e1404d9 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Tue, 22 Apr 2014 11:21:51 -0400 Subject: [PATCH 1/4] add note about issues --- templates/index_template.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index_template.html b/templates/index_template.html index 5900159df..7d2f22feb 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.

From 1e22bdd55f44ce950ce27569cf29a0da6ab11bc6 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Tue, 22 Apr 2014 11:22:02 -0400 Subject: [PATCH 2/4] font size and width --- html/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } From a908c3a6776450f0a828d1fedd3fb9657762f062 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Tue, 22 Apr 2014 11:33:32 -0400 Subject: [PATCH 3/4] remove empty cell at end --- tutorials/FITS-Header/FITS-header.ipynb | 8 -------- 1 file changed, 8 deletions(-) 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": {} From d10f7538e51f31a6c3ade319fec12fa0d7436b8d Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Tue, 22 Apr 2014 11:47:12 -0400 Subject: [PATCH 4/4] added bit about mailing list --- templates/index_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index_template.html b/templates/index_template.html index 7d2f22feb..03f9eebfa 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -33,7 +33,7 @@

Astropy Tutorials

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.

+

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.