-
Notifications
You must be signed in to change notification settings - Fork 207
adding flipclock #408
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
adding flipclock #408
Conversation
tekktrik
left a comment
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.
One small fix, but otherwise good!
docs/drivers.rst
Outdated
| Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/> | ||
| WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/> | ||
| DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/> | ||
| DisplayIO FlipClock <https://readthedocs.org/projects/adafruit-circuitpython-displayio-flipclock/> |
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 like you added the RTD project page instead of the docs themelves
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 was unable to find a URL with the same format as the others that worked. This one is what it seems like it would be: https://circuitpython.readthedocs.io/projects/displayio-flipclock/en/latest/ but it doesn't find it.
I did find this one, which is a bit different with subdomains but does lead to the docs: https://adafruit-circuitpython-displayio-flipclock.readthedocs.io/en/latest/ will change it to that.
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 think the issue is that this isn't added as a subproject to CircuitPython in ReadTheDocs, I can do that but think @kattni or someone with the proper access will need to add the RTD webhook to this library.
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.
Never mind I'm not sure I can, but since you have maintainer access to the library on RTD, you can: https://readthedocs.org/dashboard/circuitpython/subprojects/create/. Webhook is still needed though.
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 don't think I've done the subproject addition process before. Do you know if that is documented somewhere?
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 don't think so, just instruction by word-of-mouth from @kattni. It might be a good idea to add it to the Learn Guide, but I also know that non-Adafruit people use it so it might be confusing for them.
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.
Please do not change the link. That it is not working is likely on me. There's a huge part of it that anyone can do, and @FoamyGuy I'll walk you through that. I need to check your permissions, you may be able to do the whole process. If not, the last step will be on me.
@FoamyGuy If you're available after the CP Weekly meeting today, we can chat to go through this, if you're interested.
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.
@kattni okay sounds good thank you. I'll be around and am happy to learn how.
|
Oof. Just noticed this got missed. @FoamyGuy Can you deal with the conflict resolution, and then tag me again for review? Thanks! |
|
Closing in favor of #414 which doesn't have the merge conflicts. |
Created recently, but hadn't been added here yet.