New GitHub issue #119054 from barneygale:<br>

<hr>

<pre>
# Documentation

The docs for [`pathlib.Path` methods](https://docs.python.org/3.14/library/pathlib.html#methods) is disorganised. It was originally alphabetical, but over the last few years we've begun moving similar methods together. We ought to split it up into sections, to make it easier to navigate and absorb, e.g.:

- Parsing and generating URIs
- Querying file type and status
- Reading and writing files
- Iterating over directories
- Making paths absolute
- Expanding home directories
- Resolving symlinks
- Permissions
- Ownership
- Other methods

If this granularity is too fine, we could stick more stuff in "Other methods".
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119054">View on GitHub</a>
<p>Labels: docs, topic-pathlib</p>
<p>Assignee: </p>