-
Notifications
You must be signed in to change notification settings - Fork 74
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 docs missing #240
Comments
I tried running the esdoc npm script after building, but that only seemed to copy sources into .html files. Running typedoc worked, however; the result can be seen here: https://slikts.github.io/IxJS/ |
@slikts thanks, this looks great! @mattpodwysocki what do you think? |
I've actually found it simpler to directly use the source as a reference. The typedoc results might be better than nothing, but they're rather noisy and chaotic. esdoc might be better, but I'm not familiar enough with either this or it to make it work. documentation.js is nice, but it unfortunately doesn't support TS (yet?). |
@trxcllnt agreed! Looks great to me |
Isn't there API docs somewhere? I thought the main |
Am I missing something or has this library remained only partially documented for the last 2 years? The link above is ok, but it would be nice if there were more complete examples of the more esoteric functions. |
Docs now published at https://reactivex.io/IxJS/ 🎉 |
I'm not sure if I'm being obtuse, but where are the API docs? Even the default tsdoc output would help.
The text was updated successfully, but these errors were encountered: