You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/06/21 08:56:38 UTC

[incubator-iotdb] branch master updated (c89b02e -> c4f3f20)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from c89b02e  change construct
     new a7dd34b  anchor link the documentation navigation of the readme.
     new 6febf2d  国语版
     new c4f3f20  fix the iindentation of both languages readme

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md    | 46 +++++++++++++++++++++++++---------------------
 README_ZH.md | 46 +++++++++++++++++++++++++---------------------
 2 files changed, 50 insertions(+), 42 deletions(-)


[incubator-iotdb] 02/03: 国语版

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 6febf2dc03e52b2e2898f4df80c893599490fbe9
Author: marcussorealheis <ma...@gmail.com>
AuthorDate: Sat Jun 20 16:17:03 2020 -0700

    国语版
---
 README_ZH.md | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

diff --git a/README_ZH.md b/README_ZH.md
index 2d596f5..d3e036b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -53,27 +53,31 @@ IoTDB的主要特点如下:
 
 ## 目录
 
-- 快速开始
- - 环境准备
- - 安装
-    - 从源码构建
-       - 配置
- - 开始
-    - 启动 IoTDB
-    - 使用 IoTDB
-       - 使用 Cli 命令行
-       - 基本的 IoTDB 命令
-    - 停止 IoTDB
- - 只编译 server
- - 只编译 cli
- - 使用 import-csv.sh
-    - 创建元数据
-    - 从 csv 文件导入数据的示例
-    - 运行 import shell
-    - 错误的数据文件
- - 使用 export-csv.sh
-    - 运行 export shell
-    - 执行查询
+- [IoTDB](#iotdb)
+- [简介](#简介)
+- [主要特点](#主要特点)
+  - [目录](#目录)
+- [快速开始](#快速开始)
+  - [环境准备](#环境准备)
+  - [安装](#安装)
+  - [从源码构建](#从源码构建)
+    - [配置](#配置)
+  - [开始](#开始)
+    - [启动 IoTDB](#启动-iotdb)
+    - [使用 IoTDB](#使用-iotdb)
+      - [使用 Cli 命令行](#使用-cli-命令行)
+      - [基本的 IoTDB 命令](#基本的-iotdb-命令)
+    - [停止 IoTDB](#停止-iotdb)
+  - [只编译 server](#只编译-server)
+  - [只编译 cli](#只编译-cli)
+  - [使用 import-csv.sh](#使用-import-csvsh)
+    - [创建元数据](#创建元数据)
+    - [从 csv 文件导入数据的示例](#从-csv-文件导入数据的示例)
+    - [运行 import shell](#运行-import-shell)
+    - [错误的数据文件](#错误的数据文件)
+  - [使用 export-csv.sh](#使用-export-csvsh)
+    - [运行 export shell](#运行-export-shell)
+    - [执行查询](#执行查询)
 
 <!-- /TOC -->
 


[incubator-iotdb] 01/03: anchor link the documentation navigation of the readme.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit a7dd34bad3d53b3cf68a260cf380ad7432a5a129
Author: marcussorealheis <ma...@gmail.com>
AuthorDate: Sat Jun 20 16:03:39 2020 -0700

    anchor link the documentation navigation of the readme.
---
 README.md | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 57a046c..bfcc8b1 100644
--- a/README.md
+++ b/README.md
@@ -55,27 +55,31 @@ For the latest information about IoTDB, please visit [IoTDB official website](ht
 
 ## Outline
 
-- Quick Start
- - Prerequisites
- - Installation
-    - Build from source
-       - Configurations
- - Start
-    - Start IoTDB
-    - Use IoTDB
-       - Use Cli
-       - Basic commands for IoTDB
-    - Stop IoTDB
- - Only build server
- - Only build cli
- - Usage of import-csv.sh
-    - Create metadata
-    - An Example of import csv file
-    - Run import shell
-    - Error data file
- - Usage of export-csv.sh
-    - Run export shell
-    - Input query
+- [IoTDB](#iotdb)
+- [Overview](#overview)
+- [Main Features](#main-features)
+  - [Outline](#outline)
+- [Quick Start](#quick-start)
+  - [Prerequisites](#prerequisites)
+  - [Installation](#installation)
+  - [Build from source](#build-from-source)
+    - [Configurations](#configurations)
+  - [Start](#start)
+    - [Start IoTDB](#start-iotdb)
+    - [Use IoTDB](#use-iotdb)
+      - [Use Cli](#use-cli)
+      - [Basic commands for IoTDB](#basic-commands-for-iotdb)
+    - [Stop IoTDB](#stop-iotdb)
+  - [Only build server](#only-build-server)
+  - [Only build cli](#only-build-cli)
+  - [Usage of import-csv.sh](#usage-of-import-csvsh)
+    - [Create metadata](#create-metadata)
+    - [An example of import csv file](#an-example-of-import-csv-file)
+    - [Run import shell](#run-import-shell)
+    - [Error data file](#error-data-file)
+  - [Usage of export-csv.sh](#usage-of-export-csvsh)
+    - [Run export shell](#run-export-shell)
+    - [Input query](#input-query)
 
 <!-- /TOC -->
 


[incubator-iotdb] 03/03: fix the iindentation of both languages readme

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit c4f3f2015856f703eb6e3128b30b0ff9bf10ba77
Author: marcussorealheis <ma...@gmail.com>
AuthorDate: Sat Jun 20 16:39:01 2020 -0700

    fix the iindentation of both languages readme
---
 README.md    | 2 +-
 README_ZH.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bfcc8b1..38d652b 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ For the latest information about IoTDB, please visit [IoTDB official website](ht
 - [Quick Start](#quick-start)
   - [Prerequisites](#prerequisites)
   - [Installation](#installation)
-  - [Build from source](#build-from-source)
+    - [Build from source](#build-from-source)
     - [Configurations](#configurations)
   - [Start](#start)
     - [Start IoTDB](#start-iotdb)
diff --git a/README_ZH.md b/README_ZH.md
index d3e036b..4c4566f 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -60,8 +60,8 @@ IoTDB的主要特点如下:
 - [快速开始](#快速开始)
   - [环境准备](#环境准备)
   - [安装](#安装)
-  - [从源码构建](#从源码构建)
-    - [配置](#配置)
+    - [从源码构建](#从源码构建)
+      - [配置](#配置)
   - [开始](#开始)
     - [启动 IoTDB](#启动-iotdb)
     - [使用 IoTDB](#使用-iotdb)