mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-28 14:55:22 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user