From 88e8618d7772cd525bfb974b6181aea950c0fd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 19 Aug 2024 11:53:20 +0200 Subject: [PATCH] fix: A few more issues with doc --- docs/source/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d96f8fe..4cf43a8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,9 +6,7 @@ Welcome to PyBGPRanking's documentation! ============================================= -This is the client API for `PyBGPRanking `_: - - foo +This is the client API for `BGP Ranking `_ Installation @@ -16,7 +14,7 @@ Installation The package is available on PyPi, so you can install it with:: - pip install pybgpranking + pip install pybgpranking2 Usage