doc/en: Make direct links to reports only shown in HTML
Assembling the TeX output for PDF generation onlines all .rst sources, so it is not needed to manually link them. Au contraire, when generating HTML, sub-pages are not linked automatically, so links have to be generating manually using the "raw" directive and making it apply to HTML output only.
This commit is contained in:
parent
4f8535d313
commit
61fe490fb1
1 changed files with 21 additions and 17 deletions
|
|
@ -1,17 +1,21 @@
|
|||
Reports
|
||||
########
|
||||
|
||||
.. _informes:
|
||||
.. contents::
|
||||
|
||||
|
||||
Reports
|
||||
=======
|
||||
|
||||
"LibrePlan" is integrated with *JasperReports* to manage reports, which allows users to enter various reports to analyse available data in the program.
|
||||
|
||||
The defined reports are:
|
||||
|
||||
#. `Report on worked hours by resource <15-1-report-hours-worked-by-resource.html>`__
|
||||
#. `Report on the total hours worked by resource in a month <15-2-total-hours-by-resource-month.html>`__
|
||||
#. `Report on the work and progress per report <15-3-work-progress-per-project.html>`__
|
||||
Reports
|
||||
#######
|
||||
|
||||
.. _informes:
|
||||
.. contents::
|
||||
|
||||
|
||||
"LibrePlan" is integrated with *JasperReports* to manage reports, which allows users to enter various reports to analyse available data in the program.
|
||||
|
||||
The defined reports are:
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="15-1-report-hours-worked-by-resource.html">Report on worked hours by resource</a>
|
||||
</li><li>
|
||||
<a href="15-2-total-hours-by-resource-month.html">Report on the total hours worked by resource in a month</a>
|
||||
</li><li>
|
||||
<a href="15-3-work-progress-per-project.html">Report on the work and progress per report</a>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue