-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move docs to readme #8
Conversation
@@ -92,10 +92,3 @@ jobs: | |||
files: lcov.info | |||
flags: WeakKeyIdDicts | |||
token: ${{ secrets.CODECOV_TOKEN }} | |||
# - name: Percy Upload |
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 would just delete this, I can't see us needing it on this repo
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.
moving to the README sounds good.
I think it would be nice to flesh out the readme a bit more, e.g. linking to WeakKeyDicts in the julia manual and to IdDicts, mentioning the limitation that keys must satisfy ismutable(key) == true
, mentioning how object identity is used (not hashing) etc. That doesn't need to be in this PR though.
This repo is trivial enough that I'm just including the docs in the readme.