Skip to content

Commit 012dab5

Browse files
author
committed
Deployed 5a87c11 with MkDocs version: 1.6.1
0 parents  commit 012dab5

305 files changed

Lines changed: 60753 additions & 0 deletions

File tree

Some content is hidden

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

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>dans-dataverse-client-lib</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/." class="icon icon-home"> dans-dataverse-client-lib
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<p class="caption"><span class="caption-text">Manual</span></p>
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/.">Description</a>
38+
</li>
39+
<li class="toctree-l1"><a class="reference internal" href="/getting-started/">Getting started</a>
40+
</li>
41+
</ul>
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="/api/">JavaDocs</a>
44+
</li>
45+
</ul>
46+
<p class="caption"><span class="caption-text">Development</span></p>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="/dev/">Overview</a>
49+
</li>
50+
</ul>
51+
</div>
52+
</div>
53+
</nav>
54+
55+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
56+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
57+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
58+
<a href="/.">dans-dataverse-client-lib</a>
59+
60+
</nav>
61+
<div class="wy-nav-content">
62+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
63+
<ul class="wy-breadcrumbs">
64+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
65+
<li class="wy-breadcrumbs-aside">
66+
</li>
67+
</ul>
68+
<hr/>
69+
</div>
70+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
71+
<div class="section" itemprop="articleBody">
72+
73+
74+
<h1 id="404-page-not-found">404</h1>
75+
76+
<p><strong>Page not found</strong></p>
77+
78+
79+
</div>
80+
</div><footer>
81+
82+
<hr/>
83+
84+
<div role="contentinfo">
85+
<!-- Copyright etc -->
86+
</div>
87+
88+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
89+
</footer>
90+
91+
</div>
92+
</div>
93+
94+
</section>
95+
96+
</div>
97+
98+
<div class="rst-versions" role="note" aria-label="Versions">
99+
<span class="rst-current-version" data-toggle="rst-current-version">
100+
101+
<span>
102+
<a href="https://github.com/DANS-KNAW/dans-dataverse-client-lib" class="fa fa-code-fork" style="color: #fcfcfc"> DANS-KNAW/dans-dataverse-client-lib</a>
103+
</span>
104+
105+
106+
107+
</span>
108+
</div>
109+
<script src="/js/jquery-3.6.0.min.js"></script>
110+
<script>var base_url = "/";</script>
111+
<script src="/js/theme_extra.js"></script>
112+
<script src="/js/theme.js"></script>
113+
<script src="/search/main.js"></script>
114+
<script>
115+
jQuery(function () {
116+
SphinxRtdTheme.Navigation.enable(true);
117+
});
118+
</script>
119+
120+
</body>
121+
</html>

api/index.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="../img/favicon.ico" />
8+
<title>JavaDocs - dans-dataverse-client-lib</title>
9+
<link rel="stylesheet" href="../css/theme.css" />
10+
<link rel="stylesheet" href="../css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<script>
14+
// Current page data
15+
var mkdocs_page_name = "JavaDocs";
16+
var mkdocs_page_input_path = "api.md";
17+
var mkdocs_page_url = null;
18+
</script>
19+
20+
<!--[if lt IE 9]>
21+
<script src="../js/html5shiv.min.js"></script>
22+
<![endif]-->
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
24+
<script>hljs.highlightAll();</script>
25+
</head>
26+
27+
<body class="wy-body-for-nav" role="document">
28+
29+
<div class="wy-grid-for-nav">
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-scroll">
32+
<div class="wy-side-nav-search">
33+
<a href=".." class="icon icon-home"> dans-dataverse-client-lib
34+
</a><div role="search">
35+
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
37+
</form>
38+
</div>
39+
</div>
40+
41+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
42+
<p class="caption"><span class="caption-text">Manual</span></p>
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="..">Description</a>
45+
</li>
46+
<li class="toctree-l1"><a class="reference internal" href="../getting-started/">Getting started</a>
47+
</li>
48+
</ul>
49+
<ul class="current">
50+
<li class="toctree-l1 current"><a class="reference internal current" href="#">JavaDocs</a>
51+
<ul class="current">
52+
</ul>
53+
</li>
54+
</ul>
55+
<p class="caption"><span class="caption-text">Development</span></p>
56+
<ul>
57+
<li class="toctree-l1"><a class="reference internal" href="../dev/">Overview</a>
58+
</li>
59+
</ul>
60+
</div>
61+
</div>
62+
</nav>
63+
64+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
65+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
66+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
67+
<a href="..">dans-dataverse-client-lib</a>
68+
69+
</nav>
70+
<div class="wy-nav-content">
71+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
72+
<ul class="wy-breadcrumbs">
73+
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
74+
<li class="breadcrumb-item active">JavaDocs</li>
75+
<li class="wy-breadcrumbs-aside">
76+
<a href="https://github.com/DANS-KNAW/dans-dataverse-client-lib/edit/master/docs/api.md">Edit on DANS-KNAW/dans-dataverse-client-lib</a>
77+
</li>
78+
</ul>
79+
<hr/>
80+
</div>
81+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
82+
<div class="section" itemprop="articleBody">
83+
84+
<h1 id="javadocs">JavaDocs<a class="headerlink" href="#javadocs" title="Permanent link">&para;</a></h1>
85+
<p>Open the <a href="../javadocs/" target="_blank:">JavaDocs</a> in a new tab.</p>
86+
87+
</div>
88+
</div><footer>
89+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
90+
<a href="../getting-started/" class="btn btn-neutral float-left" title="Getting started"><span class="icon icon-circle-arrow-left"></span> Previous</a>
91+
<a href="../dev/" class="btn btn-neutral float-right" title="Overview">Next <span class="icon icon-circle-arrow-right"></span></a>
92+
</div>
93+
94+
<hr/>
95+
96+
<div role="contentinfo">
97+
<!-- Copyright etc -->
98+
</div>
99+
100+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
101+
</footer>
102+
103+
</div>
104+
</div>
105+
106+
</section>
107+
108+
</div>
109+
110+
<div class="rst-versions" role="note" aria-label="Versions">
111+
<span class="rst-current-version" data-toggle="rst-current-version">
112+
113+
<span>
114+
<a href="https://github.com/DANS-KNAW/dans-dataverse-client-lib" class="fa fa-code-fork" style="color: #fcfcfc"> DANS-KNAW/dans-dataverse-client-lib</a>
115+
</span>
116+
117+
118+
<span><a href="../getting-started/" style="color: #fcfcfc">&laquo; Previous</a></span>
119+
120+
121+
<span><a href="../dev/" style="color: #fcfcfc">Next &raquo;</a></span>
122+
123+
</span>
124+
</div>
125+
<script src="../js/jquery-3.6.0.min.js"></script>
126+
<script>var base_url = "..";</script>
127+
<script src="../js/theme_extra.js"></script>
128+
<script src="../js/theme.js"></script>
129+
<script src="../search/main.js"></script>
130+
<script>
131+
jQuery(function () {
132+
SphinxRtdTheme.Navigation.enable(true);
133+
});
134+
</script>
135+
136+
</body>
137+
</html>

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.
64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)