Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions cite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The GMT releases are:
The articles on GMT are:

- **PyGMT**:
Tian, D., Fröhlich, Y., Leong, W. J., Grund, M., Schlitzer, W., Jones, M., Uieda, L., Luis, J. M. F. (2026).
Tian, D., Fröhlich, Y., Leong, W. J., Grund, M., Schlitzer, W., Jones, M., Uieda, L., & Luis, J. M. F. (2026).
PyGMT: Bridging Python and the Generic Mapping Tools for Geospatial Visualization and Analysis.
*Geochemistry, Geophysics, Geosystems*, 27(7), e2026GC013105.
https://doi.org/10.1029/2026GC013105
Expand All @@ -37,7 +37,7 @@ The articles on GMT are:
- **GMT Animation**:
Wessel, P., Esteban, F., & Delaviel-Anger, G. (2024).
The Generic Mapping Tools and Animations for the Masses.
*Geochemistry, Geophysics, Geosystems*, 25(6).
*Geochemistry, Geophysics, Geosystems*, 25(6), e2024GC011545.
https://doi.org/10.1029/2024GC011545
- **Origin of GMT**:
Wessel, P. (2024).
Expand Down
6 changes: 1 addition & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
# Sphinx project configuration
templates_path = ["_templates"]
exclude_patterns = ["_build"]
source_suffix = {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed.

".rst": "restructuredtext",
".md": "markdown",
}
master_doc = "index"

# General information about the project
Expand All @@ -24,7 +20,7 @@
"myst_parser",
]

myst_enable_extensions = ["colon_fence"]
myst_enable_extensions = ["colon_fence", "gfm_autolink"]

html_title = project
html_short_title = ""
Expand Down
Loading