Tutorial notebook explanation#806
Conversation
…le; changing units from US to SI
# Conflicts: # examples/projections/cyl/cyl_transverse_mercator.py # examples/projections/cyl/cyl_universal_transverse_mercator.py
|
@seisman Not sure if I messed up the fetch/force push, but I'm still seeing all of the old commits in this PR. |
|
@GenericMappingTools/python-maintainers Do we think the explanation lines for using a notebook should be on all gallery examples as well? I think tutorials are sufficient, but I can add it in galleries as well. |
|
@GenericMappingTools/python Could I get a review/feedback for this pull request? I'm hoping to get it in for the documentation on v0.3. |
|
Is there a way to insert a common block of text in multiple tutorial pages? Better than copying and pasting so much text around everytime we make a change. |
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
I think this is a good idea, but I don't think we'll be able to get it done before v0.3, so I would rather have this note in here as is, for now, rather than no note at all. |
It's a good idea. I tried to explore the possible ways but didn't find one. As we will delete these notes after we finish #529, I feel that the current PR is the simplest solution. |
weiji14
left a comment
There was a problem hiding this comment.
Ok. Since it's temporary let's go with it. But one small comment.
*Add a note in all tutorial examples to explain the use of a Python notebook Co-authored-by: Dongdong Tian <seisman.info@gmail.com> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
As discussed in #182, this is to update the doc strings for the tutorials to state they assume the use of a Python notebook, how to modify the code to use a Pythons script, and how to save figures. These lines should be removed once #529 is merged.