Adding docs for when docs site is up and improving readme - #36
Adding docs for when docs site is up and improving readme#36thomasgudjonwright wants to merge 4 commits into
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 158 158
=========================================
Hits 158 158 Continue to review full report at Codecov.
|
| pages=[ | ||
| "Home" => "index.md", | ||
| ], | ||
| pages=["Home" => "index.md", "API" => "api.md",], |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| pages=["Home" => "index.md", "API" => "api.md",], | |
| pages=["Home" => "index.md", "API" => "api.md"], |
Is it obvious to you why the docs are breaking? Is it maybe since the doc site isn't fully set up yet? I wouldn't think that would mean we can't have an |
|
I think it might be that, because My suspision is that autodocs is producing a million docstrings for all of the methods of |
Bingo, it ran with that change |
Starting to improve documentation.