File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6565 "id" : " 076361ca" ,
6666 "metadata" : {},
6767 "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)"
6971 ]
7072 },
7173 {
7577 "metadata" : {},
7678 "outputs" : [],
7779 "source" : [
78- " hello_world? "
80+ " help( hello_world) "
7981 ]
8082 },
8183 {
Original file line number Diff line number Diff line change 2323print (ret )
2424
2525# %% [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)
2729
2830# %%
29- # hello_world?
31+ help ( hello_world )
3032
3133# %% [markdown]
3234# Simple example for a recipe showing what the package can do.
You can’t perform that action at this time.
0 commit comments