diff --git a/doc/source/notebooks/tour_of_pygam.ipynb b/doc/source/notebooks/tour_of_pygam.ipynb index c6e0dd05..4d1bc805 100644 --- a/doc/source/notebooks/tour_of_pygam.ipynb +++ b/doc/source/notebooks/tour_of_pygam.ipynb @@ -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": {