-
Notifications
You must be signed in to change notification settings - Fork 15
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
API guide is truncated. Carter should finish the sentences in the comments and docs #13
Comments
Yeah... I do that occasionally in the code base, and its something that REALLY needs to be fixed in the comments and docs throughout sometime after I do the next batch of commits and before I declare public alpha. If you want to point out other places i do that in this ticket, that'd be awesome that document in particular is/was/will be a wee "guidebook" for what modules to look at to understand end user interface vs internals vs whatever. Or at least thats the idea. But please feel welcome to ask questions here on the issue tracker, or on irc. |
Running README.md
25-Numerical Haskell is an effort to bring great numerical computation and data analysis
26:tooling to haskell, and be the best possible platform for sophisticated efforts in those same domains
27:
28:## What array Formats are Supported
notes.md
15-
16:would like to at some point change things so matrix mult and dot product
17:can be defined by by any
18:
19:## For now
28-## deep embedding backends
29:wont be supported till after "version zero", though will soon afterwards, but
30:some of the scaffolding will be visible in version zero
31:
32:## why
60-
61:example of nested layout
62:
63:col major of 2x2 rowmajor (2dim)
bug.md
12-If possible/applicabe please also include: your OS version, GHC version, the output of
13:`GHC --info`, what versions of the numerical-haskell libs you have installed,
14:what versions of the dependencies are installed, and also the relevant versions
15:
Here's a similar regex that finds all block comments without terminating paragraph punctuation: be warned: there's lots of noise, since many of your notes lack punctuation, even aside from those with unfinished thoughts.
It returns about 23% of block-commented lines, as found by |
hehe, awesome! Many thanks! I very much appreciate this. theres definitely going to be a LOT of needed cleanup and documentation :) |
@stephenjlewis i'm getting back into the swing of things, i hope to have the docs and guides in more legible shape by mid-late may, if not sooner. If i ping you once its in better shape, would you mind doing a go over? (external feedback tends to be super handy etc ) |
Sure! I'm super busy with a bunch of projects for the next while, so it may be a few weeks before I find the time, but just let me know; I'll keep half an eye on your commits in the meantime. |
api-guide.md seems to cut short partially through -- here's the tailing section:
And that's the end of things.
The text was updated successfully, but these errors were encountered: