We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Python 標準ライブラリ » 汎用オペレーティングシステムサービス » time で、 time.timeのドキュメント中の「エポック」のリンクが切れている
https://docs.python.org/ja/3/library/time.html#time.time
エポック からの秒数を浮動小数点数で返します。
エポックは https://docs.python.org/ja/3/library/epoch へのリンクになっているが、クリックすると「404 Not Found」
英語では、https://docs.python.org/3/library/time.html#epoch へのリンクになっていて、 クリックすると「The epoch is the point where the time starts,」の箇条書きに移動する ref: https://docs.python.org/3/library/time.html#time.time
「エポック」のリンクを以下のように変更する
修正後に挙げたリンクが機能することも確認した。 「エポック (epoch) は時刻の起点のことで、」の箇条書きに移動する
The text was updated successfully, but these errors were encountered:
この部分 :ref:`エポック <epoch>` で修正しても上手くリンクできないようです。
:ref:`エポック <epoch>`
Transifex の訳文には現れませんが library/time.rst には下記の行があるので、クロスリファレンスが作成されても良さそうなのですが実際にはそうなっていません。
library/time.rst
.. _epoch:
原文では epoch_ と記載しているので、一旦、エポック (epoch_) で修正してみました。 エポック (epoch)のように表示されてしまいますが、現状よりは改善できると思います。
epoch_
エポック (epoch_)
エポック (epoch)
Sorry, something went wrong.
現在のドキュメントでは「エポック (epoch)」となっており、epoch部分から https://docs.python.org/ja/3/library/time.html#epoch にリンクが張られていることを確認しました。
epoch
No branches or pull requests
概要
Python 標準ライブラリ » 汎用オペレーティングシステムサービス » time で、
time.timeのドキュメント中の「エポック」のリンクが切れている
問題のある箇所 (URLで指定すること)
https://docs.python.org/ja/3/library/time.html#time.time
問題の詳細
エポックは https://docs.python.org/ja/3/library/epoch へのリンクになっているが、クリックすると「404 Not Found」
英語では、https://docs.python.org/3/library/time.html#epoch へのリンクになっていて、
クリックすると「The epoch is the point where the time starts,」の箇条書きに移動する
ref: https://docs.python.org/3/library/time.html#time.time
修正案
「エポック」のリンクを以下のように変更する
修正後に挙げたリンクが機能することも確認した。
「エポック (epoch) は時刻の起点のことで、」の箇条書きに移動する
The text was updated successfully, but these errors were encountered: