Skip to content

Commit

Permalink
Add links to Scipy2017 talk in README and docs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Dec 4, 2017
1 parent 6f28861 commit 3f5e6fb
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ Getting started
`API Reference <https://genericmappingtools.github.io/gmt-python/api>`__
to see what is already available.

About
-----

Watch the `Scipy 2017 talk about GMT/Python <https://github.com/GenericMappingTools/scipy2017>`__
for more information about the history and goals of the project:

.. image:: https://raw.githubusercontent.com/GenericMappingTools/gmt-python/master/doc/_static/scipy2017-youtube-thumbnail.png
:alt: YouTube recording of the Scipy2017 talk.
:target: https://www.youtube.com/watch?v=93M4How7R24

Project goals
-------------
Expand Down
Binary file added doc/_static/scipy2017-youtube-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ h1 {
font-size: 4em;
}

.youtube-embed {
max-width: 600px;
margin-bottom: 24px;
}

.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.wy-nav-content {
max-width: 1000px;
}
Expand Down
19 changes: 18 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,30 @@ Getting started
.. note::

**This package is in early stages development**.

We welcome any feedback and ideas!
Let us know by submitting
`issues on Github <https://github.com/GenericMappingTools/gmt-python/issues>`__
or send us a message on our
`Gitter chatroom <https://gitter.im/GenericMappingTools/gmt-python>`__.

About
-----

Watch the `Scipy 2017 talk about GMT/Python <https://github.com/GenericMappingTools/scipy2017>`__
for more information about the history and goals of the project:

.. raw:: html

<div class="youtube-embed">
<div class="video-container">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/93M4How7R24" frameborder="0"
allowfullscreen></iframe>
</div>
</div>




Project goals
-------------
Expand Down

0 comments on commit 3f5e6fb

Please sign in to comment.