-
Notifications
You must be signed in to change notification settings - Fork 235
Update the starter tutorial introduction #1607
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
62d3f3f
add starter-tutorial.rst as intro for tutorial
willschlitzer ef4d987
update doc/conf.py to fix merge conflicts
willschlitzer 8f5c49c
merge main branch changes
willschlitzer 41814f3
update conf.py for starer tutorials folder
willschlitzer 3661ada
Apply suggestions from code review
willschlitzer 5605b9d
moving tutorial files
willschlitzer 793b555
update conf.py
willschlitzer 77799f0
add starter tutorial files to gitignore
willschlitzer 1ab117c
add starter tutorials to Makefile
willschlitzer 962d05d
run make fomrat
willschlitzer a9441a2
add into to README.txt
willschlitzer d6e7c1e
remove sub-sections in intro
willschlitzer 943c51f
update docstrings
willschlitzer 016b7f7
update the first figure plotted
willschlitzer 33fb360
update coordinates in first figure example
willschlitzer 473a63b
add external display parameter explanation
willschlitzer bd99bcf
style fix
willschlitzer cf98638
format fix
willschlitzer 9131163
add projection settings
willschlitzer b9aa8d6
removing figure saving from tutorial
willschlitzer 03bc80a
wording update
willschlitzer 3c53e55
add frame section
willschlitzer c880bd7
add additional exercises
willschlitzer b89e708
format fix
willschlitzer ae030ba
specify sphinx gallery image
willschlitzer 0e8efcb
Apply suggestions from code review
willschlitzer af13124
remove "About PyGMT" section from starter tutorial
willschlitzer 416175b
rename starter tutorial
willschlitzer 3be0dca
rename starter tutorial folder
willschlitzer 3479d32
update Makefile with new tutorial folder name
willschlitzer 94b9976
update gitignore with new tutorial folder name
willschlitzer cd7f278
update index with new tutorial folder name
willschlitzer 748c12b
update folder name
willschlitzer c02cdaf
fix link
willschlitzer b792c6c
Apply suggestions from code review
willschlitzer 9604d7f
Apply suggestions from code review
willschlitzer b1e3b5e
update additional exercises
willschlitzer 7fe3ee1
style fix
willschlitzer 1f3a071
Merge branch 'main' into tutorial/starter-tutorial
willschlitzer 380d4af
Merge branch 'main' into tutorial/starter-tutorial
willschlitzer e90bc27
Apply suggestions from code review
willschlitzer 64dfe0a
change frame argument
willschlitzer 3ae1a1e
run make format
willschlitzer 75fb36c
format lines
willschlitzer a4a417c
Merge branch 'main' into tutorial/starter-tutorial
michaelgrund 7c1ffec
Apply suggestions from code review
willschlitzer 2024b6c
remove mention of using external method for show
willschlitzer f912e75
changing frame settings
willschlitzer dfc996d
change ISO code description
willschlitzer 892a14c
format fix
willschlitzer 3ce6a71
Apply suggestions from code review
willschlitzer 237e141
update README
willschlitzer 9f5568f
add link to Jupyter notebook
willschlitzer 5910c38
update install link
willschlitzer 894a1cd
Merge branch 'main' into tutorial/starter-tutorial
willschlitzer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| Starter Tutorial | ||
| ================ | ||
|
|
||
| Welcome to PyGMT! This tutorial is designed to teach the basic concepts to | ||
| make a map in PyGMT. | ||
|
|
||
| About this tutorial | ||
| ------------------- | ||
|
|
||
| This tutorial assumes that PyGMT has been successfully installed. A quick | ||
| way to test this is to type ``import pygmt`` in a Python IDE or Jupyter | ||
| Notebook. | ||
|
|
||
| This tutorial will progressively cover PyGMT plotting concepts, and later | ||
| examples will use concepts explained in previous examples. It will not | ||
| cover all PyGMT modules. | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
|
|
||
| starter-tutorials/first_figure.rst | ||
willschlitzer marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.