-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update Docs #84
Update Docs #84
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
=======================================
Coverage 97.56% 97.56%
=======================================
Files 6 6
Lines 205 205
=======================================
Hits 200 200
Misses 5 5
Continue to review full report at Codecov.
|
…nt and extract/inspect data.
docs/src/metadata.md
Outdated
|
||
These `project` and `manifest` fields are just the dictionary representations of the Project.toml and Manifest.toml files found in a Julia Pkg environment. | ||
As such, we can also use `Pkg.activate` to construct and environment matching that used to write the file. | ||
``` |
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.
NOTE: I needed to run this example in my REPL and copy it in because Documenter doesn't seem to like it if you change the package environment during @repl
blocks.
…link to the README).
Closes #53 and closes #82