googleapis / googleapis/google-cloud-python

DOCS - intersphinx objects.inv link to wrong location

オープン
#15,968 コメント 2 件 リアクション 1 件 担当者 1 名 @chandra-siri が担当を希望しています GitHub で見る
api: storage
主要言語
Python
スター
5.4k
フォーク
1.8k
平均マージ
3日 4時間
マージ済み PR(30日)
122

説明

The `objects.inv` file that can be found at https://googleapis.dev/python/storage/latest/objects.inv links to the wrong location. For example, `google.cloud.storage.client.Client` ought to link to:

https://cloud.google.com/python/docs/reference/storage/latest/google.cloud.storage.client.Client

But it actually links to:

https://cloud.google.com/python/docs/reference/storage/latest/index.html#google.cloud.storage.client.Client

Inspecting the manifest by running:

`python -m sphinx.ext.intersphinx https://googleapis.dev/python/storage/latest/objects.inv`

We get the following:

```
py:class
google.cloud.storage.client.Client: storage/client.html#google.cloud.storage.client.Client
```

Based on how the site behaves my guess is that because `storage/client.html` is an unknown page, that's getting redirected to `index.html` while preserving the `#google.cloud.storage.client.Client`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。