Skip to content

Commit

Permalink
resolve links for unary docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samukweku committed Mar 31, 2023
1 parent 30da95a commit d4f9a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/fexpr/__invert__.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. xmethod:: datatable.FExpr.__invert__
:src: src/core/expr/fexpr.cc PyFExpr::nb__invert__
:src: src/core/expr/funary/unary_invert.cc PyFExpr::nb__invert__

__invert__(x)
--
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fexpr/__neg__.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. xmethod:: datatable.FExpr.__neg__
:src: src/core/expr/fexpr.cc PyFExpr::nb__neg__
:src: src/core/expr/funary/unary_minus.cc PyFExpr::nb__neg__

__neg__(x)
--
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fexpr/__pos__.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.. xmethod:: datatable.FExpr.__pos__
:src: src/core/expr/fexpr.cc PyFExpr::nb__pos__
:src: src/core/expr/funary/unary_plus.cc PyFExpr::nb__pos__

__pos__(x)
--
Expand Down

0 comments on commit d4f9a91

Please sign in to comment.