Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to use correct markdown #1380

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The name is a playful shortening of the word *category*.
around Q3 2016).</p> </div>


# <a name="getting-started" href="#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 Down Expand Up @@ -78,7 +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" href="#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 @@ -89,7 +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" href="#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