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

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: Matt Giuca
  • Date: 2009-12-15 00:37:08 UTC
  • Revision ID: matt.giuca@gmail.com-20091215003708-56bp1iin8119ha9v
docs: dev/architecture and man/config: Replaced `name`_ style internal links
with :ref:`name` style links. These give errors when broken.
Now generates a bunch of errors for broken links, to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
[[jails]]
111
111
~~~~~~~~~
112
 
Configuration paths for user `Jails <ref-jail>`_.
 
112
Configuration paths for user :ref:`Jails <ref-jail>`.
113
113
 
114
114
.. describe:: mounts
115
115
 
176
176
 
177
177
[media]
178
178
-------
179
 
Configuration of `media serving <ref-media-serving>`_.
 
179
Configuration of :ref:`media serving <ref-media-serving>`.
180
180
 
181
181
.. describe:: version
182
182
 
241
241
 
242
242
[auth]
243
243
------
244
 
Settings for configuring external user authentication with `authentication 
245
 
modules <ref-auth-modules>`_ and automatic subject enrollment with `subject 
246
 
pulldown modules <ref-subject-pulldown-modules>`_.
 
244
Settings for configuring external user authentication with
 
245
:ref:`authentication modules <ref-auth-modules>` and automatic subject
 
246
enrollment with :ref:`subject pulldown modules
 
247
<ref-subject-pulldown-modules>`.
247
248
 
248
249
.. describe:: modules
249
250
 
250
251
    :type: string_list(default=list())
251
252
 
252
 
    List of `authentication modules <ref-auth-modules>`_ to attempt to 
 
253
    List of :ref:`authentication modules <ref-auth-modules>` to attempt to 
253
254
    authenticate with if a user does not have a password set in the local 
254
255
    database.
255
256
 
268
269
 
269
270
    :type: string_list(default=list())
270
271
 
271
 
    List of `subject pulldown modules <ref-subject-pulldown-modules>`_ to be 
272
 
    checked when a user signs into IVLE to see what subjects a student is 
 
272
    List of :ref:`subject pulldown modules <ref-subject-pulldown-modules>` to
 
273
    be checked when a user signs into IVLE to see what subjects a student is
273
274
    enrolled in.
274
275
 
275
276
[usrmgt]
276
277
--------
277
 
Settings for the `User Management Server <ref-usrmgt-server>`_.
 
278
Settings for the :ref:`User Management Server <ref-usrmgt-server>`.
278
279
 
279
280
.. describe:: host
280
281
 
297
298
 
298
299
[jail]
299
300
------
300
 
Options that control how the `Jail <ref-jail>`_ is built.
 
301
Options that control how the :ref:`Jail <ref-jail>` is built.
301
302
 
302
303
.. describe:: devmode
303
304