Skip to content

Commit

Permalink
Merge pull request #1366 from rafaparadela/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
ceedubs authored Sep 9, 2016
2 parents a0278dd + d573f68 commit 4bb7dbb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ The name is a playful shortening of the word *category*.
around Q3 2016).</p> </div>


<a name="getting-started"></a>
# Getting Started
# <a name="getting-started" href="#getting-started"></a>Getting Started

Cats is currently available for Scala 2.10 and 2.11.

Expand All @@ -35,8 +34,7 @@ functionality, you can pick-and-choose from amongst these modules

Release notes for Cats are available in [CHANGES.md](https://github.com/typelevel/cats/blob/master/CHANGES.md).

<a name "motivations"></a>
# Motivations
# <a name="motivations" href="#motivations"></a>Motivations

### Approachability

Expand Down Expand Up @@ -80,8 +78,7 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.

<a name="project-structure"></a>
# Project Structure
# <a name="project-structure" href="#project-structure"></a>Project Structure

In an attempt to be more modular, Cats is broken up into a number of sub-projects:

Expand All @@ -92,8 +89,7 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website

<a name="copyright"></a>
# Copyright and License
# <a name="copyright" href="#copyright"></a>Copyright and License

All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the
Expand Down

0 comments on commit 4bb7dbb

Please sign in to comment.