Skip to content

Commit

Permalink
Add documentation URL to README (#68)
Browse files Browse the repository at this point in the history
* Add documentation URL to README

* Use Python 3.11 for linter job

Pin the Python version to 3.11
  • Loading branch information
ubaumann authored Apr 5, 2024
1 parent 3f3b16e commit 6c792f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: '3.11'

- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
nornir_napalm
=============

Collection of simple plugins for `nornir <github.com/nornir-automation/nornir/>`_
Collection of simple plugins for `nornir <https://github.com/nornir-automation/nornir/>`_

Installation
------------
Expand All @@ -18,13 +18,18 @@ Installation
pip install nornir_napalm
Documentation
-------------

You can access the plugin documentation at `https://nornir.tech/nornir_napalm <https://nornir.tech/nornir_napalm>`_

Plugins
-------

Connections
___________

* **napalm** - Connect to network devices using [napalm](github.com/napalm-automation/napalm/)
* **napalm** - Connect to network devices using `napalm <https://github.com/napalm-automation/napalm/>`_

Tasks
_____
Expand Down

0 comments on commit 6c792f5

Please sign in to comment.