-
Notifications
You must be signed in to change notification settings - Fork 225
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
Combine documentation and compatibility sections in README.rst #1415
Conversation
@meghanrjones There is a conflict with the latest README.rst file. |
Thanks, resolved now. The only materials that are no longer available are links to the latest documentation and unstable documentation. Perhaps I could just add those links as a footnote below the table? |
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.
Thanks @meghanrjones, could you also run rst2html
and see if it renders ok? Just want to make sure the README shows up correctly on https://pypi.org/project/pygmt/ later.
Co-authored-by: Wei Ji <[email protected]>
Looks OK |
Co-authored-by: Yao Jiayuan <[email protected]>
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 great~
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.
Ok, I'll merge this in directly :) Thanks Meghan!
FYI, the new compatibility table looks ok on TestPyPI at https://test.pypi.org/project/pygmt/0.4.1.dev30.
…icMappingTools#1415) Condense the main README file a bit by merging the PyGMT compatibility table with the list of links to old versions of the documentation. Co-authored-by: Wei Ji <[email protected]> Co-authored-by: Yao Jiayuan <[email protected]>
Description of proposed changes
This PR condenses the README.md file a bit based on suggestions in #1358.
I will submit another commit to this branch with a version of the table with links to both the release notes and documentation for comparison.
Fixes #1358
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 commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version