Skip to content

Commit

Permalink
wholesale removal of extraneous and/or redundant h2's directly below …
Browse files Browse the repository at this point in the history
…doc title
  • Loading branch information
John Gabriele committed Nov 22, 2012
1 parent e5829d9 commit a8fd8cd
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 49 deletions.
2 changes: 0 additions & 2 deletions articles/content.md
Expand Up @@ -3,8 +3,6 @@ title: "Listing of All CDS Documents"
layout: article
---

## Overview

[CDS](https://github.com/clojuredocs/cds) is a categorized and
manifold collection of guides for the Clojure programming language and
its ecosystem.
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/books.md
Expand Up @@ -3,8 +3,6 @@ title: "Books about Clojure and ClojureScript"
layout: article
---

## About this guide

This guide covers:

* Books about Clojure
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/community.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure Community"
layout: article
---

## About this guide

This guide covers:

* The Official Clojure mailing lists
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/data_processing.md
Expand Up @@ -3,8 +3,6 @@ title: "Data Processing (Overview)"
layout: article
---

## About this guide

This guide covers:

* An overview of why Clojure is an excellent choice for data processing
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/development_tools.md
Expand Up @@ -3,8 +3,6 @@ title: "Development Tools"
layout: article
---

## About this guide

This guide includes overview information regarding the various
Clojure development tools available.

Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/libraries_authoring.md
Expand Up @@ -3,8 +3,6 @@ title: "Library Development and Distribution"
layout: article
---

## About this guide

This short guide covers how to create your own typical pure Clojure
library and distribute it to the community via Clojars. It uses
Clojure 1.4 and Leiningen 2.0-previewX, and requires you have git
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/libraries_directory.md
Expand Up @@ -3,8 +3,6 @@ title: "A Directory of Clojure Libraries"
layout: article
---

## Overview

This is a categorized and annotated directory of available Clojure
libraries and tools. This directory is **not comprehensive and is necessarily highly opinionated**.

Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/maven.md
Expand Up @@ -3,8 +3,6 @@ title: "How to use Maven to build Clojure projects"
layout: article
---

## About this guide

This guide describes how to use Maven to build projects written in Clojure (or in Clojure,
and other languages, such as Java). Although Leiningen is more popular build tool in the
Clojure community, Maven is also used for some projects, such as Clojure Contrib
Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/user_groups.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure User Groups"
layout: article
---

## About this guide

This guide covers Clojure User Groups (CLJUGs) around the world. If you want to add a new user group,
please see our [How to Contribute](https://github.com/clojuredocs/cds#how-to-contribute) guide.

Expand Down
2 changes: 0 additions & 2 deletions articles/ecosystem/web_development.md
Expand Up @@ -3,8 +3,6 @@ title: "Web Development (Overview)"
layout: article
---

## About this guide

This guide covers:

* popular tools and libraries for web development
Expand Down
2 changes: 0 additions & 2 deletions articles/language/collections_and_sequences.md
Expand Up @@ -3,8 +3,6 @@ title: "Collections and sequences in Clojure"
layout: article
---

## About this guide

This guide covers:

* Collections in Clojure
Expand Down
2 changes: 0 additions & 2 deletions articles/language/concurrency_and_parallelism.md
Expand Up @@ -3,8 +3,6 @@ title: "Concurrency and Parallelism in Clojure"
layout: article
---

## About this guide

This guide covers:

* Clojure's identity/value separation
Expand Down
2 changes: 0 additions & 2 deletions articles/language/core_overview.md
Expand Up @@ -3,8 +3,6 @@ title: "Overview of clojure.core, the standard Clojure library"
layout: article
---

## About this guide

This guide covers:

* Key functions of `clojure.core`
Expand Down
2 changes: 0 additions & 2 deletions articles/language/functions.md
Expand Up @@ -3,8 +3,6 @@ title: "Functions in Clojure"
layout: article
---

## About this guide

This guide covers:

* How to define functions
Expand Down
3 changes: 0 additions & 3 deletions articles/language/glossary.md
Expand Up @@ -3,9 +3,6 @@ title: "Clojure Terminology Guide"
layout: article
---


## About this guide

A glossary of terminology specific to Clojure. Terms
are listed in alphabetical order.

Expand Down
2 changes: 0 additions & 2 deletions articles/language/interop.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure interoperability with Java"
layout: article
---

## About this guide

This guide covers:

* How to instantiate Java classes
Expand Down
2 changes: 0 additions & 2 deletions articles/language/laziness.md
Expand Up @@ -3,8 +3,6 @@ title: "Laziness"
layout: article
---

## About this guide

This guide covers:

* What are lazy sequences
Expand Down
2 changes: 0 additions & 2 deletions articles/language/macros.md
Expand Up @@ -3,8 +3,6 @@ title: "Macros and Metaprogramming"
layout: article
---

## About this guide

This guide covers:

* Clojure macros
Expand Down
2 changes: 0 additions & 2 deletions articles/language/namespaces.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure namespaces and vars"
layout: article
---

## About this guide

This guide covers:

* An overview of Clojure namespaces and vars
Expand Down
2 changes: 0 additions & 2 deletions articles/language/polymorphism.md
Expand Up @@ -3,8 +3,6 @@ title: "Polymorphism in Clojure: protocols and multimethods"
layout: article
---

## About this guide

This guide covers:

* What are polymorphic functions
Expand Down
2 changes: 0 additions & 2 deletions articles/tutorials/eclipse.md
Expand Up @@ -3,8 +3,6 @@ title: "Starting with Eclipse and Counterclockwise For Clojure Development"
layout: article
---

## About this tutorial

This guide covers:

* Installing Eclipse
Expand Down
2 changes: 0 additions & 2 deletions articles/tutorials/emacs.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure with Emacs"
layout: article
---

## Overview

Emacs has traditionally been one of the best development environments
for functional languages and Lisps in particular. This guide will
explain how to get it installed, and give an example of a basic
Expand Down
2 changes: 0 additions & 2 deletions articles/tutorials/parsing_xml_with_zippers.md
Expand Up @@ -3,8 +3,6 @@ title: "Parsing XML in Clojure"
layout: article
---

## Overview

Try as you might, XML is difficult to avoid. This is particularly true
in the Java ecosystem. This guide will show you how to parse XML with
the minimum amount of pain using the excellent tools available in
Expand Down
2 changes: 0 additions & 2 deletions articles/tutorials/vim.md
Expand Up @@ -3,8 +3,6 @@ title: "Clojure with Vim and VimClojure"
layout: article
---

## Overview

VimClojure is a Vim plugin providing a Clojure development environment. Highlights include syntax highlighting, code completion, documentation, and an integrated REPL. This guide will cover how to get VimClojure installed, and some basic usage within a typical Clojure project.

## What Version of Clojure and VimClojure Does This Guide Cover?
Expand Down

0 comments on commit a8fd8cd

Please sign in to comment.