-
Notifications
You must be signed in to change notification settings - Fork 3
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
Initial setup of docs #51
Conversation
Using the following steps: ``` (docs) pkg> rm Documenter (docs) pkg> resolve (docs) pkg> add Documenter ```
Based on guidance in `Documenter.jl` docs (at v1.3.0).
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #51 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 11 -1
Lines 258 309 +51
=========================================
+ Hits 258 309 +51 ☔ View full report in Codecov by Sentry. |
Run from the package root directory: ``` julia --project=docs -e 'using LiveServer; servedocs()' ```
Much more work to be done on writing documentation, but going ahead and merging since this gets us started! Some test failures, but those are likely unrelated (this only touched |
Work on #7