Skip to content

Commit

Permalink
docs: include full name of signatures
Browse files Browse the repository at this point in the history
Now the signatures appear as
`ibis.random()` instead of just `random()`.
Per
#7159 (comment)

Before, quartodoc wasn't even respecting
this option, because it was incorrectly
definied at the wrong nesting level.
I had to move the option out of the "member_options" section
for any change to occur.
  • Loading branch information
NickCrews authored and cpcloud committed Oct 1, 2023
1 parent 58ee490 commit 66a58e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_quarto.yml
Expand Up @@ -185,8 +185,7 @@ quartodoc:
render_interlinks: true
renderer: _renderer.py
options:
member_options:
signature_name: short
signature_name: full
sections:
- title: Expression API
desc: "APIs for manipulating table, column and scalar expressions"
Expand Down

0 comments on commit 66a58e2

Please sign in to comment.