.. _`lib_visual.report`: Report ====== .. This file is part of Sympathy for Data. .. Copyright (c) 2020 Combine Control Systems AB .. .. Sympathy for Data is free software: you can redistribute it and/or modify .. it under the terms of the GNU General Public License as published by .. the Free Software Foundation, version 3 of the License. .. .. Sympathy for Data is distributed in the hope that it will be useful, .. but WITHOUT ANY WARRANTY; without even the implied warranty of .. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. GNU General Public License for more details. .. .. You should have received a copy of the GNU General Public License .. along with Sympathy for Data. If not, see . Building a report template makes it possible to apply different sources of data several times with the same type of output. The report templates are using some of the theory of `The Grammar of Graphics `_. Also influenced by the book are packages such as `ggplot2 `_ and `D3.js `_ which in turn are sources of inspiration for this report template implementation. .. toctree:: example1.rst layers.rst **Nodes** Report generating operations .. toctree:: :maxdepth: 2 ReportApplyTables.rst ReportApplyADAFs.rst ReportApplyADAFsWithDsrc.rst SelectReportPages.rst ReportTemplateADAFs.rst ReportTemplateTables.rst MergeReports.rst