diff --git a/articles/content.md b/articles/content.md index f10a5e7..a990ea0 100644 --- a/articles/content.md +++ b/articles/content.md @@ -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. diff --git a/articles/ecosystem/books.md b/articles/ecosystem/books.md index 07b3619..a6b22fd 100644 --- a/articles/ecosystem/books.md +++ b/articles/ecosystem/books.md @@ -3,8 +3,6 @@ title: "Books about Clojure and ClojureScript" layout: article --- -## About this guide - This guide covers: * Books about Clojure diff --git a/articles/ecosystem/community.md b/articles/ecosystem/community.md index ef2cf3a..d6938bf 100644 --- a/articles/ecosystem/community.md +++ b/articles/ecosystem/community.md @@ -3,8 +3,6 @@ title: "Clojure Community" layout: article --- -## About this guide - This guide covers: * The Official Clojure mailing lists diff --git a/articles/ecosystem/data_processing.md b/articles/ecosystem/data_processing.md index f666659..35118e5 100644 --- a/articles/ecosystem/data_processing.md +++ b/articles/ecosystem/data_processing.md @@ -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 diff --git a/articles/ecosystem/development_tools.md b/articles/ecosystem/development_tools.md index b0732b9..cdd7a8c 100644 --- a/articles/ecosystem/development_tools.md +++ b/articles/ecosystem/development_tools.md @@ -3,8 +3,6 @@ title: "Development Tools" layout: article --- -## About this guide - This guide includes overview information regarding the various Clojure development tools available. diff --git a/articles/ecosystem/libraries_authoring.md b/articles/ecosystem/libraries_authoring.md index e4b7487..10450e7 100644 --- a/articles/ecosystem/libraries_authoring.md +++ b/articles/ecosystem/libraries_authoring.md @@ -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 diff --git a/articles/ecosystem/libraries_directory.md b/articles/ecosystem/libraries_directory.md index 9d18a10..c933e54 100644 --- a/articles/ecosystem/libraries_directory.md +++ b/articles/ecosystem/libraries_directory.md @@ -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**. diff --git a/articles/ecosystem/maven.md b/articles/ecosystem/maven.md index 721d006..760381a 100644 --- a/articles/ecosystem/maven.md +++ b/articles/ecosystem/maven.md @@ -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 diff --git a/articles/ecosystem/user_groups.md b/articles/ecosystem/user_groups.md index 7c42736..043bb10 100644 --- a/articles/ecosystem/user_groups.md +++ b/articles/ecosystem/user_groups.md @@ -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. diff --git a/articles/ecosystem/web_development.md b/articles/ecosystem/web_development.md index ab99025..12f7e88 100644 --- a/articles/ecosystem/web_development.md +++ b/articles/ecosystem/web_development.md @@ -3,8 +3,6 @@ title: "Web Development (Overview)" layout: article --- -## About this guide - This guide covers: * popular tools and libraries for web development diff --git a/articles/language/collections_and_sequences.md b/articles/language/collections_and_sequences.md index 1a20168..f096678 100644 --- a/articles/language/collections_and_sequences.md +++ b/articles/language/collections_and_sequences.md @@ -3,8 +3,6 @@ title: "Collections and sequences in Clojure" layout: article --- -## About this guide - This guide covers: * Collections in Clojure diff --git a/articles/language/concurrency_and_parallelism.md b/articles/language/concurrency_and_parallelism.md index 0d10b6e..9866445 100644 --- a/articles/language/concurrency_and_parallelism.md +++ b/articles/language/concurrency_and_parallelism.md @@ -3,8 +3,6 @@ title: "Concurrency and Parallelism in Clojure" layout: article --- -## About this guide - This guide covers: * Clojure's identity/value separation diff --git a/articles/language/core_overview.md b/articles/language/core_overview.md index be9cb0a..a6ab48d 100644 --- a/articles/language/core_overview.md +++ b/articles/language/core_overview.md @@ -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` diff --git a/articles/language/functions.md b/articles/language/functions.md index 210171e..3760a18 100644 --- a/articles/language/functions.md +++ b/articles/language/functions.md @@ -3,8 +3,6 @@ title: "Functions in Clojure" layout: article --- -## About this guide - This guide covers: * How to define functions diff --git a/articles/language/glossary.md b/articles/language/glossary.md index 1a597a8..9788b49 100644 --- a/articles/language/glossary.md +++ b/articles/language/glossary.md @@ -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. diff --git a/articles/language/interop.md b/articles/language/interop.md index d1eff45..be9485c 100644 --- a/articles/language/interop.md +++ b/articles/language/interop.md @@ -3,8 +3,6 @@ title: "Clojure interoperability with Java" layout: article --- -## About this guide - This guide covers: * How to instantiate Java classes diff --git a/articles/language/laziness.md b/articles/language/laziness.md index 5358fc6..e4cbd2d 100644 --- a/articles/language/laziness.md +++ b/articles/language/laziness.md @@ -3,8 +3,6 @@ title: "Laziness" layout: article --- -## About this guide - This guide covers: * What are lazy sequences diff --git a/articles/language/macros.md b/articles/language/macros.md index 7cf823a..a714d19 100644 --- a/articles/language/macros.md +++ b/articles/language/macros.md @@ -3,8 +3,6 @@ title: "Macros and Metaprogramming" layout: article --- -## About this guide - This guide covers: * Clojure macros diff --git a/articles/language/namespaces.md b/articles/language/namespaces.md index bcce641..8715d39 100644 --- a/articles/language/namespaces.md +++ b/articles/language/namespaces.md @@ -3,8 +3,6 @@ title: "Clojure namespaces and vars" layout: article --- -## About this guide - This guide covers: * An overview of Clojure namespaces and vars diff --git a/articles/language/polymorphism.md b/articles/language/polymorphism.md index baec859..0b905e5 100644 --- a/articles/language/polymorphism.md +++ b/articles/language/polymorphism.md @@ -3,8 +3,6 @@ title: "Polymorphism in Clojure: protocols and multimethods" layout: article --- -## About this guide - This guide covers: * What are polymorphic functions diff --git a/articles/tutorials/eclipse.md b/articles/tutorials/eclipse.md index bfaeaaa..b7364a3 100644 --- a/articles/tutorials/eclipse.md +++ b/articles/tutorials/eclipse.md @@ -3,8 +3,6 @@ title: "Starting with Eclipse and Counterclockwise For Clojure Development" layout: article --- -## About this tutorial - This guide covers: * Installing Eclipse diff --git a/articles/tutorials/emacs.md b/articles/tutorials/emacs.md index c49b955..e389333 100644 --- a/articles/tutorials/emacs.md +++ b/articles/tutorials/emacs.md @@ -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 diff --git a/articles/tutorials/parsing_xml_with_zippers.md b/articles/tutorials/parsing_xml_with_zippers.md index 8f383a9..3b654ac 100644 --- a/articles/tutorials/parsing_xml_with_zippers.md +++ b/articles/tutorials/parsing_xml_with_zippers.md @@ -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 diff --git a/articles/tutorials/vim.md b/articles/tutorials/vim.md index 618bc5c..eb2d030 100644 --- a/articles/tutorials/vim.md +++ b/articles/tutorials/vim.md @@ -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?