The document discusses Sphinx 1.1's internationalization (i18n) features. It describes how Sphinx uses gettext to extract translation strings from documents into POT files. Translators can then update PO files and compile them into MO files for their locale. Running Sphinx with the -Dlanguage flag uses these MO files to internationalize the output documents.
Key Value Storage Systems ... and Beyond ... with PythonIan Lewis
?
The document discusses several key-value storage systems for Python including Memcached, Tokyo Cabinet/Tyrant, B+Trees, Redis, Cassandra. It provides code examples for interacting with each system through their Python libraries and highlights their pros, cons, uses cases, and data structures.
The document discusses Sphinx 1.1's internationalization (i18n) features. It describes how Sphinx uses gettext to extract translation strings from documents into POT files. Translators can then update PO files and compile them into MO files for their locale. Running Sphinx with the -Dlanguage flag uses these MO files to internationalize the output documents.
Key Value Storage Systems ... and Beyond ... with PythonIan Lewis
?
The document discusses several key-value storage systems for Python including Memcached, Tokyo Cabinet/Tyrant, B+Trees, Redis, Cassandra. It provides code examples for interacting with each system through their Python libraries and highlights their pros, cons, uses cases, and data structures.