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

Correct Documenter bug #19

Merged
merged 3 commits into from
Sep 10, 2021
Merged

Correct Documenter bug #19

merged 3 commits into from
Sep 10, 2021

Conversation

gdalle
Copy link
Member

@gdalle gdalle commented Sep 9, 2021

My last PR #16 had a faulty Documenter import, this fixes that.

@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #19 (b5d7ea8) into master (e7d9761) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          227       227           
=========================================
  Hits           227       227           

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 e7d9761...b5d7ea8. Read the comment docs.

@bramtayl
Copy link
Collaborator

bramtayl commented Sep 9, 2021

I tend to like to only import exactly what I need, in this case, something like:

using Documenter: deploydocs, HTML, makedocs

would work, but this also works

@gdalle
Copy link
Member Author

gdalle commented Sep 10, 2021

I tend to like to only import exactly what I need, in this case, something like:

using Documenter: deploydocs, HTML, makedocs

would work, but this also works

I modified the file accordingly :)

@bramtayl bramtayl merged commit 1e48015 into JuliaGraphs:master Sep 10, 2021
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.

None yet

2 participants