Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8473c69
Reorganize gallery examples
willschlitzer Mar 3, 2021
b63a481
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 3, 2021
8ba8cb0
Update conf.py
willschlitzer Mar 3, 2021
77e377f
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 3, 2021
c4ab089
Changing "line" to "lines"
willschlitzer Mar 4, 2021
f7c2d3c
Merge remote-tracking branch 'origin/reorganize-gallery' into reorgan…
willschlitzer Mar 4, 2021
3639b50
Rename folder from "line" to "lines"
willschlitzer Mar 5, 2021
965dbf3
Rename inset.py tutorial example to inset-tutorial.py
willschlitzer Mar 5, 2021
642d9c2
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 5, 2021
5ebef74
Change sort for gallery
willschlitzer Mar 7, 2021
9c7be55
Add image and contour gallery
willschlitzer Mar 7, 2021
4ad94d0
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 7, 2021
c317fb7
Update import statement
willschlitzer Mar 7, 2021
c433af9
Remove unused import
willschlitzer Mar 7, 2021
7e56d9f
Update doc/conf.py
willschlitzer Mar 8, 2021
897cf57
Update examples/gallery/symbols/README.txt
willschlitzer Mar 9, 2021
b2d21a3
move logo.py and track_sampling.py to images gallery folder
willschlitzer Mar 9, 2021
7fa38ac
Merge branch 'reorganize-gallery' of github.com:GenericMappingTools/p…
willschlitzer Mar 9, 2021
56358b0
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 9, 2021
4b1bb78
Replace underscores with hyphens in file names for gallery examples
willschlitzer Mar 9, 2021
8c70c98
Merge branch 'master' into reorganize-gallery
seisman Mar 9, 2021
b978c7e
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 10, 2021
363b54b
Replace hyphens with underscores
willschlitzer Mar 11, 2021
e2b6007
Reorganize galleries
willschlitzer Mar 11, 2021
b78b9e8
Merge branch 'master' into reorganize-gallery
willschlitzer Mar 11, 2021
f953632
Rename two files using underscores
seisman Mar 11, 2021
e0e507d
Rename inset-tutorial.py to insets.py
seisman Mar 11, 2021
f6622f8
Update references in examples
seisman Mar 11, 2021
e3c8c10
Rename 3d-plots to 3d_plots
seisman Mar 11, 2021
ce706f4
Fix a broken reference to inset.py
seisman Mar 11, 2021
a3c54aa
Merge branch 'master' into reorganize-gallery
seisman Mar 12, 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
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"gallery_dirs": ["gallery", "tutorials", "projections"],
"subsection_order": ExplicitOrder(
[
"../examples/gallery/line",
"../examples/gallery/coast",
"../examples/gallery/plot",
"../examples/gallery/grid",
"../examples/gallery/maps",
"../examples/gallery/lines",
"../examples/gallery/symbols",
"../examples/gallery/3d-plots",
"../examples/projections/azim",
"../examples/projections/conic",
"../examples/projections/cyl",
Expand Down
2 changes: 2 additions & 0 deletions examples/gallery/3d-plots/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3D Plots
--------
2 changes: 0 additions & 2 deletions examples/gallery/coast/README.txt

This file was deleted.

2 changes: 0 additions & 2 deletions examples/gallery/grid/README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions examples/gallery/line/README.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Lines
-----
Lines and vectors
Comment thread
willschlitzer marked this conversation as resolved.
-----------------
2 changes: 2 additions & 0 deletions examples/gallery/maps/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Maps and map elements
---------------------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions examples/gallery/plot/README.txt

This file was deleted.

2 changes: 2 additions & 0 deletions examples/gallery/symbols/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Images, symbols, and markers
----------------------------
Comment thread
willschlitzer marked this conversation as resolved.
Outdated
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.