Skip to content

Commit d386451

Browse files
committed
Updating sandbox instructions
1 parent ccc85a1 commit d386451

9 files changed

+13
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode
22
_build
3-
*.code-workspace
3+
*.code-workspace
4+
.DS_Store

conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,10 @@
402402
html_context['downloads'].append( ('pdf', '/docs/manifests/' +language+ '/' +current_version+ '/netris-docs_' +language+ '_' +current_version+ '.pdf') )
403403

404404
html_context['downloads'].append( ('epub', '/docs/manifests/' +language+ '/' +current_version+ '/netris-docs_' +language+ '_' +current_version+ '.epub') )
405+
406+
# Variables
407+
408+
rst_prolog = """
409+
.. |a-variable| replace:: A variable
410+
..
411+
"""

sandbox/Sandbox10/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Sandbox70
55
.. toctree::
66
:maxdepth: 2
77

8-
Sandbox_info
8+
Sandbox-info
9+
creating-services
File renamed without changes.

sandbox/Sandbox9/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Sandbox9
55
.. toctree::
66
:maxdepth: 2
77

8-
Sandbox_info
8+
Sandbox-info
9+
creating-services

updatePages.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)