From d6d3c5695b093f4abb25e2eca906492351c457d2 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 30 Mar 2018 13:16:59 +0100 Subject: [PATCH] Fixes #7400 --- doc/lib.rst | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/doc/lib.rst b/doc/lib.rst index 7e622c7d43..b46d957a80 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -562,29 +562,4 @@ Nimble is a package manager for the Nim programming language. For instructions on how to install Nimble packages see `its README `_. -Official packages ------------------ - -These packages are officially supported and will therefore be continually -maintained to ensure that they work with the latest versions of the Nim -compiler. - -.. raw:: html - -
If you are reading this you are missing - nimblepkglist.js or have javascript disabled in your browser.
- -Unofficial packages -------------------- - -These packages have been developed by independent Nim developers and as -such may not always be up to date with the latest developments in the -Nim programming language. - -.. raw:: html - -
If you are reading this you are missing - nimblepkglist.js or have javascript disabled in your browser.
- - - +To see a list of Nimble's packages, check out `https://nimble.directory/ `_ or the `packages repos `_ on GitHub.