-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (56 loc) · 1.64 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (56 loc) · 1.64 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Data tensors in RDF
site_url: https://neverblink-oss.github.io/rdf-tensor/
repo_url: 'https://github.com/NeverBlink-OSS/rdf-tensor'
repo_name: NeverBlink-OSS/rdf-tensor
edit_uri: edit/main/docs/
plugins:
- search
- include-markdown
- git-revision-date-localized:
enable_creation_date: true
strict: false
markdown_extensions:
- attr_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
custom_dir: overrides
features:
# Behave like an SPA
- navigation.instant
- navigation.instant.progress
# Update anchors in the address bar
- navigation.tracking
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/NeverBlink-OSS/rdf-tensor'
name: GitHub
nav:
- Home – specification: 'index.md'
- Ontology:
- RDF datatypes: 'ontology/datatypes.md'
- SPARQL functions: 'ontology/functions.md'
- SPARQL aggregates: 'ontology/aggregates.md'
- Paper: 'https://doi.org/10.1007/978-3-031-99554-5_12'
- Jena implementation (outdated): 'https://github.com/RDF-tensor/jena-datatensor/tree/main/jena-datatensor'
- Example dataset & queries (outdated): 'https://github.com/RDF-tensor/jena-datatensor/tree/main/example_dataset_and_queries'