We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3b286 commit aadb9e8Copy full SHA for aadb9e8
docs/Contributing-code.md
@@ -21,6 +21,10 @@ Table of contents:
21
on the [Forum](https://groups.google.com/group/cefpython).
22
- When adding or exposing new API you should update API docs as well
23
(the api/ directory)
24
+ - Update or create new documents if necessary
25
+ - To update table of contents (TOC) in the document run the
26
+ tools/toc.py script
27
+ - To update API index run the tools/apidocs.py tool
28
- When adding or exposing new API you should create unit tests
29
for the new functionality (the unittests/ directory). If creating
30
unit tests is not feasible or extremely difficult then you should
0 commit comments