-
Notifications
You must be signed in to change notification settings - Fork 476
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
Where I can find the documentation of this library? #401
Comments
There is currently very little documentation for this project. It certainly makes sense to add more documentation, but this will take some time (and contributors). Anyone is welcome to contribute to the documentation! Currently available documentation
Note: Missing documentionUsage documentation:
Project documentation:
The same here: any contribution is welcome! |
also whoever wants to work on documentation, here is a great introduction on how to best do so: https://www.divio.com/blog/documentation/ |
How about docfx for documentation? It can handle normal markdown pages as well as generated api documentation. |
can docfx be hosted on github? |
I had a quick glance, and noticed that the project has an example where it is integrated with AppVeyor and creates GitHub pages (via the gh-pages branch), so this should not be too complicated (hopefully). I have done something like this before, but with Travis.CI instead of AppVeyor, and for Python only (using Sphinx). |
auto doc via gh-pages sounds great! |
@mrbean-bremen I've use it recently, it was easy to use although I did not do anything too complex. |
@dsafa - thanks! I think I will wait for the .Net Core merge, as that changes the AppVeyor config, and try to put something together afterwards. I may come back to you then... |
The documentation (at least Getting started and API) would be much appreciated. I am currently exploring SVG library myself just debugging stuff by hand: https://github.com/wieslawsoltes/Draw2D/blob/SVG/src/SvgDemo/Program.cs |
I may have a go at the API stuff some time later, but my free time is limited, and I would appreciate any help... |
Getting Started and generated API pages are now existing, the documentation link is in the README, and specific documentation requests can be handled in separate issues - closing this one. |
Where I can find the documentation of this library?
The text was updated successfully, but these errors were encountered: