forked from CGAL/cgal-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
50 lines (41 loc) · 1.91 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: page
title: Documentation
header: Documentation
group: navigation
---
{% include JB/setup %}
<div class="row">
{% assign box_title = "Getting Started" %}
{% assign box_text = "Browse through general information to get you started with CGAL." %}
{% assign box_image = "images/icons/glyphicons-174-play.svg" %}
{% assign box_link = "https://doc.cgal.org/latest/Manual/general_intro.html" %}
{% assign box_target_blank = true %}
{% include themes/cgal/box %}
{% assign box_title = "Manual" %}
{% assign box_text = "Consult comprehensive descriptions of each CGAL package, along with examples." %}
{% assign box_image = "images/icons/glyphicons-320-sort.svg" %}
{% assign box_link = "https://doc.cgal.org/latest/Manual/packages.html" %}
{% assign box_target_blank = true %}
{% include themes/cgal/box %}
</div>
<div class="row">
{% assign box_title = "Manual of CGAL Master Branch" %}
{% assign box_text = "The latest CGAL documentation pages, updated once a week with the master branch of CGAL on GitHub." %}
{% assign box_image = "images/icons/glyphicons-428-git-pull-request.svg" %}
{% assign box_link = "https://cgal.geometryfactory.com/CGAL/doc/master/Manual/index.html" %}
{% assign box_target_blank = true %}
{% include themes/cgal/box %}
<!--
{% assign box_title = "Tutorials" %}
{% assign box_text = "Learn how to use the full capabilities of these selected CGAL data structures and algorithms through detailed, hands-on examples." %}
{% assign box_image = "images/icons/open_book.svg" %}
{% assign box_link = "https://doc.cgal.org/latest/Manual/tutorials.html" %}
{% include themes/cgal/box %}
-->
{% assign box_title = "Exact Computation Paradigm" %}
{% assign box_text = "CGAL combines the speed of floating point computation with the robustness guaranteed by arbitrary precision arithmetic. " %}
{% assign box_image = "images/icons/exact.svg" %}
{% assign box_link = "exact.html" %}
{% include themes/cgal/box %}
</div>