Skip to content

Commit 21647ae

Browse files
committed
Move examples documentation up a level.
1 parent 8313a25 commit 21647ae

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

roles/magpar_examples/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXAMPLES_FOLDER: /etc/skel
99
MAGPAR_EXAMPLES_FOLDER: "{{ EXAMPLES_FOLDER }}/magpar-0.9/magpar-examples"
1010

1111
# Name of the RST template to generate HTML examples from.
12-
EXAMPLES_RST_FILE: /vagrant/extra_resources/magpar/magpar_examples.rst
12+
EXAMPLES_RST_FILE: /vagrant/extra_resources/magpar_examples.rst
1313
EXAMPLES_OUTPUT_NAME: Magpar_examples.html
1414

1515
# Location to place the HTML documentation.

roles/nmag_examples/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EXAMPLES_FOLDER: /etc/skel
33
NMAG_EXAMPLES_FOLDER: "{{ EXAMPLES_FOLDER }}/nmag-examples"
44

55
# Name of the RST template to generate HTML examples from.
6-
EXAMPLES_RST_FILE: nmag_examples.rst
6+
EXAMPLES_RST_FILE: /vagrant/extra_resources/nmag_examples.rst
77
EXAMPLES_OUTPUT_NAME: Nmag_examples.html
88

99
# Location to place the HTML documentation.

roles/oommf_examples/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EXAMPLES_FOLDER: /etc/skel
33
OOMMF_EXAMPLES_FOLDER: "{{ EXAMPLES_FOLDER }}/oommf-oxs-examples"
44

55
# Path of the RST template to generate HTML examples from.
6-
EXAMPLES_RST_FILE: /vagrant/extra_resources/oommf/oommf_examples.rst
6+
EXAMPLES_RST_FILE: /vagrant/extra_resources/oommf_examples.rst
77
EXAMPLES_OUTPUT_NAME: OOMMF_examples.html
88

99
# Location to place the HTML documentation.

0 commit comments

Comments
 (0)