You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/08/01 00:43:10 UTC

[33/50] [abbrv] incubator-calcite git commit: [CALCITE-722] Rename markdown files to lower-case

[CALCITE-722] Rename markdown files to lower-case


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/06a192a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/06a192a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/06a192a0

Branch: refs/heads/branch-release
Commit: 06a192a0afaf8de758d55aaf3e4858733df6c55e
Parents: 85887fe
Author: Julian Hyde <jh...@apache.org>
Authored: Mon May 11 17:41:24 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon May 11 17:46:24 2015 -0700

----------------------------------------------------------------------
 README                                          |    4 +-
 README.md                                       |   23 +-
 .../org/apache/calcite/model/package-info.java  |    3 +-
 doc/HISTORY.md                                  | 1475 ------------------
 doc/HOWTO.md                                    |  801 ----------
 doc/INCUBATOR_PROPOSAL.md                       |  357 -----
 doc/MODEL.md                                    |  409 -----
 doc/REFERENCE.md                                |  569 -------
 doc/STREAM.md                                   |  631 --------
 doc/TUTORIAL.md                                 |  753 ---------
 doc/history.md                                  | 1475 ++++++++++++++++++
 doc/howto.md                                    |  801 ++++++++++
 doc/model.md                                    |  409 +++++
 doc/reference.md                                |  569 +++++++
 doc/stream.md                                   |  631 ++++++++
 doc/tutorial.md                                 |  753 +++++++++
 .../org/apache/calcite/test/MongoAdapterIT.java |    2 +-
 17 files changed, 4654 insertions(+), 5011 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/06a192a0/README
----------------------------------------------------------------------
diff --git a/README b/README
index 600b76f..37e52b4 100644
--- a/README
+++ b/README
@@ -2,14 +2,14 @@ Apache Calcite release 1.2.0 (incubating)
 
 This is a source or binary distribution of Apache Calcite.
 
-Changes since the previous release are described in the doc/HISTORY.md
+Changes since the previous release are described in the doc/history.md
 file.
 
 The LICENSE and NOTICE files contain license information.
 
 If this is a source distribution, you can find instructions how to
 build the release in the "Building from a source release" section in
-doc/HOWTO.md.
+doc/howto.md.
 
 README.md contains examples of running Calcite.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/06a192a0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bf00288..61e210d 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ It was formerly called Optiq.
 ## Getting Calcite
 
 To run Apache Calcite, you can either
-[download and build from github](doc/HOWTO.md#building-from-git),
+[download and build from github](doc/howto.md#building-from-git),
 or [download a release](http://www.apache.org/dyn/closer.cgi/incubator/calcite)
-then [build the source code](doc/HOWTO.md#building-from-a-source-distribution).
+then [build the source code](doc/howto.md#building-from-a-source-distribution).
 
 Pre-built jars are in
 [the Apache maven repository](https://repository.apache.org/content/repositories/releases)
@@ -164,10 +164,10 @@ The subproject under example/csv provides a CSV adapter, which is fully function
 but is also simple enough to serve as a good template if you are writing
 your own adapter.
 
-See the <a href="https://github.com/apache/incubator-calcite/blob/master/doc/TUTORIAL.md">csv tutorial</a>
-for information on using csv adapter and writing other adapters.
+See the <a href="https://github.com/apache/incubator-calcite/blob/master/doc/tutorial.md">CSV tutorial</a>
+for information on using the CSV adapter and writing other adapters.
 
-See the <a href="doc/HOWTO.md">HOWTO</a> for more information about using other
+See the <a href="doc/howto.md">HOWTO</a> for more information about using other
 adapters, and about using Calcite in general.
 
 ## Status
@@ -181,7 +181,7 @@ The following features are complete.
 * <a href="https://github.com/julianhyde/linq4j">Linq4j</a> front-end
 * SQL features: SELECT, FROM (including JOIN syntax), WHERE, GROUP BY (and aggregate functions including COUNT(DISTINCT ...)), HAVING, ORDER BY (including NULLS FIRST/LAST), set operations (UNION, INTERSECT, MINUS), sub-queries (including correlated sub-queries), windowed aggregates, LIMIT (syntax as <a href="http://www.postgresql.org/docs/8.4/static/sql-select.html#SQL-LIMIT">Postgres</a>)
 
-For more details, see the <a href="doc/REFERENCE.md">Reference guide</a>.
+For more details, see the <a href="doc/reference.md">Reference guide</a>.
 
 ### Drivers
 
@@ -210,11 +210,12 @@ For more details, see the <a href="doc/REFERENCE.md">Reference guide</a>.
   (<a href="http://mail-archives.apache.org/mod_mbox/incubator-calcite-dev/">archive</a>,
   <a href="mailto:dev-subscribe@calcite.incubator.apache.org">subscribe</a>)
 * Twitter: <a href="https://twitter.com/ApacheCalcite">@ApacheCalcite</a>
-* <a href="doc/HOWTO.md">HOWTO</a>
-* <a href="doc/MODEL.md">JSON model</a>
-* <a href="doc/REFERENCE.md">Reference guide</a>
-* <a href="doc/STREAM.md">Streaming SQL</a>
-* <a href="doc/HISTORY.md">Release notes and history</a>
+* <a href="doc/howto.md">HOWTO</a>
+* <a href="doc/model.md">JSON model</a>
+* <a href="doc/reference.md">Reference guide</a>
+* <a href="doc/stream.md">Streaming SQL</a>
+* <a href="doc/avatica.md">Avatica JDBC framework</a>
+* <a href="doc/history.md">Release notes and history</a>
 
 ### Pre-Apache resources
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/06a192a0/core/src/main/java/org/apache/calcite/model/package-info.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/calcite/model/package-info.java b/core/src/main/java/org/apache/calcite/model/package-info.java
index ce16b52..b792f65 100644
--- a/core/src/main/java/org/apache/calcite/model/package-info.java
+++ b/core/src/main/java/org/apache/calcite/model/package-info.java
@@ -31,8 +31,7 @@
  * interfaces and including a custom schema in the model.</p>
  *
  * <p>There are several examples of schemas in the
- * <a href="https://github.com/julianhyde/blog/master/optiq-csv/TUTORIAL.md">optiq-csv
- * tutorial</a>.
+ * <a href="https://github.com/apache/incubator-calcite/blob/master/doc/tutorial.md">tutorial</a>.
  */
 @PackageMarker
 package org.apache.calcite.model;