-
Notifications
You must be signed in to change notification settings - Fork 7
Change to colorsys #16
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
It seems that we have some trouble building the docs.
I'm not really sure what this error is trying to indicate. I thought this SO question might be relavent: https://stackoverflow.com/questions/14079655/cannot-get-toctree-in-sphinx-to-show-link but I'm not sure after poking around some. Our other libraries don't seem to have titles in the rst files like the answer here is suggesting and they still build okay. I will take a closer look in the next few days and try to make this match another libraries docs setup. |
|
||
""" | ||
`adafruit_cpython` | ||
==================================================== |
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.
This is the title that was used before. I think you'll want something like this in colorsys.py.
Thank you! got it building now. |
So happy for this :) |
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.
Thanks!
@tannewt Should I migrate the library name and everything to colorsys? I assume I need to change it in settings, then update the readthedocs thing and make sure it's deploying to pypi correctly |
@dherrada Yes please! |
I believe this are the necessary changes for this to get moved over to being colorsys.
I updated the gitignore, removed the cpython file, added the example script.
I don't believe I have access to rename the repo, but I think that is ready to be done after this is merged.