Skip to content

Commit c0d0686

Browse files
committed
Added metadata for nbsphinx
1 parent 60772a8 commit c0d0686

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

nonrecursive_filters/fast_convolution.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"nbsphinx": "hidden"
7+
},
68
"source": [
79
"# Realization of Non-Recursive Filters\n",
810
"\n",
@@ -352,7 +354,9 @@
352354
},
353355
{
354356
"cell_type": "markdown",
355-
"metadata": {},
357+
"metadata": {
358+
"nbsphinx": "hidden"
359+
},
356360
"source": [
357361
"**Copyright**\n",
358362
"\n",
@@ -376,7 +380,7 @@
376380
"name": "python",
377381
"nbconvert_exporter": "python",
378382
"pygments_lexer": "ipython3",
379-
"version": "3.5.1"
383+
"version": "3.5.2"
380384
}
381385
},
382386
"nbformat": 4,

nonrecursive_filters/introduction.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"nbsphinx": "hidden"
7+
},
68
"source": [
79
"# Realization of Non-Recursive Filters\n",
810
"\n",
@@ -83,7 +85,9 @@
8385
},
8486
{
8587
"cell_type": "markdown",
86-
"metadata": {},
88+
"metadata": {
89+
"nbsphinx": "hidden"
90+
},
8791
"source": [
8892
"**Copyright**\n",
8993
"\n",
@@ -107,7 +111,7 @@
107111
"name": "python",
108112
"nbconvert_exporter": "python",
109113
"pygments_lexer": "ipython3",
110-
"version": "3.5.1"
114+
"version": "3.5.2"
111115
}
112116
},
113117
"nbformat": 4,

nonrecursive_filters/quantization_effects.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"nbsphinx": "hidden"
7+
},
68
"source": [
79
"# Realization of Non-Recursive Filters\n",
810
"\n",
@@ -324,7 +326,9 @@
324326
},
325327
{
326328
"cell_type": "markdown",
327-
"metadata": {},
329+
"metadata": {
330+
"nbsphinx": "hidden"
331+
},
328332
"source": [
329333
"**Copyright**\n",
330334
"\n",
@@ -348,7 +352,7 @@
348352
"name": "python",
349353
"nbconvert_exporter": "python",
350354
"pygments_lexer": "ipython3",
351-
"version": "3.5.1"
355+
"version": "3.5.2"
352356
}
353357
},
354358
"nbformat": 4,

nonrecursive_filters/segmented_convolution.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"nbsphinx": "hidden"
7+
},
68
"source": [
79
"# Realization of Non-Recursive Filters\n",
810
"\n",
@@ -425,7 +427,9 @@
425427
},
426428
{
427429
"cell_type": "markdown",
428-
"metadata": {},
430+
"metadata": {
431+
"nbsphinx": "hidden"
432+
},
429433
"source": [
430434
"**Copyright**\n",
431435
"\n",
@@ -449,7 +453,7 @@
449453
"name": "python",
450454
"nbconvert_exporter": "python",
451455
"pygments_lexer": "ipython3",
452-
"version": "3.5.1"
456+
"version": "3.5.2"
453457
}
454458
},
455459
"nbformat": 4,

0 commit comments

Comments
 (0)