Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent c62801d commit a577b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/cfg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c.NbConvertApp.notebooks = ["examples/basic.ipynb",
"examples/subset.ipynb",
c.NbConvertApp.notebooks = [#"examples/basic.ipynb",
#"examples/subset.ipynb",
"examples/template.ipynb"]

c.ExecutePreprocessor.timeout = 600
Expand Down
15 changes: 8 additions & 7 deletions doc/examples/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -424,7 +424,7 @@
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -458,7 +458,7 @@
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -487,7 +487,7 @@
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand All @@ -502,7 +502,8 @@
}
],
"source": [
"asg['::pystl::vector::Int'].qualified_type.desugared_type.unqualified_type.boost_python_export"
"%%bash\n",
"pygmentize PySTL/src/py/_vector_wrapper_6b9ae5eac40858c9a0f5e6e21c15d1d3.cpp"
]
},
{
Expand All @@ -516,7 +517,7 @@
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand All @@ -529,7 +530,7 @@
}
],
"source": [
"%%bash --err error\n",
"%%bash\n",
"conda build -q PySTL/conda/python-stl-vector -c statiskit\n",
"conda install -y -q python-stl-vector --use-local -c statiskit"
]
Expand Down

0 comments on commit a577b14

Please sign in to comment.