Skip to content

Commit

Permalink
[CI] Fixed failing linkcheck, w&b init
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Sep 27, 2024
1 parent 3a059ce commit 066aea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/handlers/wandb_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WandBLogger(BaseLogger):
Args:
args: Positional arguments accepted by `wandb.init`.
kwargs: Keyword arguments accepted by `wandb.init`.
Please see `wandb.init <https://docs.wandb.ai/library/init>`_ for documentation of possible parameters.
Please see `wandb.init <https://docs.wandb.ai/ref/python/init>`_ for documentation of possible parameters.
Examples:
.. code-block:: python
Expand Down

0 comments on commit 066aea8

Please sign in to comment.