Understanding the Source Code

Can someone let me know how I can understand the Source code of Rasa Open Source in Github? I don’t know where to start. @Juste @Emma

The source code is fairly well linked with the docs, so what I would do is first understand a section in the docs, and then look at understanding that section in the code.

eg. First look at and understand the section on tracker stores Tracker Stores , then have a look at the code to see how tracker stores are implemented: rasa/tracker_store.py at master · RasaHQ/rasa · GitHub