Skip to content

Commit da21c0d

Browse files
committed
Improve SIP pages
1 parent 8be73da commit da21c0d

File tree

74 files changed

+456
-320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+456
-320
lines changed

_layouts/root-content-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% else %}
2121
<div class="supertitle">&nbsp;</div>
2222
{% endif %}
23-
<h1>{{ page.title }}</h1>
23+
<h1>{% if page.layout == 'sip' and page.number %}{{ page.kind | default: 'SIP' }}-{{ page.number }} - {% endif %}{{ page.title }}</h1>
2424
</div>
2525
<div class="search-container">
2626
<div class="icon-search">

_overviews/scala3-book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ expansion, executing SQL queries, magic `$"identifier"` representations, and man
367367

368368
[java-format-docs]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Formatter.html#detail
369369
[value-class]: {% link _overviews/core/value-classes.md %}
370-
[sip-11]: {% link _sips/sips/string-interpolation.md %}
370+
[sip-11]: {% link _sips/sips/011-string-interpolation.md %}

_ru/scala3/book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,4 @@ p"${x/5}, $x" // Point(2.4, 12.0)
410410
[java-format-docs]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Formatter.html#detail
411411

412412
[value-class]: {% link _overviews/core/value-classes.md %}
413-
[sip-11]: {% link _sips/sips/string-interpolation.md %}
413+
[sip-11]: {% link _sips/sips/011-string-interpolation.md %}

_sips/sips/named-and-default-arguments.md renamed to _sips/sips/001-named-and-default-arguments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-1 Named and Default Arguments
4-
stage: completed
5-
status: shipped
4+
number: 1
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/named-and-default-arguments.html
7+
stage: completed
8+
status: shipped
9+
title: Named and Default Arguments
810
---
911

1012
**Lukas Rytz**
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-2 Scala Compiler Phase and Plug-In Initialization for Scala 2.8
4-
stage: completed
5-
status: shipped
4+
number: 2
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/scala-compiler-phase-plugin-in.html
7+
stage: completed
8+
status: shipped
9+
title: Scala Compiler Phase and Plug-In Initialization for Scala 2.8
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/2)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-3 - New Collection classes
4-
stage: completed
5-
status: shipped
4+
number: 3
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/new-collection-classes.html
7+
stage: completed
8+
status: shipped
9+
title: New Collection classes
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/3)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-4 - Early Member Definitions
4-
stage: completed
5-
status: shipped
4+
number: 4
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/early-member-definitions.html
7+
stage: completed
8+
status: shipped
9+
title: Early Member Definitions
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/4)
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-5 - Internals of Scala Annotations
4-
stage: completed
5-
status: shipped
4+
number: 5
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/internals-of-scala-annotations.html
7+
stage: completed
8+
status: shipped
9+
title: Internals of Scala Annotations
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/5)

_sips/sips/scala-2-8-arrays.md renamed to _sips/sips/007-scala-2-8-arrays.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-7 - Scala 2.8 Arrays
4-
stage: completed
5-
status: shipped
4+
number: 7
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/scala-2-8-arrays.html
7+
stage: completed
8+
status: shipped
9+
title: Scala 2.8 Arrays
810
---
911

1012
*(This is an older SID, its original PDF can be found [here](https://www.scala-lang.org/sid/7))*
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
3-
title: SID-8 - Scala Swing Overview
4-
stage: completed
5-
status: shipped
4+
number: 8
65
permalink: /sips/:title.html
76
redirect_from: /sips/pending/scala-swing-overview.html
7+
stage: completed
8+
status: shipped
9+
title: Scala Swing Overview
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/8)

0 commit comments

Comments
 (0)