Skip to content

Commit

Permalink
Fixed add course docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tworide committed Jan 1, 2015
1 parent 932eb36 commit 301698b
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 15 deletions.
16 changes: 2 additions & 14 deletions docs/administrator/add_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@
Add administrators to a course
##############################

After you haved logged in to the Trix system type

https://trix.ifi.uio.no/admin/

in your location field. The page you will see lists every entity in the system
that you can manage and edit. Be careful since every changes are stored directly in the database.

.. image:: ../images/djangoadmin_frontpage.png

In the view above, click **Courses**.

.. image:: ../images/course_list.png

In the view abowe choose the **course** you want to administer and click on the link.
The add administrators on a course you need to navigate to the correct course. This is described in the :ref:`administer-a-course`.
guide. Proceed with the steps outlined below.

.. image:: ../images/add_admins.png

Expand Down
33 changes: 33 additions & 0 deletions docs/administrator/add_course.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
################
Add a new course
################

To add a new course you need to navigate to the course list view. This is described in the :ref:`administer-a-course`.
guide. Proceed with the steps outlined below.

In the upper right corner of the course list view click **Add Course**

.. image:: ../images/add_course.png

First you may select the administrators of the course and type a description that briefly explaines the course. This text
is shown to the students when they access the course page.

Then set the correct course tag that are defining the course. Click the magnifier icon next to the **Course tag:** field

.. image:: ../images/select_course_tag.png

If you already have created a course tag choose and click the right one from the list. Make sure that the tag you are
using have the *Category* Course.

To create a new course tag click the **Add Tag** in the upper right corner.

.. image:: ../images/add_course_tag.png

Type the name and set the category to **Course** and click save.

Finally set the period tag by clicking the magnifier icon next to the **Active Period:** field.
Choose an existing tag if it's already defined otherwise click **Add Tag** and type the info.

.. image:: ../images/add_period_tag.png

Click save.
21 changes: 21 additions & 0 deletions docs/administrator/administer_course.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _administer-a-course:

###################
Administer a course
###################

After you haved logged in to the Trix system type

https://trix.ifi.uio.no/admin/

in your location field. The page you will see lists every entity in the system
that you can manage and edit. Be careful since every changes are stored directly in the database.

.. image:: ../images/djangoadmin_frontpage.png

In the view above, click **Courses**.

.. image:: ../images/course_list.png

In the view abowe choose the **course** you want to administer and click on the link.

2 changes: 2 additions & 0 deletions docs/administrator/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Trix administrator documentation
:maxdepth: 2

gettingstarted
administer_course
add_course
add_admin
Binary file added docs/images/add_admins.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/add_course.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/add_course_tag.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/add_period_tag.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/course_list.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/select_course_tag.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion trix/project/develop/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

INSTALLED_APPS = list(INSTALLED_APPS) + [
'django_dbdev',
'debug_toolbar',
#'debug_toolbar',
]


Expand Down

0 comments on commit 301698b

Please sign in to comment.