GSoC/GCI Archive
Google Code-in 2013 KDE

Port documentation of third Marble tutorial to Python

completed by: Benjamin Kaiser

mentors: Torsten Rahn, Andrei Dorian Duma, Utku Aydın, Dennis Nienhüser

There is some nice documentation available for programming with Marble and C++.

http://techbase.kde.org/Projects/Marble/MarbleSignalsSlots

We would like to offer the same kind of tutorial for Python.

This task is about providing the same tutorial as above as a python tutorial.So this task includes:

 

  • Adapting API references
  • Adapting example code
  • adaoting build instructions
  • adapting the screenshot
  • adapting the instructions
  • bugs of the python bindings should get filed as a bugreport (e.g. here: https://bugs.kde.org/show_bug.cgi?id=322573). Otherwise the bug should be worked around or noted as part of the documentation effort.

 

The whole wiki page should be created here:

 

http://techbase.kde.org/Projects/Marble/MarblePythonSignalsSlots

See marble/docs/bindings/python/html/allclasses.html inside the source code for an API reference for python :)