-
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
External Resources: Add repository "gmt-pygmt-plotting" #3213
Conversation
it's likely because the image was uploaded in a private repository. maybe try drag the image to the comment box of this PR. |
Thanks! I tried this: But it is still a link in the form of |
I adjusted the PR title, it's called repo (for repository) not repro. |
Thanks for spotting the typo 🙂! |
Description of proposed changes
This PR adds the repository gmt-pygmt-plotting to the external resources page. (Some folders are missing. These Jupyter notebooks or Python scripts will be uploaded up on acceptance of the related publication.)
Currently, I am not 100% sure about the link to the image. For the other entries, the links are significantly shorter and of the form
https://user-images.githubusercontent.com/*
instead ofhttps://private-user-images.githubusercontent.com/*
.Preview: https://pygmt-dev--3213.org.readthedocs.build/en/3213/external_resources.html#examples-from-publications-and-posters
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 command is:
/format
: automatically format and lint the code