~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/sample.rst

  • Committer: Matt Giuca
  • Date: 2009-12-15 07:35:39 UTC
  • Revision ID: matt.giuca@gmail.com-20091215073539-3td4p1yps8eh4e8v
doc/man/sample: Describe the new sample data we put in today (files, worksheets, exercises).

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
   When studentb logs in for the first time, his SVN repository is created,
126
126
   and given a random password.
127
127
 
 
128
Files
 
129
-----
 
130
 
 
131
The repository for user "studenta" has a few sample files. All of the
 
132
directories must be checked out (using the Checkout button) before the files
 
133
can be seen from the IVLE application.
 
134
 
 
135
* In the :file:`stuff` directory is a sample file, :file:`hello.py`. This is a
 
136
  simple Python script, which can be executed with the "Serve" command.
 
137
 
128
138
Projects
129
139
--------
130
140
 
142
152
Finally, there is a single group for projects 2 and 3, which has the students
143
153
studenta and studentb enlisted.
144
154
 
 
155
Worksheets
 
156
----------
 
157
 
 
158
There are not yet any worksheets.
 
159
 
 
160
Exercises
 
161
---------
 
162
 
 
163
There is currently a single exercise, ``factorial``, which prompts the user to
 
164
write a factorial function and tests its correctness.
 
165
 
145
166
Updating the sample data
146
167
========================
147
168