Skip to content

Commit 34679b2

Browse files
committed
Added TOC to README.md
1 parent f146cd7 commit 34679b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CEF Python
22

3+
Table of contents:
4+
* [Introduction](#introduction)
5+
* [Supported Python versions and platforms](#supported-python-versions-and-platforms)
6+
* [Downloads](#downloads)
7+
* [Help](#help)
8+
* [Watch the project](#watch-the-project)
9+
* [Support development](#support-development)
10+
* [Thanks](#thanks)
11+
312
## Introduction
413

514
CEF Python is an open source project founded by <a href="http://www.linkedin.com/in/czarektomczak">Czarek Tomczak</a> in 2012 to provide python bindings for the <a href="https://bitbucket.org/chromiumembedded/cef">Chromium Embedded Framework</a>. See the growing list of <a href="http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF">applications using CEF</a> on wikipedia. Examples of embedding CEF browser are available for many popular GUI toolkits including: <a href="../wiki/wxPython.md">wxPython</a>, <a href="../wiki/PyGTK.md">PyGTK</a>, <a href="../wiki/PyQt.md">PyQt</a>, <a href="../wiki/PySide.md">PySide</a>, <a href="../wiki/Kivy.md">Kivy</a>, <a href="../wiki/Panda3D.md">Panda3D</a> and <a href="../master/cefpython/cef3/windows/binaries_32bit/pywin32.py">PyWin32</a>.

0 commit comments

Comments
 (0)