-
Notifications
You must be signed in to change notification settings - Fork 35
Fix documentation #55
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
Conversation
@@ -3,7 +3,7 @@ | |||
# SPDX-License-Identifier: MIT | |||
|
|||
""" | |||
`wiznet5k_ntp` |
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.
Nice catch!
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.
Nice catches! Only thing I noticed is that :returns:
should be :return:
I believe. I think that goes for all the uses of :returns:
in this library, unfortunately.
:param bytearray buf: Data buffer | ||
:param nbytes: Maximum number of bytes to receive | ||
:param int flags: ignored, present for compatibility. | ||
:returns a tuple (nbytes, address) where address is a tuple (ip, port) |
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 believe this should be :return:
|
Oh, good to know! |
@Neradoc looks like the new black wants to reformat something, wanna run |
Pre-commit is the new black 🤣 Thanks! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 2.2.13 from 2.2.12: > Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#79 from Neradoc/fix-documentation > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_DHT to 3.7.2 from 3.7.1: > Merge pull request adafruit/Adafruit_CircuitPython_DHT#83 from Neradoc/fix-documentation > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_DS18X20 to 1.3.10 from 1.3.9: > Merge pull request adafruit/Adafruit_CircuitPython_DS18X20#26 from Neradoc/fix-documentation > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_FONA to 2.1.7 from 2.1.6: > Merge pull request adafruit/Adafruit_CircuitPython_FONA#17 from Neradoc/fix-documentation > Update Black to latest. Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU21D to 0.11.4 from 0.11.3: > Merge pull request adafruit/Adafruit_CircuitPython_HTU21D#19 from Neradoc/fix-documentation > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_LIDARLite to 1.2.8 from 1.2.7: > Merge pull request adafruit/Adafruit_CircuitPython_LIDARLite#18 from Neradoc/fix-documentation > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 1.12.5 from 1.12.3: > Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#55 from Neradoc/fix-documentation-params > Update Black to latest. Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_TSC2007
Missing new lines for parameters list.
Lists all submodules in APIs.