File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 65
65
"id" : " 076361ca" ,
66
66
"metadata" : {},
67
67
"source" : [
68
- " Inspect the signature."
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
71
]
70
72
},
71
73
{
75
77
"metadata" : {},
76
78
"outputs" : [],
77
79
"source" : [
78
- " hello_world? "
80
+ " help( hello_world) "
79
81
]
80
82
},
81
83
{
Original file line number Diff line number Diff line change 23
23
print (ret )
24
24
25
25
# %% [markdown]
26
- # Inspect the signature.
26
+ # Inspect the signature. In an interactive session you could also use `hello_world?` to
27
+ # display the docstring. See the rendered version
28
+ # [of `hello_world` under the Reference]](python_package.mockup.hello_world)
27
29
28
30
# %%
29
- # hello_world?
31
+ help ( hello_world )
30
32
31
33
# %% [markdown]
32
34
# Simple example for a recipe showing what the package can do.
You can’t perform that action at this time.
0 commit comments