User identities are separate from SVN+Trac ones
See the last comments on ticket:104 for attachments with the sessions of adding users and corresponding quicklinks to rezdb web interface.
The html and pdf documentation is generated by Sphinx from reStructuredText *.rst sources via the top level Makefile:
cd ~/heprez
make
Note
Use the Show Source link in sidebar to see reStructuredText sources
Sphinx additions are configured in trunk:conf.py including the extlinks roles configured with:
'env.sphinxext.edir',
]
extlinks = {
'e':('http://dayabay.phys.ntu.edu.tw/e/%s', 'e:'),
'env':('http://dayabay.phys.ntu.edu.tw/tracs/env/intertrac/%s', 'env:'),
'local':('http://localhost/%s', 'local:'),
'oum':('http://belle7.nuu.edu.tw/oum/%s', 'oum:'),
'cms01':('http://cms01.phys.ntu.edu.tw/%s', 'cms01:'),
'rezdb':('http://cms01.phys.ntu.edu.tw/rezdb%s', 'rezdb:'),
'hfag':('http://hfag.phys.ntu.edu.tw/%s', 'hfag:'),
'heprez':('http://dayabay.phys.ntu.edu.tw/tracs/heprez/intertrac/%s', 'heprez:'),
'trunk':('http://dayabay.phys.ntu.edu.tw/tracs/heprez/browser/trunk/%s', 'trunk:'),
'repo':('http://dayabay.phys.ntu.edu.tw/repos/heprez/trunk/%s', 'repo:'),
'source':('http://dayabay.phys.ntu.edu.tw/tracs/heprez/browser/%s', 'source:'),
'r':('http://dayabay.phys.ntu.edu.tw/tracs/heprez/changeset/%s', 'r:'),
'ticket':('http://dayabay.phys.ntu.edu.tw/tracs/heprez/ticket/%s', 'ticket:'),
Allowing quick external linking via RST roles:
Refer to a Trac ticket, eg ticket:104