aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Do not require PYTHONPATH manipulations to build the doc.Olivier Tilloy2010-04-141-2/+0
|
* Add a favicon to the HTML documentation.Olivier Tilloy2010-03-252-2/+3
|
* Add a sidebar logo to the HTML documentation.Olivier Tilloy2010-03-251-1/+1
|
* Documentation: removed empty _static and _templates directories.Olivier Tilloy2010-03-241-2/+2
|
* Add support for loading an image from a buffer.Olivier Tilloy2010-03-241-2/+3
|\
| * Merge the master branch.Olivier Tilloy2010-03-181-2/+10
| |\
| * | Updated API documentation.Olivier Tilloy2010-03-171-2/+3
| | |
* | | Developers documentation: added dependencies to cross-compile and generate a ↵Olivier Tilloy2010-03-231-3/+14
| | | | | | | | | | | | windows installer.
* | | Developers documentation: how to generate a windows installer.Olivier Tilloy2010-03-231-0/+9
| | |
* | | Document the cross-compilation script in the developers documentation.Olivier Tilloy2010-03-181-0/+18
| |/ |/|
* | Document the --user switch and the DESTDIR variable in the developers' ↵Olivier Tilloy2010-03-181-2/+10
|/ | | | documentation.
* Tutorial: direct value assignment explained.Olivier Tilloy2010-02-171-0/+21
|
* Developers documentation: `scons doc` (re)builds the HTML documentation.Olivier Tilloy2010-02-161-2/+4
|
* Removed useless execution magic: scons scripts are not standalone executables.Olivier Tilloy2010-02-161-1/+0
|
* Dispatch build targets.Olivier Tilloy2010-02-161-1/+3
|
* SConscript to build the HTML documentation using sphinx.Olivier Tilloy2010-02-161-0/+28
|
* Tutorial: accessing embedded previews.Olivier Tilloy2010-02-151-0/+23
|
* Tutorial: reading and writing XMP tags.Olivier Tilloy2010-02-151-4/+58
|
* Tutorial: reading and writing IPTC tags.Olivier Tilloy2010-02-151-10/+77
|
* Tutorial: reading and writing EXIF tags.Olivier Tilloy2010-02-151-1/+87
|
* Documented abbreviations for EXIF, IPTC and XMP.Olivier Tilloy2010-02-151-1/+3
|
* Developers documentation.Olivier Tilloy2010-02-041-1/+119
|
* API documentation: utils module.Olivier Tilloy2010-02-021-0/+12
|
* Removed useless namespaces.Olivier Tilloy2010-02-021-11/+11
|
* API documentation: xmp module.Olivier Tilloy2010-02-021-0/+8
|
* API documentation: iptc module.Olivier Tilloy2010-02-021-0/+9
|
* API documentation: exif module.Olivier Tilloy2010-02-021-0/+9
|
* API documentation: metadata module.Olivier Tilloy2010-02-011-0/+9
|
* API documentation: version info.Olivier Tilloy2010-01-301-1/+8
|
* Basic structure of the documentation.Olivier Tilloy2010-01-284-0/+17
|
* Imported the original webpage's overview in the documentation's index.Olivier Tilloy2010-01-281-2/+18
|
* Dynamic copyright notice.Olivier Tilloy2010-01-281-1/+2
|
* Get the version of pyexiv2 at runtime.Olivier Tilloy2010-01-281-2/+3
|
* Initial sphinx documentation skeleton,Olivier Tilloy2010-01-282-0/+214
generated with sphinx-quickstart.