-
-
Notifications
You must be signed in to change notification settings - Fork 440
Home
Szabolcs Horvát edited this page Mar 30, 2025
·
22 revisions
For users:
This wiki mainly contains useful information for igraph development.
- To get started, see Contributing to igraph
- Tips on writing igraph code
- Error reporting guidelines
- Documentation guidelines
- Checklist for new (and old) functions
- Guidelines for function argument ordering
- How to write unit tests?
- Design principles for functions
Tutorials for getting started with igraph development:
- Contributing your first function to igraph
- An example project that makes use of igraph is at https://github.com/igraph/igraph-example
- Once you are comfortable with the basics, check out Tips for quicker development
Notes for developers: