Skip to content

Commit

Permalink
Update to list Distros module in the manual (#6493)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayman22201 authored and Araq committed Nov 19, 2017
1 parent c474fde commit 784d2e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Core
* `cpuinfo <cpuinfo.html>`_
This module implements procs to determine the number of CPUs / cores.


Collections and algorithms
--------------------------

Expand Down Expand Up @@ -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
--------------

Expand Down

0 comments on commit 784d2e8

Please sign in to comment.