Skip to content

Commit 119dbf2

Browse files
authored
Merge pull request #40 from TileDB-Inc/kerl/sc-12284/user-level-vignettes
Flesh out some more vignette pages
2 parents 2daa3b2 + b560416 commit 119dbf2

File tree

177 files changed

+2781
-2647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+2781
-2647
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tiledbcloud
22
Type: Package
33
Title: TileDB Cloud Platform R Client Package
4-
Version: 0.0.4
4+
Version: 0.0.5
55
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
66
person("OpenAPI Generator community", email = "[email protected]", role = "ctb"),
77
person("John", "Kerl", email = "[email protected]", role="cre"))

_pkgdown.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ template:
44
bootswatch: lumen
55
reference:
66
- title: "Manual layer"
7-
desc: "These are manually written/curated functions which wrap some of the key calls into the OpenAPI autogen layer. They're more user-friendly and better documented."
7+
desc: "These are manually written/curated functions which wrap some of the key calls into the OpenAPI autogen layer. They're more user-friendly and better documented. See also the Article on Package Status."
88
contents:
99
- matches("^[a-z]")
1010
- title: "Autogen layer"
@@ -15,3 +15,18 @@ reference:
1515
desc: "These are functions intended to be invoked by the manual-layer functions, as implementation details beneath the interest of most users of the API."
1616
contents:
1717
- matches("^\\.")
18+
articles:
19+
- title: Using TileDB Cloud
20+
contents:
21+
- PackageStatus
22+
- Setup
23+
- Login
24+
- Arrays
25+
- UDFs
26+
- SQL
27+
- Tasks
28+
- title: For developers
29+
contents:
30+
- HowToUpdateDocumentation
31+
- HowToRelease
32+
- HowToUpdateAPI

docs/404.html

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Arrays.html

Lines changed: 214 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

docs/articles/HowToBuild.html

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)