Update to list Distros module in the manual (#6493)

This commit is contained in:
Ray Imber
2017-11-18 18:09:39 -08:00
committed by Andreas Rumpf
parent c474fdea16
commit 784d2e8710

View File

@@ -64,7 +64,6 @@ Core
* `cpuinfo <cpuinfo.html>`_
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 <distros.html>`_
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
--------------