Skip to content

Commit fb768bb

Browse files
committed
bump version
1 parent 131745a commit fb768bb

64 files changed

Lines changed: 528 additions & 575 deletions

File tree

Some content is hidden

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

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c5b9e2f24a174bb586a0c877268c62da
3+
config: d4be34b5e5af3c7ec95e48f6e606b708
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

docs/_downloads/332eafcd55124069bc52ae95a623ffe2/plot_find_pd_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
# on with an analysis at this point. See https://bids.neuroimaging.io/ and
137137
# https://mne.tools/mne-bids/ for more information about BIDS.
138138

139-
pd_parser.pd_parser_save_to_bids(op.join(out_dir, 'bids_dir'), fname,
140-
sub='1', task='mytask')
139+
pd_parser.save_to_bids(op.join(out_dir, 'bids_dir'), fname,
140+
sub='1', task='mytask')

docs/_downloads/48a5e5aeddd3e241d0dc38ccbd94a450/plot_find_pd_events.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"outputs": [],
136136
"source": [
137-
"pd_parser.pd_parser_save_to_bids(op.join(out_dir, 'bids_dir'), fname,\n sub='1', task='mytask')"
137+
"pd_parser.save_to_bids(op.join(out_dir, 'bids_dir'), fname,\n sub='1', task='mytask')"
138138
]
139139
}
140140
],
Binary file not shown.
-26.5 KB
Loading
-4 KB
Loading

docs/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Overview: module code &#8212; pd-parser v0.6 documentation</title>
7+
<title>Overview: module code &#8212; pd-parser v0.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/gallery.css" />
@@ -40,7 +40,7 @@
4040
<span class="icon-bar"></span>
4141
</button>
4242
<a class="navbar-brand" href="../index.html">
43-
pd-parser v0.6</a>
43+
pd-parser v0.7</a>
4444
<span class="navbar-text navbar-version pull-left"><b></b></span>
4545
</div>
4646

docs/_modules/parse_pd.html

Lines changed: 67 additions & 40 deletions
Large diffs are not rendered by default.

docs/_sources/auto_examples/plot_find_pd_events.rst.txt

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)