-
Notifications
You must be signed in to change notification settings - Fork 42
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
[DOCS] Create Example Sections #10
Comments
Hey @bobluppes, i would like to work on examples for documentation. Can i try? |
Hi @Hromz, of course, looking forward to your contribution! Please note that we have slightly changed the format we use for the examples. There is now a single source file with the example code under |
Hey @bobluppes, I made PR #47. Can you take a look? Simple example that uses graph traversal and the shortest path. In the future, I will add better examples. |
@bobluppes can I work on cycle detection example? |
Hi @Hromz, of course! Looking forward to your contribution :) |
Hey There. I would like to contribute in your repository so kindly grant me permission to do so. |
Hi @arnav1203, welcome to Graaf! |
can u plz assign me this issue , I would like to contribute to this issue . |
Stale issue message |
Create Example Sections
This is an open-ended issue and we welcome multiple PRs.
I would like to add a few example sections to the documentation. Each example should be self-contained and should demonstrate a potential usage of the Graaf library.
If you are interested, you can pick an example from the proposals below, or (even better) suggest your own example. The scope of a PR is restricted to a single example.
Definition of Done
Each example should contain the following:
examples/EXAMPLE_NAME/main.cpp
.main.cpp
, but the most important concepts should be captured.Proposed Examples
The text was updated successfully, but these errors were encountered: