Skip to content

Commit

Permalink
Add goatcounter tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 2, 2024
1 parent 1729c7e commit 1061a0c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ to see the operations available.

.. autoclass:: akimbo.strings.StringAccessor
:members:

.. raw:: html

<script data-goatcounter="https://akimbo.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ operator overloads.
:caption: API Reference

api.rst


.. raw:: html

<script data-goatcounter="https://akimbo.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ Optional dependencies

- ``pyarrow``: for reading and writing data stored in parquet files, and for
for the ``.str`` and ``.dt`` accessor attributes.

.. raw:: html

<script data-goatcounter="https://akimbo.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
3 changes: 2 additions & 1 deletion src/akimbo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import annotations

# re-exports
from awkward import behavior
from awkward import metadata_from_parquet as get_parquet_schema # re-export
from awkward import metadata_from_parquet as get_parquet_schema
from awkward import mixin_class, mixin_class_method

import akimbo.datetimes as datetimes
Expand Down

0 comments on commit 1061a0c

Please sign in to comment.