diff --git a/doc/lib.rst b/doc/lib.rst index 069fcc87c3..6dd3f5beab 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -64,7 +64,6 @@ Core * `cpuinfo `_ This module implements procs to determine the number of CPUs / cores. - Collections and algorithms -------------------------- @@ -182,6 +181,12 @@ Generic Operating System Services This module implements asynchronous file reading and writing using ``asyncdispatch``. +* `distros `_ + This module implements the basics for OS distribution ("distro") detection and the OS's native package manager. + Its primary purpose is to produce output for Nimble packages, but it also contains the widely used **Distribution** enum + that is useful for writing platform specific code. + + Math libraries --------------