Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Jun 15, 2019
1 parent 1206785 commit 75d9f2e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
1 change: 1 addition & 0 deletions _templates/google3dea3b29336ca0e5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google3dea3b29336ca0e5.html
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,9 @@ def zip_folders(folder, prefix='', suffix=''):

# NOTE: don't put the extension on the left !

#html_additional_pages = {
# 'google3dea3b29336ca0e5': 'google3dea3b29336ca0e5.html',
#}
html_additional_pages = {
'google3dea3b29336ca0e5': 'google3dea3b29336ca0e5.html',
}


# -- Options for LaTeX output ---------------------------------------------# -- Options for LaTeX output ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion exams/2019-06-10/exam-2019-06-10-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**ANSWER**: $\\Theta(m \\cdot n^2 ) $"
"**ANSWER**: $\\Theta(m \\cdot n^2 )$"
]
},
{
Expand Down
Binary file modified jm-templates/exam-admin/jupman-yyyy-mm-dd-grades.ods
Binary file not shown.
28 changes: 28 additions & 0 deletions jm-templates/exam-solutions/exam-yyyy-mm-dd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,34 @@
"## Part B"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### B1 Theory\n",
"\n",
"**Write the solution in separate `theory.txt` file**\n",
"\n",
"```python\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**ANSWER**:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### B2\n",
"\n",
"**Open a text editor** and edit file "
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 75d9f2e

Please sign in to comment.