-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
needs documentation #5
Comments
Any chance of getting some documentation on this? It's not at all clear how to use it as it stands? |
The chance is quite high. It is more a question of when. I have limited time available. Anyone can contribute this if they want to. Simply add relevant document(s) to the The first thing that should be documented is the interface (it is really quite trivial), which can be found in DataProvider.php. After that, documentation can be extended to include details about how to load a customized dataset and such (but this is less important, cause anyone going down this path can probably figure it out from the code themselves). |
Idea: Run phpDocumentor over the project and publish to gh-pages? I know it is not an all inclusive solution but would provide a start. I'd be happy to do this for you @alcohol. |
That only provides a very basic API summary. I've added the interface methods already. You're free to add the phpdoc output to the existing docs. See the |
Per comment on #30 (comment) ; what did you have in mind for documentation? |
Just another one or two pages on top of what is currently in |
Ah, ok. Now I understand what you were looking for. |
I'm considering (either, or both) the following 2 options:
gh-pages
branch.The text was updated successfully, but these errors were encountered: