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:
Adrian Perez 2011-12-01 08:30:21 +01:00 committed by Manuel Rego Casasnovas
parent 4f8535d313
commit 61fe490fb1

View file

@ -1,17 +1,21 @@
Reports Reports
######## #######
.. _informes: .. _informes:
.. contents:: .. 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:
"LibrePlan" is integrated with *JasperReports* to manage reports, which allows users to enter various reports to analyse available data in the program.
.. raw:: html
The defined reports are:
<ul>
#. `Report on worked hours by resource <15-1-report-hours-worked-by-resource.html>`__ <li>
#. `Report on the total hours worked by resource in a month <15-2-total-hours-by-resource-month.html>`__ <a href="15-1-report-hours-worked-by-resource.html">Report on worked hours by resource</a>
#. `Report on the work and progress per report <15-3-work-progress-per-project.html>`__ </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>