Differences between revisions 4 and 16 (spanning 12 versions)
Revision 4 as of 2010-08-06 11:18:32
Size: 1381
Editor: nishanth
Comment: change page creation template
Revision 16 as of 2010-08-09 12:43:26
Size: 626
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= 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 ==
Line 17: Line 6:
== Steps to follow when adding your code/example ==
```
Line 22: Line 9:
    * '''Note''': Use only this format. {{{PageNumber}}} and {{{ProblemNumber}}} separated by a single hyphen.     * '''Note:''' If it is a solved problem, add a {{{-S}}} at the end.
Line 24: Line 11:
    * Click on {{{CreatePage}}} Button

Steps to follow when adding your code/example

  • Create a Login

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

    • Note: If it is a solved problem, add a -S at the end.

  • 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)