Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Nov 11, 2024
1 parent 30ba29e commit 34720d7
Show file tree
Hide file tree
Showing 17 changed files with 983 additions and 971 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9dc2501bce5111257bf46e662605b035
config: 62ad23e41a380c15862957808191a760
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; NXSTools 4.17.0 documentation</title>
<title>Overview: module code &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/bootstrap-sphinx.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -37,7 +37,7 @@
</button>
<a class="navbar-brand" href="../index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
29 changes: 19 additions & 10 deletions _modules/nxstools/h5rediswriter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '4.17.0',
VERSION: '4.18.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; NXSTools 4.17.0 documentation</title>
<title>Index &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -37,7 +37,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>Welcome to nxstools&#39;s documentation! &#8212; NXSTools 4.17.0 documentation</title>
<title>Welcome to nxstools&#39;s documentation! &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="#">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -243,13 +243,13 @@ <h3>From sources<a class="headerlink" href="#from-sources" title="Permalink to t
<div class="line"><a class="reference external" href="https://github.com/nexdatas/nxstools">https://github.com/nexdatas/nxstools</a></div>
</div>
<p>Extract sources and run</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python<span class="w"> </span>setup.py<span class="w"> </span>install
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>python3<span class="w"> </span>setup.py<span class="w"> </span>install
</pre></div>
</div>
</section>
<section id="debian-packages">
<h3>Debian packages<a class="headerlink" href="#debian-packages" title="Permalink to this heading"></a></h3>
<p>Debian <cite>bookworm</cite>, <cite>bullseye</cite>, <cite>buster</cite> or Ubuntu <cite>lunar</cite>, <cite>jammy</cite>, <cite>focal</cite> packages can be found in the HDRI repository.</p>
<p>Debian <cite>bookworm</cite>, <cite>bullseye</cite>, <cite>buster</cite> or Ubuntu <cite>oracluar</cite>, <cite>noble</cite>, <cite>jammy</cite> packages can be found in the HDRI repository.</p>
<p>To install the debian packages, add the PGP repository key</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>sudo<span class="w"> </span>su
<span class="gp">$ </span>curl<span class="w"> </span>-s<span class="w"> </span>http://repos.pni-hdri.de/debian_repo.pub.gpg<span class="w"> </span><span class="p">|</span><span class="w"> </span>gpg<span class="w"> </span>--no-default-keyring<span class="w"> </span>--keyring<span class="w"> </span>gnupg-ring:/etc/apt/trusted.gpg.d/debian-hdri-repo.gpg<span class="w"> </span>--import
Expand Down
4 changes: 2 additions & 2 deletions nxscollect.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxcollect &#8212; NXSTools 4.17.0 documentation</title>
<title>nxcollect &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions nxsconfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxsconfig &#8212; NXSTools 4.17.0 documentation</title>
<title>nxsconfig &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions nxscreate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxscreate &#8212; NXSTools 4.17.0 documentation</title>
<title>nxscreate &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions nxsdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxsdata &#8212; NXSTools 4.17.0 documentation</title>
<title>nxsdata &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions nxsetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxsetup &#8212; NXSTools 4.17.0 documentation</title>
<title>nxsetup &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions nxsfileinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>nxsfileinfo &#8212; NXSTools 4.17.0 documentation</title>
<title>nxsfileinfo &#8212; NXSTools 4.18.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
NXSTools</a>
<span class="navbar-text navbar-version pull-left"><b>4.17</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.18</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
Loading

0 comments on commit 34720d7

Please sign in to comment.