2016 Fall NRNB Academy project - Murali-group/GraphSpace GitHub Wiki
Intern Name: Chhatramani Singh
Task 0
- Create an account on GitHub
- Fork the repository
- Install PyCharm on your laptop.
- Follow the instructions given in the README.md to install GraphSpace on your laptop.
Progress
Challenges faced
- it didn't install in virtualenv so I had to install it in without making a virtual environment.
Completion date 16/09/2016
Task 1
The aim of this task is to learn about following three things:
- Django
- GraphSpace code structure
- Contributing to GraphSpace.
Here is the list of items to do:
- Learn about Django and its code structure.
- Learn and document GraphSpace's code structure.
- Refer to links mentioned above to learn about roles played by each file in GraphSpace project.
- Add documentation about GraphSpace's code structure. (Your first contribution to GraphSpace!!)
- Create an issue "Documentation for GraphSpace's code structure is not available." with
enhancementlabel - Follow guidelines for contribution to make this contribution.
- At the end you need to send a pull request with the required changes to README.md file.
- Discuss your doubts via GitHub issue created for this task.
- Create an issue "Documentation for GraphSpace's code structure is not available." with
Progress
Challenges faced
Completion date