You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
Cats is a library which provides abstractions for functional programming in the [Scala programming language](https://scala-lang.org).
12
12
13
13
Scala supports both object-oriented and functional programming, and this is reflected in the hybrid approach of the
14
-
standard library. Cats strives to provide functional programming abstractions that are core, [binary compatible](http://typelevel.org/cats/#binary-compatibility-and-versioning), [modular](http://typelevel.org/cats/motivations#modularity), [approachable](http://typelevel.org/cats/motivations#approachability) and [efficient](http://typelevel.org//cats/motivations#efficiency). A broader goal of Cats is to provide a foundation for an [ecosystem of pure, typeful libraries](https://typelevel.org/cats/#ecosystem) to support functional programming in Scala applications.
14
+
standard library. Cats strives to provide functional programming abstractions that are core, [binary compatible](#binary-compatibility-and-versioning), [modular](motivations#modularity), [approachable](motivations#approachability) and [efficient](http://typelevel.org//cats/motivations#efficiency). A broader goal of Cats is to provide a foundation for an [ecosystem of pure, typeful libraries](#ecosystem) to support functional programming in Scala applications.
15
15
16
-
For more detail about Cats' motivations, go [here](http://typelevel.org/cats/motivations).
16
+
For more detail about Cats' motivations, go [here](motivations).
17
17
18
18
### Why "cats"?
19
19
@@ -26,7 +26,7 @@ Regardless, you do not need to know anything about category theory to use Cats.
26
26
### Code Contributors
27
27
28
28
This project exists thanks to [all the people who contribute](https://github.com/typelevel/cats/graphs/contributors). We welcome contributions to Cats and would love for you to help build
29
-
Cats. See our [contributor guide](https://typelevel.org/cats/contributing.html) for more
29
+
Cats. See our [contributor guide](contributing.html) for more
30
30
information about how you can get involved as a developer. If you are looking for something to start with, [here is a beginner friendly list](https://github.com/typelevel/cats/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
31
31
32
32
### Financial Contributors
@@ -36,31 +36,31 @@ information about how you can get involved as a developer. If you are looking fo
36
36
<h4>Platinum Sponsors</h4>
37
37
<ahref="https://opencollective.com/typelevel/contribute/platinum-sposor-12420/checkout">Platinum sponsorship</a> starts at $950 USD/month.
38
38
<divid="platinum-sponsors">
39
-
<noscript>Platinum Sponsors appear here at <ahref="https://typelevel.org/cats/">https://typelevel.org/cats</a></noscript>
39
+
<noscript>Platinum Sponsors appear here at <ahref="">https://typelevel.org/cats</a></noscript>
40
40
</div>
41
41
42
42
<h4>Gold Sponsors</h4>
43
43
<ahref="https://opencollective.com/typelevel/contribute/gold-sponsor-12419/checkout">Gold Sponsorship</a> starts at $420 USD/month.
44
44
<divid="gold-sponsors">
45
-
<noscript>Gold Sponsors appear here at <ahref="https://typelevel.org/cats/">https://typelevel.org/cats</a></noscript>
45
+
<noscript>Gold Sponsors appear here at <ahref="">https://typelevel.org/cats</a></noscript>
46
46
</div>
47
47
48
48
<h4>Silver Sponsors</h4>
49
49
<ahref="https://opencollective.com/typelevel/contribute/silver-sponsor-11780/checkout">Silver Sponsorship</a> starts at $180 USD/month.
50
50
<divid="silver-sponsors">
51
-
<noscript>Silver Sponsors appear here at <ahref="https://typelevel.org/cats/">https://typelevel.org/cats</a></noscript>
51
+
<noscript>Silver Sponsors appear here at <ahref="">https://typelevel.org/cats</a></noscript>
52
52
</div>
53
53
54
54
<h4>Backers</h4>
55
55
Become a <ahref="https://opencollective.com/typelevel/contribute/backer-11779/checkout">Backer</a> with a recurring donation of just $5 USD/month.
56
56
<divid="backers">
57
-
<noscript>Backers appear here at <ahref="https://typelevel.org/cats/">https://typelevel.org/cats</a></noscript>
57
+
<noscript>Backers appear here at <ahref="">https://typelevel.org/cats</a></noscript>
58
58
</div>
59
59
60
60
<h4>Other contributors</h4>
61
61
We thankfully accept <ahref="https://opencollective.com/typelevel/donate">one-time and recurring</a> contributions as well.
62
62
<divid="other-contributors">
63
-
<noscript>Other contributors appear here at <ahref="https://typelevel.org/cats/">https://typelevel.org/cats</a></noscript>
63
+
<noscript>Other contributors appear here at <ahref="">https://typelevel.org/cats</a></noscript>
64
64
</div>
65
65
66
66
<scriptsrc="/cats/js/sponsors.js"></script>
@@ -118,15 +118,15 @@ Past release notes for Cats are available in [CHANGES.md](https://github.com/typ
Copy file name to clipboardExpand all lines: docs/colophon.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,5 @@
1
-
---
2
-
layout: page
3
-
title: "Colophon"
4
-
section: "colophon"
5
-
position: 60
6
-
---
1
+
# Colophon
2
+
7
3
Cats has been made a much better project, and is a much more enjoyable
8
4
project to work on because of many of the other projects on which Cats
9
5
is built. Many of these projects have had enhancements made in order
@@ -26,4 +22,4 @@ There are other libraries that aim to foster Functional Programming in the Scala
26
22
nature to Cats, also derived from scalaz. The Structures and Cats
27
23
projects have had a healthy relationship of sharing both ideas and code.
28
24
29
-
For a full list of Cats and Typelevel related projects and libraries, take a look at [The Typelevel Ecosystem](https://typelevel.org/cats/typelevelEcosystem.html)
25
+
For a full list of Cats and Typelevel related projects and libraries, take a look at [The Typelevel Ecosystem](typelevelEcosystem.html)
0 commit comments