Second round, clean up http:// links with {{ site.url }}
This commit is contained in:
parent
788e4609f6
commit
a6570a4144
122 changed files with 278 additions and 278 deletions
|
@ -15,7 +15,7 @@ tags:
|
|||
- python
|
||||
---
|
||||
|
||||
With my brand-new SVN account, [I just committed some code](http://lists.kde.org/?l=kde-commits&m=126342017923323&w=2) to kdeexamples, KDE's example code module. In particular, I committed a simple example which shows how to use KConfigXT via PyKDE4, a simplified version of [what I wrote about here](http://www.dennogumi.org/2009/10/howto-kconfigxt-with-pykde4).
|
||||
With my brand-new SVN account, [I just committed some code](http://lists.kde.org/?l=kde-commits&m=126342017923323&w=2) to kdeexamples, KDE's example code module. In particular, I committed a simple example which shows how to use KConfigXT via PyKDE4, a simplified version of [what I wrote about here]({{ site.url }}/2009/10/howto-kconfigxt-with-pykde4).
|
||||
|
||||
As most of KDE is C++, and the Python API docs are translated directly from the C++ API docs, it is essential to have good examples to help newcomers learn faster. There are some PyKDE4 examples in the kdebindings module already, but I put mine in kdeexamples for a number of reasons:
|
||||
|
||||
|
|
Reference in a new issue