Skip to content

Commit b24c5b2

Browse files
committed
Remove redirect_from from ja tour
1 parent be2ec9f commit b24c5b2

32 files changed

+0
-33
lines changed

_ja/tour/abstract-type-members.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ previous-page: inner-classes
1212
topics: abstract type members
1313
prerequisite-knowledge: variance, upper-type-bound
1414

15-
redirect_from: "/tutorials/tour/abstract-types.html"
16-
redirect_from: "/tour/abstract-types.html"
1715
---
1816

1917
トレイトや抽象クラスのような抽象型は抽象型メンバーを持つことができます。

_ja/tour/annotations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 32
1111
next-page: default-parameter-values
1212
previous-page: by-name-parameters
1313

14-
redirect_from: "/tutorials/tour/annotations.html"
1514
---
1615

1716
アノテーションはメタ情報と定義を関連づけます。例えば、メソッドの前のアノテーション`@deprecated`はメソッドが使われたらコンパイラに警告を出力させます。

_ja/tour/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 2
1111
next-page: unified-types
1212
previous-page: tour-of-scala
1313

14-
redirect_from: "/tutorials/tour/basics.html"
1514
---
1615

1716
このページでは、Scalaの基本を取り扱います。

_ja/tour/by-name-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 31
1111
next-page: annotations
1212
previous-page: operators
1313

14-
redirect_from: "/tutorials/tour/by-name-parameters.html"
1514
---
1615

1716
*名前渡しのパラメータ*は使用された時に評価されます。それらは*値渡しパラメータ*とは対照的です。名前渡しのパラメータを作るには、単純に`=>`を型の前につけます。

_ja/tour/case-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: pattern-matching
1212
previous-page: multiple-parameter-lists
1313
prerequisite-knowledge: classes, basics, mutability
1414

15-
redirect_from: "/tutorials/tour/case-classes.html"
1615
---
1716

1817
ケースクラスはこれから論じるいくつかの差異はあるものの普通のクラスと似ています。

_ja/tour/classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ previous-page: unified-types
1313
topics: classes
1414
prerequisite-knowledge: no-return-keyword, type-declaration-syntax, string-interpolation, procedures
1515

16-
redirect_from: "/tutorials/tour/classes.html"
1716
---
1817

1918
Scalaにおけるクラスはオブジェクトを作るための設計図です。

_ja/tour/compound-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 24
1111
next-page: self-types
1212
previous-page: abstract-type-members
1313

14-
redirect_from: "/tutorials/tour/compound-types.html"
1514
---
1615
ときどき、あるオブジェクトの型が、複数の他の型のサブタイプであると表現する必要が生じます。
1716
Scalaでは、これは*複合型*を用いて表現できます。複合型とはオブジェクトの型同士を重ねることです。

_ja/tour/default-parameter-values.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: named-arguments
1212
previous-page: annotations
1313
prerequisite-knowledge: named-arguments, function syntax
1414

15-
redirect_from: "/tutorials/tour/default-parameter-values.html"
1615
---
1716

1817
Scalaはパラメータのデフォルト値を与えることができ、呼び出す側はこれらのパラメータを省略できます。

_ja/tour/extractor-objects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 16
1111
next-page: for-comprehensions
1212
previous-page: regular-expression-patterns
1313

14-
redirect_from: "/tutorials/tour/extractor-objects.html"
1514
---
1615

1716
抽出子オブジェクトは`unapply`メソッドを持つオブジェクトです。

_ja/tour/for-comprehensions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 17
1111
next-page: generic-classes
1212
previous-page: extractor-objects
1313

14-
redirect_from: "/tutorials/tour/for-comprehensions.html"
1514
---
1615

1716
Scalaは*シーケンス内包表記*を表現するための軽量な記法を提供します。

_ja/tour/generic-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: variances
1212
previous-page: for-comprehensions
1313
assumed-knowledge: classes unified-types
1414

15-
redirect_from: "/tutorials/tour/generic-classes.html"
1615
---
1716
ジェネリッククラスはパラメータとして型を1つ受け取るクラスです。それらはコレクションクラスで特に役立ちます。
1817

_ja/tour/higher-order-functions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 8
1111
next-page: nested-functions
1212
previous-page: mixin-class-composition
1313

14-
redirect_from: "/tutorials/tour/higher-order-functions.html"
1514
---
1615

1716
高階関数は他の関数をパラメーターとして受け取る、もしくは結果として関数を返します。

_ja/tour/implicit-conversions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 27
1111
next-page: polymorphic-methods
1212
previous-page: implicit-parameters
1313

14-
redirect_from: "/tutorials/tour/implicit-conversions.html"
1514
---
1615

1716
`S`から型`T`への暗黙の変換は`S => T`という型のimplicit値や、その型に一致するimplicitメソッドで定義されます。

_ja/tour/implicit-parameters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 26
1111
next-page: implicit-conversions
1212
previous-page: self-types
1313

14-
redirect_from: "/tutorials/tour/implicit-parameters.html"
1514
---
1615

1716
メソッドは _暗黙の_ パラメータのリストを持つことができ、パラメータリストの先頭には _implicit_ キーワードで印をつけます。

_ja/tour/inner-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 22
1111
next-page: abstract-type-members
1212
previous-page: lower-type-bounds
1313

14-
redirect_from: "/tutorials/tour/inner-classes.html"
1514
---
1615

1716
Scalaではクラスが他のクラスをメンバーとして保持することが可能です。

_ja/tour/lower-type-bounds.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: inner-classes
1212
previous-page: upper-type-bounds
1313
prerequisite-knowledge: upper-type-bounds, generics, variance
1414

15-
redirect_from: "/tutorials/tour/lower-type-bounds.html"
1615
---
1716

1817
[上限型境界](upper-type-bounds.html) は型を別の型のサブタイプに制限しますが、*下限型境界*は型が別の型のスーパータイプであることを宣言します。表現`B >: A`はパラメータ`B`または抽象型`B`が型`A`のスーパータイプであることを表します。ほとんどのケースで`A`はそのクラスの型パラメータであり、`B`はメソッドの型パラメータになります。

_ja/tour/mixin-class-composition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: higher-order-functions
1212
previous-page: tuples
1313
prerequisite-knowledge: inheritance, traits, abstract-classes, unified-types
1414

15-
redirect_from: "/tutorials/tour/mixin-class-composition.html"
1615
---
1716
ミックスインはクラスを構成するのに使われるトレイトです。
1817

_ja/tour/multiple-parameter-lists.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 10
1111
next-page: case-classes
1212
previous-page: nested-functions
1313

14-
redirect_from: "/tutorials/tour/multiple-parameter-lists.html"
1514
---
1615

1716
メソッドは複数のパラメータリストを持てます。

_ja/tour/named-arguments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: packages-and-imports
1212
previous-page: default-parameter-values
1313
prerequisite-knowledge: function-syntax
1414

15-
redirect_from: "/tutorials/tour/named-arguments.html"
1615
---
1716

1817
メソッドを呼ぶ時、以下のように引数にパラメータ名でラベル付が可能です。

_ja/tour/nested-functions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 9
1111
next-page: multiple-parameter-lists
1212
previous-page: higher-order-functions
1313

14-
redirect_from: "/tutorials/tour/nested-functions.html"
1514
---
1615

1716
Scalaではメソッドの定義をネストする(_訳注:入れ子にする_)ことができます。

_ja/tour/operators.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: by-name-parameters
1212
previous-page: type-inference
1313
prerequisite-knowledge: case-classes
1414

15-
redirect_from: "/tutorials/tour/operators.html"
1615
---
1716
Scalaでは演算子はメソッドです。パラメータを1つだけ持つメソッドであれば*中置演算子*として使えます。例えば、`+`はドット記法で呼び出せます。
1817

_ja/tour/pattern-matching.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ next-page: singleton-objects
1313
previous-page: case-classes
1414
prerequisite-knowledge: case-classes, string-interpolation, subtyping
1515

16-
redirect_from: "/tutorials/tour/pattern-matching.html"
1716
---
1817

1918
パターンマッチングは値をパターンに照合するための仕組みです。

_ja/tour/polymorphic-methods.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ next-page: type-inference
1313
previous-page: implicit-conversions
1414
prerequisite-knowledge: unified-types
1515

16-
redirect_from: "/tutorials/tour/polymorphic-methods.html"
1716
---
1817

1918
Scalaのメソッドは値と同様に型によってパラメータ化することができます。構文はジェネリッククラスの構文と似ています。

_ja/tour/regular-expression-patterns.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ num: 15
1212
next-page: extractor-objects
1313
previous-page: singleton-objects
1414

15-
redirect_from: "/tutorials/tour/regular-expression-patterns.html"
1615
---
1716
正規表現はデータの中からパターン(またはその欠如)を探すために使うことができる文字列です。
1817
どんな文字列も`.r`メソッドを使うことで、正規表現に変換できます。

_ja/tour/self-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ previous-page: compound-types
1313
topics: self-types
1414
prerequisite-knowledge: nested-classes, mixin-class-composition
1515

16-
redirect_from: "/tutorials/tour/self-types.html"
1716
---
1817
自分型は、直接継承していなくてもトレイトが他のトレイトにミックスインされていることを宣言する方法です。
1918
これにより依存先のメンバーをimportなしで利用できます。

_ja/tour/singleton-objects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 13
1111

1212
next-page: regular-expression-patterns
1313
previous-page: pattern-matching
14-
redirect_from: "/tutorials/tour/singleton-objects.html"
1514
prerequisite-knowledge: classes, methods, private-methods, packages, option
1615
---
1716
オブジェクトは丁度1つのインスタンスを持つクラスです。

_ja/tour/tour-of-scala.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 1
1111

1212
next-page: basics
1313

14-
redirect_from: "/tutorials/tour/tour-of-scala.html"
1514
---
1615

1716
## ようこそツアーへ

_ja/tour/traits.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ previous-page: classes
1313
topics: traits
1414
prerequisite-knowledge: expressions, classes, generics, objects, companion-objects
1515

16-
redirect_from: "/tutorials/tour/traits.html"
1716
---
1817

1918
トレイトはクラス間でインターフェースとフィールドを共有するために使います。それらはJava 8のインターフェースと似ています。

_ja/tour/tuples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: mixin-class-composition
1212
previous-page: traits
1313
topics: tuples
1414

15-
redirect_from: "/tutorials/tour/tuples.html"
1615
---
1716

1817
Scalaではタプルは決まった数の要素を含む値であり、各要素はそれぞれの型を持ちます。

_ja/tour/unified-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ next-page: classes
1212
previous-page: basics
1313
prerequisite-knowledge: classes, basics
1414

15-
redirect_from: "/tutorials/tour/unified-types.html"
1615
---
1716
Scalaでは数値や関数を含め、全ての値は型を持ちます。
1817
以下の図は型階層の一部を説明しています。

_ja/tour/upper-type-bounds.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 20
1111
next-page: lower-type-bounds
1212
previous-page: variances
1313

14-
redirect_from: "/tutorials/tour/upper-type-bounds.html"
1514
---
1615

1716
Scalaでは [型パラメータ](generic-classes.html)[抽象型メンバー](abstract-type-members.html) は型境界による制約をかけることができます。

_ja/tour/variances.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ num: 19
1111
next-page: upper-type-bounds
1212
previous-page: generic-classes
1313

14-
redirect_from: "/tutorials/tour/variances.html"
1514
---
1615

1716
変位指定は複合型の間の継承関係とそれらの型パラメータ間の継承関係の相関です。

0 commit comments

Comments
 (0)