Differences between revisions 2 and 3
Revision 2 as of 2010-08-04 16:03:17
Size: 1163
Editor: punchagan
Comment:
Revision 3 as of 2010-08-06 10:32:41
Size: 1389
Editor: punchagan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== General Guidelines when Sprinting ==
  * Do '''NOT''' include any content from the Book. Not even the problem statement.
  * The code from your code notebook should be self-sufficient.
    * Use meaningful variable names
    * Include comments where required
  * If you have tried to solve a problem but were unable to do it, please write down comments.
    * What did you attempt to do?
    * Where and Why were you stuck? [Does Sage lack a function? Documentation needs improvement?]

Line 9: Line 19:
  * Create a [[http://10.101.11.72/wiki/?action=login|Login]]   * Create a [[http://wiki.fossee.in/?action=login|Login]]
Line 19: Line 29:

== General Guidelines regarding the page ==
  * Do '''NOT''' include any content from the Book. Not even the problem statement.
  * The code from your code notebook should be self-sufficient.
    * Use meaningful variable names
    * Include comments where required

How to use this Wiki for SageDays sprints

This page gives general guidelines on using this wiki for uploading the code written during the sprints of Sage Days 25.

General Guidelines when Sprinting

  • Do NOT include any content from the Book. Not even the problem statement.

  • The code from your code notebook should be self-sufficient.
    • Use meaningful variable names
    • Include comments where required
  • If you have tried to solve a problem but were unable to do it, please write down comments.
    • What did you attempt to do?
    • Where and Why were you stuck? [Does Sage lack a function? Documentation needs improvement?]

Steps to follow when adding your code/example

  • Create a Login

  • Create a New Page for the problem you are solving
    • Enter BookName-PageNumber-ProblemNumber in the text box below.

    • Note: Use only this format. BookName, PageNumber and ProblemNumber separated by a single hyphen.

    • Click on CreatePage Button

  • Fill in the fields of the template
  • Copy text from your Sage Notebook (in Text mode) and yank it in the corresponding area in the wiki page.
  • Preview the changes
  • Save

SageDays/SprintsHelp (last edited 2010-12-16 07:51:02 by punchagan)