mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
cmake: change Pylint integration
This commit is contained in:
@@ -43,9 +43,9 @@ Generate documentation {#tutorial_documentation_generate}
|
||||
make doxygen
|
||||
@endcode
|
||||
- Open <i>doc/doxygen/html/index.html</i> file in your favorite browser
|
||||
- Test your python code:
|
||||
- Test your Python code:
|
||||
@code{.sh}
|
||||
make run_pylint_on_tutorials
|
||||
make check_pylint
|
||||
@endcode
|
||||
|
||||
Quick start {#tutorial_documentation_quick_start}
|
||||
@@ -604,7 +604,7 @@ Document the function {#tutorial_documentation_steps_fun}
|
||||
6. _Optional_: describe return value of the function using the _returns_ command.
|
||||
7. _Optional_: add "See also" section with links to similar functions or classes
|
||||
8. _Optional_: add bibliographic reference if any.
|
||||
9. Test your code. (Python: "make run_pylint_on_tutorials")
|
||||
9. Test your code. (Python: "make check_pylint")
|
||||
10. Generate doxygen documentation and verify results.
|
||||
|
||||
Write the tutorial {#tutorial_documentation_steps_tutorial}
|
||||
|
||||
Reference in New Issue
Block a user