1
0
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:
Alexander Alekhin
2017-08-23 19:48:41 +03:00
parent b7fa6d84bc
commit d195f2775a
8 changed files with 194 additions and 29 deletions
@@ -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}