Skip to content

Commit

Permalink
fix: broke the docs build, shame on me (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning authored Nov 13, 2024
1 parent 04347d6 commit a76f792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
Vortex: a State-of-the-Art Columnar File Format
==============================================
===============================================

.. grid:: 1 1 2 2
:gutter: 4 4 4 4
Expand Down
5 changes: 2 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ Use the sampling compressor to compress the Vortex array and check the relative
Write
^^^^^

Reading and writing both require an async runtime, in this example we use Tokio. The
:class:`~vortex_serde::file::write::writer::VortexFileWriter` knows how to write Vortex arrays to
disk:
Reading and writing both require an async runtime; in this example we use Tokio. The
VortexFileWriter knows how to write Vortex arrays to disk:

.. code-block:: rust
Expand Down

0 comments on commit a76f792

Please sign in to comment.