Documentation: Fix list indentation
reStructuredText requires list items to be indented. Fix the few offenders in the documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
74c5db6fd4
commit
64be677b11
2 changed files with 9 additions and 9 deletions
|
@ -17,13 +17,13 @@ chapter lists the differences.
|
|||
Mostly these differences fall under two categories:
|
||||
|
||||
1. Differences caused by the inherent differences between C++ and Python.
|
||||
These differences are usually caused by the use of threads or differences in
|
||||
C++ vs Python memory management.
|
||||
These differences are usually caused by the use of threads or differences in
|
||||
C++ vs Python memory management.
|
||||
|
||||
2. Differences caused by the code being work-in-progress. It's not always
|
||||
trivial to create a binding in a satisfying way, and the current bindings
|
||||
contain simplified versions of the C++ API just to get forward. These
|
||||
differences are expected to eventually go away.
|
||||
trivial to create a binding in a satisfying way, and the current bindings
|
||||
contain simplified versions of the C++ API just to get forward. These
|
||||
differences are expected to eventually go away.
|
||||
|
||||
Coding Style
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue