-
Notifications
You must be signed in to change notification settings - Fork 224
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
Move projection table to Technical References #3356
Conversation
/format |
doc/techref/index.md
Outdated
@@ -9,4 +9,5 @@ visit the {gmt-docs}`GMT Technical Reference <reference.html>`. | |||
:maxdepth: 1 | |||
|
|||
encodings.md | |||
projections.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be .rst
unless you want to convert it to markdown
projections.md | |
projections.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in b351314.
I would prefer to have a separate PR for rewriting the projection table to markdown.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me except one comment
Co-authored-by: Dongdong Tian <[email protected]>
@@ -113,7 +113,7 @@ jobs: | |||
sphinx-autodoc-typehints | |||
sphinx-copybutton | |||
sphinx-design | |||
sphinx-gallery<0.17.0 | |||
sphinx-gallery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am wondering if we should have two PRs:
- one for moving the projection table to fix issue Documentation building fails with sphinx-gallery 0.17.0 #3346
- one for unpinning the sphinx-gallery version to revert PR Temporarily pin sphinx-gallery<0.17.0 #3350
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think one PR is OK
Description of proposed changes
Since Sphinx-Gallery 0.17.0, building the Documentation fails (see #3346 (comment)). It seems like the problem is the
pygmt/examples/projections/table
folder which only contains the README file with the projection table (see #3346 (comment)). To fix this and get rid of thetable
folder, this PR moves the projection table to the "Technical References".Fixes #3346
Previews
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash command is:
/format
: automatically format and lint the code