Skip to content
Emily3403 edited this page May 9, 2022 · 13 revisions

Welcome to the isisdl wiki!

This place is meant to provide detailed information on how isisdl works together with implementation details and discussion about how it may have been implemented in a different way.

A place to start

If you want to start contributing or are just interested in the source code, it is often hard to know where to start and what to look out for.

For a detailed guide through the source code check out the Downloading wiki page. Other documentation regarding implementation details can be found under the header "Implementation Details " in the sidebar.

Notation

When I am referencing source code in this wiki I will be using the notation <file>::<constant> = <default> or <file>::<function>. The file may contain a specific path in the src directory. Usually the path src/isidl will be implicitly assumed.

Have fun!

Clone this wiki locally