Skip to content

Commit

Permalink
docs: add ak.zip_no_broadcast and ak.with/without_named_axis to p…
Browse files Browse the repository at this point in the history
…ublic API docs (#3399)

* add zip_no_broadcast and with_named_axis to index

* there is without named axis as well
  • Loading branch information
ikrommyd authored Feb 12, 2025
1 parent 91eb595 commit b82566d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/reference/toctree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
:caption: Restructuring records (columns)

generated/ak.zip
generated/ak.zip_no_broadcast
generated/ak.unzip
generated/ak.merge_union_of_records
generated/ak.merge_option_of_records
Expand Down Expand Up @@ -294,6 +295,8 @@
generated/ak.without_field
generated/ak.with_parameter
generated/ak.without_parameters
generated/ak.with_named_axis
generated/ak.without_named_axis

.. toctree::
:caption: Overriding behavior
Expand Down Expand Up @@ -325,7 +328,7 @@
generated/ak.zeros_like
generated/ak.ones_like
generated/ak.full_like

.. toctree::
:caption: Third-party integration

Expand Down Expand Up @@ -385,7 +388,7 @@

.. toctree::
:caption: Low-level types: "forms"

generated/ak.forms.Form
generated/ak.forms.BitMaskedForm
generated/ak.forms.ByteMaskedForm
Expand Down

0 comments on commit b82566d

Please sign in to comment.