-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
50 lines (40 loc) · 1.29 KB
/
_pkgdown.yml
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
title: rsppfp
url: http://melvidoni.github.io/rsppfp
reference:
- title: Parser Functions
desc: Functions that parse inputs to be used by the main algorithms, or outputs generated from the translated graphs.
contents:
- '`parse_vpath`'
- '`direct_graph`'
- '`get_all_nodes`'
- title: Digraphs Transformations
desc: Implementations of algorithms to transform a graph and its set of forbidden paths.
contents:
- '`modify_graph_vd`'
- '`modify_graph_hsu`'
- title: Integrations
desc: Functions that simplify the integration with other R-Packages.
contents:
- '`get_shortest_path`'
navbar:
type: inverse
left:
- icon: fa-home
href: index.html
- text: "Documentation"
href: reference/index.html
- text: "Articles"
menu:
- text: "rsppfp Details"
href: "articles/rsppfp.html"
- text: "Transformations Benchmark"
href: "articles/benchmark.html"
- text: "Example: igraph Integration"
href: "articles/igraph.html"
- text: "References"
href: articles/references.html
- text: Changelog
href: news/index.html
- icon: fa-github
text: "GitHub"
href: https://github.com/melvidoni/rsppfp