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

DOC: Autoreformat docstrings. #493

Merged
merged 1 commit into from
Apr 24, 2021
Merged

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Apr 24, 2021

This uses an autoreformatter to reformat and fix some of the common
mistakes in numpydoc.

Some of this is purely visual, but other like space before colon in
parameters actually have semantic values. In the case of space before
colon this is to make sure that nupmydoc properly distinguish the
parameter name from its type.

This uses an autoreformatter to reformat and fix some of the common
mistakes in numpydoc.

Some of this is purely visual, but other like space before colon in
parameters actually have semantic values. In the case of space before
colon this is to make sure that nupmydoc properly distinguish the
parameter name from its type.
@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2021

Codecov Report

Merging #493 (0fa4721) into master (15d3782) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #493      +/-   ##
==========================================
- Coverage   77.75%   77.70%   -0.06%     
==========================================
  Files         106      106              
  Lines        9269     9256      -13     
  Branches      997      996       -1     
==========================================
- Hits         7207     7192      -15     
- Misses       1706     1707       +1     
- Partials      356      357       +1     
Impacted Files Coverage Δ
jupyter_server/_sysinfo.py 81.25% <ø> (ø)
jupyter_server/_tz.py 94.44% <ø> (ø)
jupyter_server/auth/login.py 69.76% <ø> (ø)
jupyter_server/base/zmqhandlers.py 59.31% <ø> (ø)
jupyter_server/extension/serverextension.py 75.88% <ø> (ø)
jupyter_server/gateway/managers.py 76.87% <ø> (ø)
jupyter_server/serverapp.py 67.23% <ø> (+0.10%) ⬆️
jupyter_server/services/contents/checkpoints.py 46.51% <ø> (ø)
jupyter_server/services/contents/fileio.py 75.26% <ø> (-0.13%) ⬇️
jupyter_server/services/contents/manager.py 87.76% <ø> (-0.04%) ⬇️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15d3782...0fa4721. Read the comment docs.

@blink1073 blink1073 added this to the 1.7 milestone Apr 24, 2021
Copy link
Collaborator

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thank you!

@blink1073 blink1073 merged commit ca5622a into jupyter-server:master Apr 24, 2021
hMED22 pushed a commit to hMED22/jupyter_server that referenced this pull request Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants