Skip to content

Commit 1c4d8ea

Browse files
updated tags and see also
1 parent 02e8199 commit 1c4d8ea

File tree

394 files changed

+931
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+931
-546
lines changed

_includes/seealso

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ul>
22
{% for p in site.pages %}
3+
{% if include.category == nil or include.category == "" or p.category contains include.category %}
34
{% if include.tag == nil or include.tag == "" or p.tags contains include.tag %}
45
{% if include.tag1 == nil or include.tag1 == "" or p.tags contains include.tag1 %}
56
{% if include.tag2 == nil or include.tag2 == "" or p.tags contains include.tag2 %}
@@ -21,5 +22,6 @@
2122
{% endif %}
2223
{% endif %}
2324
{% endif %}
25+
{% endif %}
2426
{% endfor %}
2527
</ul>

development/module/connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ The literature references to the implemented methods are given [here](/reference
6666

6767
See also these tutorials:
6868

69-
{% include seealso tag1="tutorial" tag2="connectivity" %}
69+
{% include seealso category="tutorial" tag1="connectivity" %}

development/module/forward.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ The forward module functions are written such that they operate correctly if all
166166

167167
The literature references to the implemented methods are given [here](/references_to_implemented_methods).
168168

169-
### Frequently asked questions about forward and inverse modeling:
169+
### Frequently asked questions on forward and inverse modeling
170170

171-
{% include seealso tag1="faq" tag2="source" %}
171+
{% include seealso category="faq" tag1="source" %}
172172

173-
### Example material for forward and inverse modeling:
173+
### Example material on forward and inverse modeling
174174

175-
{% include seealso tag1="example" tag2="source" %}
175+
{% include seealso category="example" tag1="source" %}
176176

177-
### Tutorial material for forward and inverse modeling:
177+
### Tutorial material on forward and inverse modeling
178178

179-
{% include seealso tag1="tutorial" tag2="source" %}
179+
{% include seealso category="tutorial" tag1="source" %}

development/module/inverse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ Most functions have additional optional input arguments that are specified as ke
7979

8080
The literature references to the implemented methods are given [here](/references_to_implemented_methods).
8181

82-
### Frequently asked questions about forward and inverse modeling:
82+
### See also these tutorials
8383

84-
{% include seealso tag1="faq" tag2="source" %}
84+
{% include seealso category="tutorial" tag1="source" %}
8585

86-
### Example material for forward and inverse modeling:
86+
### See also these frequently asked questions
8787

88-
{% include seealso tag1="example" tag2="source" %}
88+
{% include seealso category="faq" tag1="source" %}
8989

90-
### Tutorial material for forward and inverse modeling:
90+
### See also these examples
9191

92-
{% include seealso tag1="tutorial" tag2="source" %}
92+
{% include seealso category="example" tag1="source" %}

development/module/qsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ This toolbox has been developed as part of the FieldTrip toolbox, but can be use
1717

1818
## Frequently asked questions about distributed computing using this toolbox
1919

20-
{% include seealso tag1="faq" tag2="qsub" %}
20+
{% include seealso category="faq" tag1="qsub" %}

development/project/consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Check the consistency between the documentation and the implementations
88

99
## Objectives
1010

11-
- the reference documentation should be included in the m-files (i.e. "help function_name")
11+
- the reference documentation should be included in the m-files (i.e., `help functionname`)
1212
- the documentation should be complete w.r.t. the underlying implementation
1313
- the documentation should be up-to-date, and should be easily kept up-to-date
1414
- the structure between the functions should become more transparent

development/project/nutmeg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integration with NUTMEG
33
redirect_from:
4-
- /development/nutmeg/
4+
- /development/nutmeg/
55
---
66

77
{% include /shared/development/warning.md %}

development/project/spike.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following steps have been don
1515
- test and start to use svn (done)
1616
- add functions (done)
1717
- check code duplication (done)
18-
- check reference doc, i.e. "help functionname" (done)
18+
- check reference doc, i.e., `help functionname` (done)
1919
- move to fieldtrip/contrib/spike
2020

2121
The following steps still need some wor

development/realtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The page [scratchpad](/development/realtime/scratchpad) contains some loose ends
1919

2020
### Frequently asked questions
2121

22-
{% include seealso tag1="faq" tag2="realtime" %}
22+
{% include seealso category="faq" tag1="realtime" %}
2323

2424
### Example scripts
2525

26-
{% include seealso tag1="example" tag2="realtime" %}
26+
{% include seealso category="example" tag1="realtime" %}
2727

2828
### General tips and tricks
2929

development/realtime/arduino.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ The purpose of this device is to demonstrate that something can be controlled. I
9090
It is based on a ~~[3V3 Arduino Pro Mini](http://arduino.cc/en/Main/ArduinoBoardProMini)~~ [5V Arduino Mini](http://arduino.cc/en/Main/ArduinoBoardMini).
9191

9292
- SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK)
93-
9493
- External Interrupts: 2 and 3 (?)
9594

9695
Wireless connectivity is provided by a [RFM12B](https://www.sparkfun.com/products/9582) module and uses this [library](http://jeelabs.net/pub/docs/jeelib/RF12_8cpp.html).
@@ -100,5 +99,4 @@ Wireless connectivity is provided by a [RFM12B](https://www.sparkfun.com/product
10099
## See also
101100

102101
- [development/realtime/modulareeg](/development/realtime/modulareeg) for the bluetooth OpenEEG interface
103-
104102
- [here on GitHub](https://github.com/fieldtrip/fieldtrip/tree/master/realtime/src/arduino) for the Arduino specific source code

0 commit comments

Comments
 (0)