-
Notifications
You must be signed in to change notification settings - Fork 41
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
Expand documentation, add discussion on counterintuitive behavior #188
Conversation
converting ### to ##
Ah, this probably shouldn't be merged until after #186 because the examples include StaticArrays. |
Other possible things that might be useful to document? I don't know if it'd be necessary to add docs for
|
moving index.md to reference.md, moving overview.md to index.md (and deleting overview.md)
This seems to be a nice addition from my point of view |
Thanks again for the PR and sorry I haven't come back to it in a while, this is a massive improvement to the current docs! I've left a few minor comments, but it's mostly very good. About the commented things in the |
Co-authored-by: Pietro Vertechi <[email protected]>
No worries at all, glad you found it useful :)
Done in #201 |
Co-authored-by: Pietro Vertechi <[email protected]>
getindex
creatingstruct
entries on the flysetindex!
andsetfield!
of immutable types #181 (comment) and Indexed ".=" behavior and Base.dotview #187). Addresses Indexed ".=" behavior and Base.dotview #187