diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-10 12:59:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 12:59:50 -0300 |
commit | aadc27ceb26cba295310e1632ee19cf42a3aec77 (patch) | |
tree | f6ef6b0338655b68e66204e2b91a920e87cd62e6 | |
parent | f46abf99982345e1a006cf0234d430bb4f49297f (diff) | |
download | vyos-documentation-aadc27ceb26cba295310e1632ee19cf42a3aec77.tar.gz vyos-documentation-aadc27ceb26cba295310e1632ee19cf42a3aec77.zip |
fixed doc limit is line limit 80
-rw-r--r-- | docs/automation/vyos-pyvyos.rst | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/automation/vyos-pyvyos.rst b/docs/automation/vyos-pyvyos.rst index d4f8fb3d..948534f8 100644 --- a/docs/automation/vyos-pyvyos.rst +++ b/docs/automation/vyos-pyvyos.rst @@ -5,15 +5,19 @@ pyvyos ====== -pyvyos is a Python library designed for interacting with VyOS devices through their API. -This documentation is intended to guide you in using pyvyos for programmatic management of your VyOS devices. - -- `pyvyos Documentation on Read the Docs <https://pyvyos.readthedocs.io/en/latest/>`_ -provides detailed instructions on the installation, configuration, and operation of the pyvyos library. -- `pyvyos Source Code on GitHub <https://github.com/robertoberto/pyvyos>`_ allows you -to access and contribute to the library's code. -- `pyvyos on PyPI <https://pypi.org/project/pyvyos/>`_ for easy installation via pip, the -Python package installer. Execute `pip install pyvyos` in your terminal to install. +pyvyos is a Python library designed for interacting with VyOS devices through +their API. This documentation is intended to guide you in using pyvyos for +programmatic management of your VyOS devices. + +- `pyvyos Documentation on Read the Docs + <https://pyvyos.readthedocs.io/en/latest/>`_ provides detailed instructions + on the installation, configuration, and operation of the pyvyos library. +- `pyvyos Source Code on GitHub <https://github.com/robertoberto/pyvyos>`_ + allows you to access and contribute to the library's code. +- `pyvyos on PyPI <https://pypi.org/project/pyvyos/>`_ for easy installation + via pip, the Python package installer. Execute `pip install pyvyos` in your + terminal to install. + Installation ------------ |