File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
"metadata" : {},
67
67
"source" : [
68
68
" Inspect the signature. In an interactive session you could also use `hello_world?` to\n " ,
69
- " display the docstring. See the rendered version here: \n " ,
70
- " [reference/python_package.mockup ](python_package.mockup.hello_world)"
69
+ " display the docstring. See the rendered version\n " ,
70
+ " [of `hello_world` under the Reference ](python_package.mockup.hello_world)"
71
71
]
72
72
},
73
73
{
Original file line number Diff line number Diff line change 25
25
# %% [markdown]
26
26
# Inspect the signature. In an interactive session you could also use `hello_world?` to
27
27
# display the docstring. See the rendered version
28
- # [of `hello_world` under the Reference]] (python_package.mockup.hello_world)
28
+ # [of `hello_world` under the Reference](python_package.mockup.hello_world)
29
29
30
30
# %%
31
31
help (hello_world )
You can’t perform that action at this time.
0 commit comments