Skip to content

Commit 26fcdce

Browse files
committed
fix linting issues
1 parent ca15f47 commit 26fcdce

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,12 @@ pip install .
442442
python -c "import physicsnemo; print('PhysicsNeMo version:', physicsnemo.__version__)"
443443
```
444444

445-
For editable installs, testing your changes locally, and contribution workflows, see the [Customizing PhysicsNeMo](https://docs.nvidia.com/physicsnemo/latest/resources/customization_guide.html) guide in the documentation. See also the [contributing guidelines](CONTRIBUTING.md) for pull requests, coding style, and CI, and the [developer wiki](https://github.com/NVIDIA/physicsnemo/wiki) for community and contributing overview.
445+
For editable installs, testing your changes locally, and contribution workflows,
446+
see the [Customizing PhysicsNeMo](https://docs.nvidia.com/physicsnemo/latest/resources/customization_guide.html)
447+
guide in the documentation. See also the [contributing guidelines](CONTRIBUTING.md)
448+
for pull requests, coding style, and CI, and the
449+
[developer wiki](https://github.com/NVIDIA/physicsnemo/wiki) for community and
450+
contributing overview.
446451

447452
### Building Docker from Source
448453

@@ -504,9 +509,12 @@ PhysicsNeMo is an open-source collaboration, and its success is rooted in commun
504509
contributions to further the field of Physics-ML. Thank you for contributing to the
505510
project so others can build on top of your contributions.
506511

507-
For guidance on contributing to PhysicsNeMo, see the [contributing guidelines](CONTRIBUTING.md) (pull requests, coding style, CI).
508-
For install-from-source steps, editable installs, and testing your changes, see the [Customizing PhysicsNeMo](https://docs.nvidia.com/physicsnemo/latest/resources/customization_guide.html) guide in the documentation.
509-
For community and contributing overview, see the [developer wiki](https://github.com/NVIDIA/physicsnemo/wiki).
512+
For guidance on contributing to PhysicsNeMo, see the [contributing guidelines](CONTRIBUTING.md)
513+
(pull requests, coding style, CI).
514+
For install-from-source steps, editable installs, and testing your changes, see
515+
the [Customizing PhysicsNeMo](https://docs.nvidia.com/physicsnemo/latest/resources/customization_guide.html)
516+
guide in the documentation. For community and contributing overview, see the
517+
[developer wiki](https://github.com/NVIDIA/physicsnemo/wiki).
510518

511519
## Cite PhysicsNeMo
512520

0 commit comments

Comments
 (0)