Skip to content
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

Merged
merged 4 commits into from
Nov 4, 2020
Merged

Update Docs #84

merged 4 commits into from
Nov 4, 2020

Conversation

rofinn
Copy link
Member

@rofinn rofinn commented Nov 4, 2020

Closes #53 and closes #82

@codecov
Copy link

codecov bot commented Nov 4, 2020

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files           6        6           
  Lines         205      205           
=======================================
  Hits          200      200           
  Misses          5        5           
Impacted Files Coverage Δ
src/serialization.jl 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6445b70...f485502. Read the comment docs.


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.
```
Copy link
Member Author

@rofinn rofinn Nov 4, 2020

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.

@rofinn rofinn merged commit 44be6eb into master Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Documenter Example in Docs has not correct Method matching
2 participants