Skip to content
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

Update GMT argument in the azimuthal projections gallery to doc standards #776

Merged
merged 30 commits into from
Jan 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
adf4526
Update azim_equidistant.py to GMT argument doc standards
willschlitzer Dec 30, 2020
bdb9afa
Testing format deployment
willschlitzer Dec 30, 2020
0a367f3
Test removing space around
willschlitzer Dec 30, 2020
d4284f6
Test formatting by cancelling spaces
willschlitzer Dec 30, 2020
600d7cf
Fix formatting typo
willschlitzer Dec 30, 2020
0ce84f1
Formatting docstring
willschlitzer Dec 30, 2020
ee3fb6f
Update formatting; include scale/width description
willschlitzer Dec 30, 2020
e386a28
Update docstring for azim_general_perspective.py
willschlitzer Dec 31, 2020
16e31bc
Update docstring for azim_general_stereographic.py to GMT argument st…
willschlitzer Dec 31, 2020
6911024
Making docstring r-strings in azim_general_perspective.py and azim_ge…
willschlitzer Dec 31, 2020
c879dc4
Removing explanation for the region parameter in azim_general_stereog…
willschlitzer Dec 31, 2020
5e99754
Merge branch 'master' into gmt-args-proj-azim
willschlitzer Dec 31, 2020
13fa4e3
Add scale/width explanation to azim_general_stereographic.py
willschlitzer Dec 31, 2020
e506c1a
Add projection explanation to azim_general_stereographic.py
willschlitzer Dec 31, 2020
b60dfdf
Clean up docstring in azim_general_stereographic.py
willschlitzer Jan 1, 2021
686115a
Clean up docstring in azim_general_perspective.py
willschlitzer Jan 1, 2021
c4c4165
Clean up docstring in azim_general_perspective.py
willschlitzer Jan 1, 2021
52434e7
Clean up docstring in azim_equidistant.py
willschlitzer Jan 1, 2021
8859a4b
Merge branch 'master' into gmt-args-proj-azim
willschlitzer Jan 1, 2021
9ab9a52
Clean up docstring in azim_gnomonic.py
willschlitzer Jan 1, 2021
99bc7a9
Clean up docstring in azim_gnomonic.py
willschlitzer Jan 1, 2021
3fbe7ab
Clean up docstring in azim_lambert.py
willschlitzer Jan 1, 2021
be7760e
Clean up docstring in azim_orthographic.py
willschlitzer Jan 1, 2021
0d56291
Clean up docstring in azim_equidistant.py
willschlitzer Jan 1, 2021
6aa5a53
Clean up docstring in azim_general_perspective.py.py
willschlitzer Jan 1, 2021
b73d1b7
Clean up docstring in azim_orthographic.py
willschlitzer Jan 1, 2021
6359c74
Clean up docstring in azim_general_stereographic.py
willschlitzer Jan 1, 2021
bdb8a2d
Update examples/projections/azim/azim_equidistant.py
willschlitzer Jan 1, 2021
487ae99
Merge branch 'master' into gmt-args-proj-azim
willschlitzer Jan 1, 2021
0d816cb
Update examples/projections/azim/azim_lambert.py
seisman Jan 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up docstring in azim_gnomonic.py
  • Loading branch information
willschlitzer committed Jan 1, 2021
commit 9ab9a52087be2662cf41fd6177a31e05ef75a7b6
10 changes: 6 additions & 4 deletions examples/projections/azim/azim_gnomonic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
r"""
Gnomonic
========

Expand All @@ -10,10 +10,12 @@
that the scope of application is restricted to a small area around the
projection center (at a maximum of 60°).

``flon0/lat0[/horizon]/scale`` or ``Flon0/lat0[/horizon]/width``
**f**\ *lon0/lat0*\ [*/horizon*\ ]\ */scale*
or **F**\ *lon0/lat0*\ [*/horizon*\ ]\ */width*

``lon0/lat0`` specify the projection center, the optional parameter ``horizon``
specifies the max distance from projection center (in degrees, < 90, default 60).
*lon0/lat0* specify the projection center, the optional parameter *horizon*
specifies the max distance from projection center (in degrees, < 90, default 60), and
*scale* or *width* sets the size of the figure..
"""
import pygmt

Expand Down