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

Combine documentation and compatibility sections in README.rst #1415

Merged
merged 6 commits into from
Aug 7, 2021

Conversation

maxrjones
Copy link
Member

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

  • Run make format and make check to make sure the code follows the style guide.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Add new public functions/methods/classes to doc/api/index.rst.
  • Write detailed docstrings for all functions/methods.
  • If adding new functionality, add an example to docstrings or tutorials.

Slash Commands

You can write slash commands (/command) in the first line of a comment to perform
specific operations. Supported slash commands are:

  • /format: automatically format and lint the code
  • /test-gmt-dev: run full tests on the latest GMT development version

@seisman
Copy link
Member

seisman commented Aug 5, 2021

@meghanrjones There is a conflict with the latest README.rst file.

@maxrjones
Copy link
Member Author

@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?

Copy link
Member

@weiji14 weiji14 left a 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.

Meghan Jones and others added 2 commits August 5, 2021 17:50
@maxrjones
Copy link
Member Author

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.

Looks OK

@maxrjones maxrjones added the documentation Improvements or additions to documentation label Aug 6, 2021
@weiji14 weiji14 changed the title Combine documentation and compatibility sections in README.md Combine documentation and compatibility sections in README.rst Aug 6, 2021
Copy link
Member

@core-man core-man left a comment

Choose a reason for hiding this comment

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

Looks great~

@maxrjones maxrjones added the final review call This PR requires final review and approval from a second reviewer label Aug 6, 2021
@seisman seisman added this to the 0.4.1 milestone Aug 7, 2021
Copy link
Member

@weiji14 weiji14 left a 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.

image

@weiji14 weiji14 merged commit b5841d6 into main Aug 7, 2021
@weiji14 weiji14 deleted the docs-versions branch August 7, 2021 09:05
@weiji14 weiji14 removed the final review call This PR requires final review and approval from a second reviewer label Aug 7, 2021
sixy6e pushed a commit to sixy6e/pygmt that referenced this pull request Dec 21, 2022
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the "documentation for other versions" section from the README file
6 participants