Commit Graph

523 Commits

Author SHA1 Message Date
Sébastien Loriot 2dcd7242a2 doc bugfix: when releasing the doc, do not generate the bug list 2013-09-23 08:34:20 +02:00
Clement Jamin c175935cd9 Fix the creation of pkglist_filter on Windows
This file must contain bash code, not batch code
Approved by the Release Manager
2013-09-06 15:22:39 +02:00
Clement Jamin 9384588dda Create pkglist_filter.bat (for MSVC) + fix its content to make it silent
Some messages were polluting the output of the filter.
Approved by the Release Manager
2013-09-05 14:10:29 +02:00
Sébastien Loriot c14f0fd9af Doc figure numbering: also update the text of a link to another package figure 2013-09-02 12:05:42 +02:00
Luis Peñaranda 37a471b1ff removed duplicate sentences from RS install doc 2013-08-26 11:44:28 -03:00
Laurent Rineau 6871dbd22b Fix the URL of how_to_cite_cgal.html 2013-08-23 11:31:41 +02:00
Andreas Fabri 5c6b44b00c convert html to doxygen tables 2013-08-22 13:23:42 +02:00
Laurent Rineau 1a0b190513 Revert "update Doxygen default stylesheet to 1.8.3 from Philipp's branch"
This reverts commit cdd0756884.

The updated css file was not a valid CSS file!
2013-08-21 16:58:05 +02:00
Andreas Fabri a0828ab3a6 Remove section on include <CGAL/basic.h> 2013-08-21 16:33:22 +02:00
Alexander Kobel cdd0756884 update Doxygen default stylesheet to 1.8.3 from Philipp's branch 2013-08-21 10:47:21 +02:00
Alexander Kobel 672f794298 revert CGAL specific changes in stylesheet.css; moved to cgal_stylesheet.css
On 08/20/2013 11:47 AM, Laurent Rineau (CGAL/GeometryFactory) wrote:> In cgal/Documentation/, there is two css file:
>    stylesheet.css
>    cgal_stylesheet.css
>
> Both are used in our cgal/Documentation/header.html:
>
> 09:<link href="$relpath$../Manual/stylesheet.css" rel="stylesheet" type="text/css" />
> 10:<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
>
> The first one has a comment:
>
>    /* The standard CSS for doxygen 1.8.2-20120930 */
>
> but that file has been modified during the CGAL meeting.
>
> Should not we only modify the one prefixed by "cgal_"?
2013-08-21 10:32:35 +02:00
Laurent Rineau ef33751118 Update for CGAL-4.3
@TODO: That should be handled automatically by CMake scripts!
2013-08-20 17:42:06 +02:00
Laurent Rineau 539856b37e typo 2013-08-20 17:16:19 +02:00
Andreas Fabri e2aca14121 change URL for boost binaries; Put a .txt in namespace CGAL; uppercase acronyms 2013-08-20 14:23:58 +02:00
Laurent Rineau 46db72c21c Adjust the top and bottom margins of div.fragment
That was suggested by Andreas in the following mail:
| Message-ID: <521246FB.5000003@geometryfactory.com>
| Date: Mon, 19 Aug 2013 18:25:31 +0200
| From: Andreas Fabri <andreas.fabri@geometryfactory.com>
| To: cgal develop <cgal-develop@lists-sop.inria.fr>
| Subject: [cgal-develop] newline
|
| Hello,
|
| How can we achieve that between an example at an
| end of a section and the next section heading
| there is enough whitespace.
|
| See here: http://doc.cgal.org/latest/Triangulation_2/index.html#title22
|
| Is that something that can be improved in the css?
|
|
| andreas
2013-08-20 11:59:31 +02:00
Sébastien Loriot c3345f5e7c add deprecated page for the redirection of deprecated pages since CGAL 4.2 2013-08-09 12:39:47 +02:00
Sébastien Loriot 2584766d63 set SHOW_FILE ON for Number_types to get pages for int.h and double.h 2013-08-09 07:59:08 +02:00
Sébastien Loriot ad4f1f6b46 number figures using the chapter number everywhere 2013-08-08 22:55:10 +02:00
Sébastien Loriot 9d51a8f29f add missing / for xhtml 2013-08-08 12:07:33 +02:00
Sébastien Loriot b57543fe75 update the script to include the package name in the rw map 2013-08-08 11:49:35 +02:00
Sébastien Loriot bf9bb043dd add a script converting the doxygen output of rewrite_rule.txt to a apache file 2013-08-07 17:58:51 +02:00
Sébastien Loriot 7ffb118bfa add a canonical tag to each html page in the postprocessing 2013-08-07 16:58:52 +02:00
Sébastien Loriot 66951b16db update rewrite rules page 2013-08-07 14:09:11 +02:00
Sébastien Loriot 09ea904efa less aggressive removal of h3 sections 2013-08-07 09:44:23 +02:00
Sébastien Loriot db7f9260d8 prettify doc output
* inherits from has a big blue section
* keep Detail description but rename it Definition for classes and namespaces
* remove the class name in the Definition section
2013-08-06 10:14:54 +02:00
Sébastien Loriot 1263439c42 add a proper section for inheritance 2013-08-06 08:45:19 +02:00
Sébastien Loriot d14ac4adf2 put inheritance before details description 2013-08-06 08:07:57 +02:00
Sébastien Loriot 360535fd95 remove CGAL in the bibiographic references using postprocessing 2013-08-05 19:39:23 +02:00
Sébastien Loriot d282ade623 use \cgalCite instead of \cite
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot b0f9ed3188 add new macro replacing cite allowing to have a space before the citation
This is a total hack and rely on a bug of doxygen
2013-08-05 17:56:12 +02:00
Sébastien Loriot 8cd8461fa5 fix bibtex 2013-08-05 14:26:44 +02:00
Sébastien Loriot 1a8a2a0814 update url of reference 2013-08-05 10:20:07 +02:00
Sébastien Loriot b2ef3b8673 Merge branch 'doc-remove_gif-local'
Successfully test in CGAL-4.3-Ic-102

This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.

Approved by the interim release manager

xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot 67a118578c bump CGAL version number in the bibtex and add P2T2 2013-07-26 08:45:56 +02:00
Sébastien Loriot 44a9ce166b remove no longer used directories 2013-07-26 08:33:19 +02:00
Sébastien Loriot 4cea3726d4 use \sc for all acronyms 2013-07-25 13:02:51 +02:00
Sébastien Loriot c44127d129 add CGAL version in the name of the documentation
fix bug #15457
2013-07-25 12:35:58 +02:00
Sébastien Loriot 143a2181b3 add latex format for \imagei doxygen command
perl -pe 's/^(\s*)\\image\s+html\s+(.*)\s*$/$1\\image html $2\n$1\\image latex $2\n/' -i
2013-07-25 11:50:53 +02:00
Sébastien Loriot 519b301130 remove gif files from doxygen doc include path 2013-07-25 11:14:16 +02:00
Sébastien Loriot 4389b0bac8 remove the usage of gif in the doxygen doc as pdflatex does handle them
replace the files with png
2013-07-25 11:06:13 +02:00
Clement Jamin cbb31d1283 The figures are now included in the LaTeX output
Approved by the release manager
2013-07-18 16:47:49 +02:00
Clement Jamin c4810b6b55 Add the "path" latex package for documentation
Approved by the release manager
2013-07-11 17:25:32 +02:00
Laurent Rineau 18d4672493 Merge branch 'Periodic_2_triangulation_2-nkruithof'
Tested in CGAL-4.3-Ic-73

Approved by the release manager
2013-06-28 17:48:44 +02:00
Laurent Rineau 73887c6927 Revert "Revert the merge of Periodic_2 into master. It was pushed by error."
This reverts commit b27c0a4efb.
2013-06-28 17:48:15 +02:00
Laurent Rineau d2cd5025a9 Add Periodic_2 in the documentation 2013-06-26 13:03:46 +02:00
Sébastien Loriot 7d55121441 only build the documentation if the BUILD_DOC is set to ON 2013-06-26 12:40:25 +02:00
Laurent Rineau ddd1c3c288 Merge commit '54f0b65' into Periodic_2_triangulation_2-nkruithof
'54f0b65' is the branch 'Documentation-remove-dxyassist-pmoeller'
2013-06-26 12:39:41 +02:00
Laurent Rineau b27c0a4efb Revert the merge of Periodic_2 into master. It was pushed by error.
Revert "Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal"

This reverts commit 5ac2c05249, reversing
changes made to 93b77ce529.
2013-06-24 12:50:27 +02:00
Nico Kruithof 5ac2c05249 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-06-21 21:47:48 +02:00
Sébastien Loriot e85c0a241f Revert "only build the documentation if the BUILD_DOC is set to ON"
This reverts commit 9ebb37fe28.
2013-06-21 15:11:02 +02:00