From 3ce93c1eda9dad30b4a6a9b0accd9fceb47c01fb Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 2 Nov 2013 09:29:07 -0400 Subject: Added link to Japanese user translation. --- doc/source/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/source/index.rst') diff --git a/doc/source/index.rst b/doc/source/index.rst index 22a8453..c186a3d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -26,9 +26,11 @@ developed, and that Beautiful Soup 4 is recommended for all new projects. If you want to learn about the differences between Beautiful Soup 3 and Beautiful Soup 4, see `Porting code to BS4`_. -This documentation has been translated into other languages by its users. +This documentation has been translated into other languages by +Beautiful Soup users: * 이 문서는 한국어 번역도 가능합니다. (`외부 링크 `_) +* このページは日本語で利用できます(`外部リンク `_) Getting help ------------ @@ -1729,7 +1731,7 @@ Match language codes:: This is a convenience for users who know the CSS selector syntax. You can do all this stuff with the Beautiful Soup API. And if CSS selectors are all you need, you might as well use lxml directly: it's -a lot faster, and it supports more CSS selectors . But this lets you +a lot faster, and it supports more CSS selectors. But this lets you `combine` simple CSS selectors with the Beautiful Soup API. -- cgit v1.2.3