-
Notifications
You must be signed in to change notification settings - Fork 12
Dir:src
Andres G. Saravia edited this page Jul 16, 2013
·
2 revisions
In this directory you will find the following files:
-
__init__.py
: List of all the modules. -
[[code.py | file:code.py]]
: Handling the Code tab in a project. -
[[collab_writing.py | file:collab_writing.py]]
: Handling the Writings tab in a project. -
[[datasets.py | file:datasets.py]]
: Handling the Datasets tab in a project. -
[[email_messages.py | file:email_messages.py]]
: Everything to do with sending email messages. -
[[filters.py | file:filters.py]]
: Related to how input text by the user is parsed into Markdown and Mathjax. -
[[forum.py | file:forum.py]]
: Handling the Forum tab in a project. -
[[frontend.py | file:frontend.py]]
: This handles the root page of the site. -
[[generic.py | file:generic.py]]
: Definitions used by all the other modules. Almost every other Python file imports this one. -
[[notebooks.py | file:notebooks.py]]
: Handling the Notebooks tab in a project. -
[[projects.py | file:projects.py]]
: Defines some classes and functions useful for everything inside a project. -
[[users.py | file:users.py]]
: Related to login, logout, signup, user settings and profile pages. -
[[wiki.py | file:wiki.py]]
: Handling the Wiki tab in a project.