Skip to content

Commit 9da94d6

Browse files
committed
Fix Adjust module order in multiple sections
1 parent 4a6d7bd commit 9da94d6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Doc/library/frameworks.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Program Frameworks
77
******************
88

99
This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
10-
Please see the following pages for their new locations:
1110

12-
13-
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`
1411
* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
1512
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`
13+
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`

Doc/library/unix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _unix:
22

33
**********************
4-
Unix Specific Services
4+
Unix-specific services
55
**********************
66

77
The modules described in this chapter provide interfaces to features that are
@@ -11,6 +11,7 @@ of it. Here's an overview:
1111

1212
.. toctree::
1313

14+
shlex.rst
1415
posix.rst
1516
pwd.rst
1617
grp.rst
@@ -20,4 +21,3 @@ of it. Here's an overview:
2021
fcntl.rst
2122
resource.rst
2223
syslog.rst
23-
shlex.rst

0 commit comments

Comments
 (0)