Skip to content

Commit

Permalink
Merge pull request #127 from zpz/zepu
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
zpz authored Jan 25, 2024
2 parents 16cefd1 + 77ce0a5 commit 10be77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -923,16 +923,13 @@ API reference
.. autoclass:: biglist.FileReader


.. autoclass:: biglist.FileSeq


.. autoclass:: biglist.Slicer


.. autoclass:: biglist.Chain


.. autoclass:: BiglistBase
.. autoclass:: biglist._biglist.BiglistBase


.. autoclass:: biglist.Biglist
Expand All @@ -941,18 +938,12 @@ API reference
.. autoclass:: biglist.BiglistFileReader


.. autoclass:: biglist.BiglistFileSeq


.. autoclass:: biglist.ParquetBiglist


.. autoclass:: biglist.ParquetFileReader


.. autoclass:: biglist.ParquetFileSeq


.. autoclass:: biglist.ParquetBatchData

.. autofunction:: biglist.make_parquet_schema
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ addopts = "-sv --log-cli-level info -p no:cacheprovider --ignore tests/experimen


[tool.coverage.report]
fail_under = 85
fail_under = 84
show_missing = true
skip_empty = true

Expand Down

0 comments on commit 10be77b

Please sign in to comment.