-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a shorter video introduction to the home page #1769
Conversation
Wow, this is awesome! The video looks really professional, and I think you summarized most of the key features of PyGMT along with the open source community aspect nicely. Definitely something to get on the front page for PyGMT v0.6.0 😄 |
README.rst
Outdated
But if you need some convincing first, watch this `1 hour introduction <https://www.youtube.com/watch?v=SSIGJEe0BIk>`__ to PyGMT! | ||
For a quicker introduction, check out our `3 minute overview <https://youtu.be/4iPnITXrxVU>`__! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just keep the 3 min part here. Suggest moving the 1 hour intro sentence after the 3 min video.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should remove the link to the 1-hour video, because we already have more update-to-date tutorials and gallery examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the tutorial link from this paragraph and added a reference to the external resources page in the following paragraph. Let me know if you rather only keep references to our internal gallery and examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me.
…s#1769) Replace the video on the PyGMT landing page with a shorter, 3 minute intro that includes plotting, processing, and community aspects of PyGMT
Description of proposed changes
Following the discussion from #613, this PR updates the video on the PyGMT landing page to be a shorter intro to PyGMT. I could remake the video if anyone has suggestions that they want included.
Fixes #
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version