What changed, and why it matters
This commit simply moves a documentation section about Python coding style to a different place in the developer notes. It is a non-functional, move-only change with no security relevance.
Recommended action
No action needed; this is a documentation-only reorganization.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a move-only edit to doc/developer-notes.md, relocating the ‘Coding Style (Python)’ section to appear after the Doxygen-related C++ sections. No code, build scripts, or security-sensitive content is modified.
Changed components
doc/developer-notes.mdInspect captured patch +4 / −4
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 1fa2d7fe..d6820e00 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -199,10 +199,6 @@ To run clang-tidy on the changed source lines:
git diff | ( cd ./src/ && clang-tidy-diff -p2 -path ../build -j $(nproc) )
```
-## Coding Style (Python)
-
-Refer to [/test/functional/README.md#style-guidelines](/test/functional/README.md#style-guidelines).
-
## Coding Style (Doxygen-compatible comments)
Bitcoin Core uses [Doxygen](https://www.doxygen.nl/) to generate its official documentation.
@@ -306,6 +302,10 @@ Linux: `sudo apt install doxygen graphviz`
MacOS: `brew install doxygen graphviz`
+## Coding Style (Python)
+
+Refer to [/test/functional/README.md#style-guidelines](/test/functional/README.md#style-guidelines).
+
## Development tips and tricks
### Compiling for debugging
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.