Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2010-08-04 16:02:49
Size: 1160
Editor: punchagan
Comment:
Revision 10 as of 2010-08-09 12:31:44
Size: 1053
Editor: punchagan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

= 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.
Line 9: Line 5:
Line 11: Line 8:
    * Enter {{{BookName-PageNumber-ProblemNumber}}} in the text box below.
    * '''Note''': Use only this format. {{{BookName}}}, {{{PageNumber}}} and {{{ProblemNumber}}} separated by a single hyphen.
    * <<NewPage(SageDays/SprintTemplate,CreatePage,SageDays)>>
    * Enter {{{PageNumber-ProblemNumber}}} in the text box below.
    * '''Note''': Use only this format. {{{PageNumber}}} and {{{ProblemNumber}}} separated by a single hyphen.
    * <<NewPage(SageDays/SprintTemplate,CreatePage,SageDays,"Kreyszig-%s")>>

---- /!\ '''Edit conflict - other version:''' ----
    * <<NewProblemPage(SageDays/SprintTemplate,CreatePage,SageDays,"Kreyszig-%s-%s")>>

---- /!\ '''Edit conflict - your version:''' ----
    * <<NewProblemPage(SageDays/SprintTemplate,CreatePage,SageDays,"Kreyszig-%(pagenum)s-%(problemnum)s")>>

---- /!\ '''End of edit conflict''' ----
Line 15: Line 20:
Line 19: Line 25:

== 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

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: Use only this format. PageNumber and ProblemNumber separated by a single hyphen.


/!\ Edit conflict - other version:


  • Section Number:
    Problem Number:


/!\ Edit conflict - your version:



/!\ End of edit conflict


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