Rename cli.rst to tsql.rst
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/28b4cbc0 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/28b4cbc0 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/28b4cbc0 Branch: refs/heads/block_iteration Commit: 28b4cbc036b05a109694e1dcbaeacd802d0c9f71 Parents: b6c0613 Author: Jaehwa Jung <[email protected]> Authored: Sun Oct 5 22:15:27 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Sun Oct 5 22:15:27 2014 +0900 ---------------------------------------------------------------------- tajo-docs/src/main/sphinx/cli.rst | 18 ------------------ tajo-docs/src/main/sphinx/index.rst | 2 +- tajo-docs/src/main/sphinx/tsql.rst | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/28b4cbc0/tajo-docs/src/main/sphinx/cli.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/cli.rst b/tajo-docs/src/main/sphinx/cli.rst deleted file mode 100644 index 2bb500c..0000000 --- a/tajo-docs/src/main/sphinx/cli.rst +++ /dev/null @@ -1,18 +0,0 @@ -***************************** -Command-line Interface -***************************** - -Tajo provides a shell utility named Tsql. It is a command-line interface (CLI) where users can create or drop tables, inspect schema and query tables, etc. - -.. toctree:: - :maxdepth: 1 - - tsql/intro - tsql/single_command - tsql/execute_file - tsql/background_command - tsql/meta_command - tsql/dfs_command - tsql/variables - tsql/admin_command - http://git-wip-us.apache.org/repos/asf/tajo/blob/28b4cbc0/tajo-docs/src/main/sphinx/index.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/index.rst b/tajo-docs/src/main/sphinx/index.rst index e6c26df..bca4053 100644 --- a/tajo-docs/src/main/sphinx/index.rst +++ b/tajo-docs/src/main/sphinx/index.rst @@ -31,7 +31,7 @@ Table of Contents: introduction getting_started configuration - cli + tsql sql_language functions table_management http://git-wip-us.apache.org/repos/asf/tajo/blob/28b4cbc0/tajo-docs/src/main/sphinx/tsql.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql.rst b/tajo-docs/src/main/sphinx/tsql.rst new file mode 100644 index 0000000..86ffef2 --- /dev/null +++ b/tajo-docs/src/main/sphinx/tsql.rst @@ -0,0 +1,18 @@ +***************************** +Tajo Shell (TSQL) +***************************** + +Tajo provides a shell utility named Tsql. It is a command-line interface (CLI) where users can create or drop tables, inspect schema and query tables, etc. + +.. toctree:: + :maxdepth: 1 + + tsql/intro + tsql/single_command + tsql/execute_file + tsql/background_command + tsql/meta_command + tsql/dfs_command + tsql/variables + tsql/admin_command +
