Skip to content

Commit

Permalink
Use absolute path for opengraph preview (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Aug 23, 2024
1 parent 9cb922c commit 29ad81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Options for HTML output -------------------------------------------------

html_theme = "sphinx_rtd_theme"
html_logo = "../../misc/pantab_logo.png"
html_logo = "../../misc/pantab_logo.svg"
master_doc = "index" # see RTD GH issue 2569
html_context = {
"display_github": True,
Expand All @@ -33,3 +33,5 @@
# -- Options for opengraph output --------------------------------------------

ogp_site_url = "https://pantab.readthedocs.io/"
ogp_use_first_image = False
ogp_image = "https://pantab.readthedocs.io/en/latest/_static/pantab_logo.png"
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pantab
What is it?
-----------

``pantab`` is a Python wrapper around Tableau's `Hyper API <https://tableau.github.io/hyper-db/>`_ which promotes usage of the `pandas DataFrame <https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.html>`_ to seamlessly generate and read hyper files.
``pantab`` is a fast, efficient, and easy way to exchange data between Tableau's `Hyper <https://tableau.github.io/hyper-db/>`_ database format and popular dataframe packages like `pandas <https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.html>`_, `polars <https://docs.pola.rs/api/python/stable/reference/index.html>`_, and `pyarrow <https://arrow.apache.org/docs/python/index.html>`_.

How do I get it?
----------------
Expand Down

0 comments on commit 29ad81b

Please sign in to comment.