Skip to content

Commit f2bd8c4

Browse files
author
committed
Deployed 704061b with MkDocs version: 1.6.1
0 parents  commit f2bd8c4

40 files changed

Lines changed: 8971 additions & 0 deletions

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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" /><meta name="author" content="FAIR Data Innovations Hub" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>poster2json</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"> poster2json
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+
<ul>
36+
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
37+
</li>
38+
</ul>
39+
<p class="caption"><span class="caption-text">About</span></p>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/about/changelog/">Release Notes</a>
42+
</li>
43+
<li class="toctree-l1"><a class="reference internal" href="/about/contributing/">Contributor Guide</a>
44+
</li>
45+
<li class="toctree-l1"><a class="reference internal" href="/about/license/">License</a>
46+
</li>
47+
</ul>
48+
</div>
49+
</div>
50+
</nav>
51+
52+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
53+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
54+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
55+
<a href="/.">poster2json</a>
56+
57+
</nav>
58+
<div class="wy-nav-content">
59+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
60+
<ul class="wy-breadcrumbs">
61+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
62+
<li class="wy-breadcrumbs-aside">
63+
</li>
64+
</ul>
65+
<hr/>
66+
</div>
67+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
68+
<div class="section" itemprop="articleBody">
69+
70+
71+
<h1 id="404-page-not-found">404</h1>
72+
73+
<p><strong>Page not found</strong></p>
74+
75+
76+
</div>
77+
</div><footer>
78+
79+
<hr/>
80+
81+
<div role="contentinfo">
82+
<!-- Copyright etc -->
83+
</div>
84+
85+
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>.
86+
</footer>
87+
88+
</div>
89+
</div>
90+
91+
</section>
92+
93+
</div>
94+
95+
<div class="rst-versions" role="note" aria-label="Versions">
96+
<span class="rst-current-version" data-toggle="rst-current-version">
97+
98+
<span>
99+
<a href="https://github.com/fairdataihub/poster2json" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
100+
</span>
101+
102+
103+
104+
</span>
105+
</div>
106+
<script src="/js/jquery-3.6.0.min.js"></script>
107+
<script>var base_url = "/";</script>
108+
<script src="/js/theme_extra.js"></script>
109+
<script src="/js/theme.js"></script>
110+
<script src="/search/main.js"></script>
111+
<script>
112+
jQuery(function () {
113+
SphinxRtdTheme.Navigation.enable(true);
114+
});
115+
</script>
116+
117+
</body>
118+
</html>

about/changelog/index.html

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
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" /><meta name="author" content="FAIR Data Innovations Hub" />
7+
<link rel="shortcut icon" href="../../img/favicon.ico" />
8+
<title>Release Notes - poster2json</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 = "Release Notes";
16+
var mkdocs_page_input_path = "about/changelog.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"> poster2json
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+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="../..">Home</a>
44+
</li>
45+
</ul>
46+
<p class="caption"><span class="caption-text">About</span></p>
47+
<ul class="current">
48+
<li class="toctree-l1 current"><a class="reference internal current" href="#">Release Notes</a>
49+
<ul class="current">
50+
<li class="toctree-l2"><a class="reference internal" href="#011-2026-02-04">[0.1.1] - 2026-02-04</a>
51+
<ul>
52+
<li class="toctree-l3"><a class="reference internal" href="#added">Added</a>
53+
</li>
54+
</ul>
55+
</li>
56+
<li class="toctree-l2"><a class="reference internal" href="#010-2026-02-04">[0.1.0] - 2026-02-04</a>
57+
<ul>
58+
<li class="toctree-l3"><a class="reference internal" href="#added_1">Added</a>
59+
</li>
60+
</ul>
61+
</li>
62+
</ul>
63+
</li>
64+
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributor Guide</a>
65+
</li>
66+
<li class="toctree-l1"><a class="reference internal" href="../license/">License</a>
67+
</li>
68+
</ul>
69+
</div>
70+
</div>
71+
</nav>
72+
73+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
74+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
75+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
76+
<a href="../..">poster2json</a>
77+
78+
</nav>
79+
<div class="wy-nav-content">
80+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
81+
<ul class="wy-breadcrumbs">
82+
<li><a href="../.." class="icon icon-home" aria-label="Docs"></a></li>
83+
<li class="breadcrumb-item">About</li>
84+
<li class="breadcrumb-item active">Release Notes</li>
85+
<li class="wy-breadcrumbs-aside">
86+
<a href="https://github.com/fairdataihub/poster2json/edit/main/about/changelog.md" class="icon icon-github"> Edit on GitHub</a>
87+
</li>
88+
</ul>
89+
<hr/>
90+
</div>
91+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
92+
<div class="section" itemprop="articleBody">
93+
94+
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
95+
<p>All notable changes to this project will be documented in this file.</p>
96+
<p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>,
97+
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
98+
<h2 id="011-2026-02-04">[0.1.1] - 2026-02-04<a class="headerlink" href="#011-2026-02-04" title="Permanent link">&para;</a></h2>
99+
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&para;</a></h3>
100+
<ul>
101+
<li>Add documentation to the package.</li>
102+
<li>Add tests to the package.</li>
103+
<li>Update the logo for the package.</li>
104+
</ul>
105+
<h2 id="010-2026-02-04">[0.1.0] - 2026-02-04<a class="headerlink" href="#010-2026-02-04" title="Permanent link">&para;</a></h2>
106+
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
107+
<ul>
108+
<li>Initial poster2json package.</li>
109+
</ul>
110+
111+
</div>
112+
</div><footer>
113+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
114+
<a href="../.." class="btn btn-neutral float-left" title="Home"><span class="icon icon-circle-arrow-left"></span> Previous</a>
115+
<a href="../contributing/" class="btn btn-neutral float-right" title="Contributor Guide">Next <span class="icon icon-circle-arrow-right"></span></a>
116+
</div>
117+
118+
<hr/>
119+
120+
<div role="contentinfo">
121+
<!-- Copyright etc -->
122+
</div>
123+
124+
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>.
125+
</footer>
126+
127+
</div>
128+
</div>
129+
130+
</section>
131+
132+
</div>
133+
134+
<div class="rst-versions" role="note" aria-label="Versions">
135+
<span class="rst-current-version" data-toggle="rst-current-version">
136+
137+
<span>
138+
<a href="https://github.com/fairdataihub/poster2json" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
139+
</span>
140+
141+
142+
<span><a href="../.." style="color: #fcfcfc">&laquo; Previous</a></span>
143+
144+
145+
<span><a href="../contributing/" style="color: #fcfcfc">Next &raquo;</a></span>
146+
147+
</span>
148+
</div>
149+
<script src="../../js/jquery-3.6.0.min.js"></script>
150+
<script>var base_url = "../..";</script>
151+
<script src="../../js/theme_extra.js"></script>
152+
<script src="../../js/theme.js"></script>
153+
<script src="../../search/main.js"></script>
154+
<script>
155+
jQuery(function () {
156+
SphinxRtdTheme.Navigation.enable(true);
157+
});
158+
</script>
159+
160+
</body>
161+
</html>

0 commit comments

Comments
 (0)