- 翻訳可能とするために文字列を
_またはl_で囲む
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| from __future__ import print_function | |
| from time import sleep | |
| import os | |
| import urllib | |
| from urlparse import urlsplit, urlunsplit, urljoin | |
| import cgi | |
| import lxml.html |
- Make your Transifex account
- Join sphinx-doc-1_2_0 Project
- Install Transifex Client
- Install sphinx-gettext-helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from wsgiref.simple_server import make_server | |
| from webob.dec import wsgify | |
| class Traverser(object): | |
| def __init__(self, root): | |
| self.root = root | |
| @wsgify | |
| def __call__(self, request): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [extensions] | |
| my_hgext = /path/to/my_hgext.py | |
| [redmine] | |
| api_key = <your api key> | |
| base_url = <redmine url> |