Skip to content

Commit 5d9a72b

Browse files
author
massimo.santini
committed
Changed nodespec from node URLs (prepended by http) to node names (enclosed in double quotes)
1 parent 0c74381 commit 5d9a72b

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed
-96 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
278 Bytes
Binary file not shown.

docs/_build/html/_sources/quickstart/console.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Node specifications
3232
A node can be specified to commands of the console in three ways:
3333

3434
* as an absolute node number (a non negative integer prefixed by ``#``),
35-
* as an URL (any string starting with ``http://``),
35+
* as a node name (any string enclosed in double quotes -- use :samp:`urlmap` to load a suitable map from node names to numbers, and viceversa),
3636
* as a path (absolute, or relative to the current working node).
3737

3838
A :dfn:`relative path` is a sequence of non negative integers separated by ``/``, if it also starts with ``/``, it is said to be an :dfn:`absolute path`; the :dfn:`current working node` is a given node of the graph with respect to which relative paths are to be considered. Numbers in the sequence refer to outlinks (that are numbered starting from 0). For example, path ``/2/4`` referes to the fifth outlink of the third outlink of node 0; similarly, path ``1//2`` refers to the third outlink af the second outlink of the current working node.

docs/_build/html/quickstart/console.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Node specifications<a class="headerlink" href="#node-specifications" title="
7777
<p>A node can be specified to commands of the console in three ways:</p>
7878
<ul class="simple">
7979
<li>as an absolute node number (a non negative integer prefixed by <tt class="docutils literal"><span class="pre">#</span></tt>),</li>
80-
<li>as an URL (any string starting with <tt class="docutils literal"><span class="pre">http://</span></tt>),</li>
80+
<li>as a node name (any string enclosed in double quotes &#8211; use <tt class="docutils literal"><span class="pre">urlmap</span></tt> to load a suitable map from node names to numbers, and viceversa),</li>
8181
<li>as a path (absolute, or relative to the current working node).</li>
8282
</ul>
8383
<p>A <em>relative path</em> is a sequence of non negative integers separated by <tt class="docutils literal"><span class="pre">/</span></tt>, if it also starts with <tt class="docutils literal"><span class="pre">/</span></tt>, it is said to be an <em>absolute path</em>; the <em>current working node</em> is a given node of the graph with respect to which relative paths are to be considered. Numbers in the sequence refer to outlinks (that are numbered starting from 0). For example, path <tt class="docutils literal"><span class="pre">/2/4</span></tt> referes to the fifth outlink of the third outlink of node 0; similarly, path <tt class="docutils literal"><span class="pre">1//2</span></tt> refers to the third outlink af the second outlink of the current working node.</p>

docs/_build/html/searchindex.js

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

docs/quickstart/console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Node specifications
3232
A node can be specified to commands of the console in three ways:
3333

3434
* as an absolute node number (a non negative integer prefixed by ``#``),
35-
* as an URL (any string starting with ``http://``),
35+
* as a node name (any string enclosed in double quotes -- use :samp:`urlmap` to load a suitable map from node names to numbers, and viceversa),
3636
* as a path (absolute, or relative to the current working node).
3737

3838
A :dfn:`relative path` is a sequence of non negative integers separated by ``/``, if it also starts with ``/``, it is said to be an :dfn:`absolute path`; the :dfn:`current working node` is a given node of the graph with respect to which relative paths are to be considered. Numbers in the sequence refer to outlinks (that are numbered starting from 0). For example, path ``/2/4`` referes to the fifth outlink of the third outlink of node 0; similarly, path ``1//2`` refers to the third outlink af the second outlink of the current working node.

0 commit comments

Comments
 (0)