Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _style-guide:
.. _style-guide:
Comment thread
willingc marked this conversation as resolved.
Outdated
Comment thread
willingc marked this conversation as resolved.
Outdated

===========
Style guide
Expand Down Expand Up @@ -77,7 +77,12 @@ C API
to write extension modules. All caps and unhyphenated.

CPU
Central processing unit. No need to spell out.
Central processing unit. No need to spell out.
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated

free-threaded
The preferred term for the build mode that makes the global interpreter
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to prevent
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
double negatives (for example, "non-no-GIL").
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated

POSIX
The name assigned to a particular group of standards. This is always
Expand Down
Loading