doc: move-only Python section

Doxygen is about the C++ comment style, so move the Python section to have all C++ style sections in one flow.
This commit is contained in:
MarcoFalke
2026-05-15 08:10:06 +02:00
parent fa37606c65
commit fa0202f31d

View File

@@ -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