-
Notifications
You must be signed in to change notification settings - Fork 173
[DOC] Docstring n code guideline #488 #505
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
[DOC] Docstring n code guideline #488 #505
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #505 +/- ##
=======================================
Coverage 92.84% 92.84%
=======================================
Files 9 9
Lines 838 838
=======================================
Hits 778 778
Misses 60 60 |
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.
@shandou this is extremely high quality documentation! Thank you for your contribution! 😄
|
||
.. code-block:: python | ||
:linenos: | ||
:emphasize-lines: 1,2,7 |
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.
Superb! 😄 👍
|
||
Submit Feedback | ||
~~~~~~~~~~~~~~~ | ||
----------------- |
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.
Minor formatting suggestion: RST linters will usually make noise about the number of characters used to denote the header needing to match the number of characters in the heading text.
----------------- | |
--------------- |
This is great @shandou ! |
PR Description
This PR contains the following additions to
CONTRIBUTING.rst
:This PR resolves #488.
PR Checklist
Please ensure that you have done the following:
<your_username>
:master, but rather from<your_username>
:<branch_name>.AUTHORS.rst
.Sorry, but I don't see the
CHANGELOG.rst
file. Where is it?3. [ ] Add a line to
CHANGELOG.rst
under the latest version header (i.e. the one that is "on deck") describing the contribution.- Do use some discretion here; if there are multiple PRs that are related, keep them in a single line.
Quick Check
To do a very quick check that everything is correct, follow these steps below:
make check
from pyjanitor's top-level directory. This will automatically run:Once done, please check off the check-box above.
If
make check
does not work for you, you can execute the commands listed in the Makefile individually.Documentation Changes
If you are adding documentation changes, please ensure the following:
Relevant Reviewers
Please tag maintainers to review.
Notes to reviewer:
Apologies for taking so long! I am not sure if my doc changes are a bit too detailed. When reviewing, please also check if there are any English issues and correct them as you go (I am not a native speaker). And please do not hesitate in providing feedback!
Thanks a lot! 😃