Skip to content

Commit

Permalink
remove cell from tour notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dswah committed Sep 20, 2018
1 parent 5db3203 commit 871c1c5
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions doc/source/notebooks/tour_of_pygam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1181,47 +1181,6 @@
"0. Keiding, Niels, 1991 \n",
"Age-specific incidence and prevalence: a statistical perspective\n"
]
},
{
"cell_type": "code",
"execution_count": 62,
"metadata": {},
"outputs": [],
"source": [
"def ll(*args, **kwargs):\n",
" \"\"\"See Also\n",
" --------\n",
" LinearTerm : for developer details\n",
" \"\"\"\n",
" return LinearTerm(*args, **kwargs)"
]
},
{
"cell_type": "code",
"execution_count": 63,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'See Also\\n --------\\n LinearTerm : for developer details\\n '"
]
},
"execution_count": 63,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ll.__doc__"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 871c1c5

Please sign in to comment.