[
https://issues.apache.org/jira/browse/ARROW-7222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979135#comment-16979135
]
Joris Van den Bossche commented on ARROW-7222:
----------------------------------------------
It's indeed a different problem (and solving it now will require explicit
action), but the solution to prevent it happening again in the future might be
related.
Eg in pandas, we put the docs for each version in a /version/xx/ directory, and
then /stable/ is a symlink to the latest version (which needs to be updated
when releasing then). That way, you never overwrite the existing docs with a
new set of files, potentially leaving older ones (now, ensuring the old ones
are deleted when overwriting the docs should also not be hard, of course)
> [Python] Wipe any existing generated Python API documentation when updating
> website
> -----------------------------------------------------------------------------------
>
> Key: ARROW-7222
> URL: https://issues.apache.org/jira/browse/ARROW-7222
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 1.0.0
>
>
> Removed APIs are persisting in Google searches, e.g.
> https://arrow.apache.org/docs/python/generated/pyarrow.Column.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)