X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 3 additions & 1 deletion templates/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<h1> Astropy Tutorials</h1>
<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>

<p>If you are a user interested in contributing a tutorial or providing feedback about existing tutorials, 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>.</p>
<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>

<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>

</section>
<section class="tutorials">
Expand Down
8 changes: 0 additions & 8 deletions tutorials/FITS-Header/FITS-header.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,6 @@
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
Expand Down
X Tutup