Skip to content

Commit

Permalink
docs: update links to neptune web (#19630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 14, 2024
1 parent 1439da4 commit afff598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lightning/pytorch/loggers/neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def wrapper(*args: Any, **kwargs: Any) -> Any:


class NeptuneLogger(Logger):
r"""Log using `Neptune <https://neptune.ai>`_.
r"""Log using `Neptune <https://docs.neptune.ai/integrations/lightning/>`_.
Install it with pip:
Expand Down Expand Up @@ -198,14 +198,14 @@ def any_lightning_module_function_or_hook(self):
Args:
api_key: Optional.
Neptune API token, found on https://neptune.ai upon registration.
Neptune API token, found on https://www.neptune.ai upon registration.
You should save your token to the `NEPTUNE_API_TOKEN`
environment variable and leave the api_key argument out of your code.
Instructions: `Setting your API token <https://docs.neptune.ai/setup/setting_api_token/>`_.
project: Optional.
Name of a project in the form "workspace-name/project-name", for example "tom/mask-rcnn".
If ``None``, the value of `NEPTUNE_PROJECT` environment variable is used.
You need to create the project on https://neptune.ai first.
You need to create the project on https://www.neptune.ai first.
name: Optional. Editable name of the run.
The run name is displayed in the Neptune web app.
run: Optional. Default is ``None``. A Neptune ``Run`` object.
Expand Down

0 comments on commit afff598

Please sign in to comment.