Skip to content

Commit 8d53d65

Browse files
committed
Update docs
1 parent 4d2b05e commit 8d53d65

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ wxPython, PyGTK, PyQt, PySide, Kivy, Panda3D and PyGame/PyOpenGL.
2828
There are many use cases for CEF. You can embed a web browser control
2929
based on Chromium with great HTML 5 support. You can use it to create
3030
a HTML 5 based GUI in an application, this can act as a replacement for
31-
standard GUI toolkits such as wxWidgets, Qt or GTK. You can render web
32-
content off-screen in application that use custom drawing frameworks.
31+
standard GUI toolkits such as wxWidgets, Qt or GTK. In such case to
32+
communicate between Python<>Javascript use javascript bindings or
33+
embed an internal web server and talk using http requests. You can render
34+
web content off-screen in application that use custom drawing frameworks.
3335
You can use it for automated testing of existing applications. You can
3436
use it for web scraping or as a web crawler, or other kind of internet
3537
bots.

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# API
22

3-
API reference is available in the [api/](../api) root directory.
3+
API reference is available in the [api/ root directory](../api).

examples/Examples-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Examples
1+
# Examples README
22

33
Table of contents:
44
* [Supported examples](#supported-examples)

tools/build_cpp_projects.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
# All rights reserved. Licensed under BSD 3-clause license.
33
# Project website: https://github.com/cztomczak/cefpython
44

5-
"""Build C++ projects. This tool is executed by build.py on Windows
6-
only currently. Output directories are in build/build_cefpython/.
5+
"""Called by build.py internally. Builds C++ projects using
6+
distutils/setuptools compilers. This tool is executed by build.py
7+
on Windows only currently. Output directories are in
8+
build/build_cefpython/.
79
810
Usage:
911
build_cpp_projects.py [--force]

0 commit comments

Comments
 (0)