We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're generating markdown docs using a Sphinx extension.
I noticed that the .. code-block:: python bit has a leading space. This results in an incorrectly formatted markdown file.
.. code-block:: python
redis-vl-python/redisvl/query/aggregate.py
Lines 19 to 25 in 4154aae
compared to the correct:
redis-vl-python/redisvl/query/query.py
Lines 690 to 694 in 4154aae
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
f0a4f89
tylerhutcherson
Successfully merging a pull request may close this issue.
We're generating markdown docs using a Sphinx extension.
I noticed that the
.. code-block:: python
bit has a leading space. This results in an incorrectly formatted markdown file.redis-vl-python/redisvl/query/aggregate.py
Lines 19 to 25 in 4154aae
compared to the correct:
redis-vl-python/redisvl/query/query.py
Lines 690 to 694 in 4154aae
The text was updated successfully, but these errors were encountered: