You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "drin (via GitHub)" <gi...@apache.org> on 2023/05/04 18:45:39 UTC

[GitHub] [arrow] drin commented on issue #35438: [Website][Docs] Function execution section missing from compute API reference

drin commented on issue #35438:
URL: https://github.com/apache/arrow/issues/35438#issuecomment-1535242920

   Also, not sure if relevant, but the `src` attribute for the logo is incorrect:
   ```html
   <a class="navbar-brand" href="../../index.html">
     <img src="../../_static/../../_static/arrow.png" class="logo" alt="logo">
   </a>
   ```
   
   and I am seeing the following issues in the browser (firefox) console:
   ```
   Uncaught ReferenceError: $ is not defined
       <anonymous> https://arrow.apache.org/docs/cpp/api/compute.html#function-execution:133
       <anonymous> https://arrow.apache.org/docs/cpp/api/compute.html#function-execution:151
       ...
   Uncaught ReferenceError: jQuery is not defined
       <anonymous> https://arrow.apache.org/docs/_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf:1
       n https://arrow.apache.org/docs/_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf:1
       ...
   Uncaught ReferenceError: $ is not defined
       <anonymous> https://arrow.apache.org/docs/_static/versionwarning.js:21
       <anonymous> https://arrow.apache.org/docs/_static/versionwarning.js:135
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org