提交 8c9dc519 编写于 作者: D dingbo

docs: remove title id

上级 1bfe5571
...@@ -3,7 +3,7 @@ sidebar_label: Python ...@@ -3,7 +3,7 @@ sidebar_label: Python
title: Connect with Python Connector title: Connect with Python Connector
--- ---
## Install Connector {#install} ## Install Connector
First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal.
...@@ -13,7 +13,7 @@ pip3 install taospy>=2.3.3 ...@@ -13,7 +13,7 @@ pip3 install taospy>=2.3.3
You'll need to have Python3 installed. You'll need to have Python3 installed.
## Config {#config} ## Config
Run this command in your terminal to save your URL and token as variables: Run this command in your terminal to save your URL and token as variables:
...@@ -29,7 +29,7 @@ You should replace above placeholders as real values. To obtain these values, pl ...@@ -29,7 +29,7 @@ You should replace above placeholders as real values. To obtain these values, pl
::: :::
<!-- exclude-end --> <!-- exclude-end -->
## Connect {#connect} ## Connect
```python ```python
import taosrest import taosrest
......
...@@ -3,7 +3,7 @@ sidebar_label: Java ...@@ -3,7 +3,7 @@ sidebar_label: Java
title: Connect with Java Connector title: Connect with Java Connector
--- ---
## Add Dependency {#install} ## Add Dependency
Build with Maven Build with Maven
...@@ -23,7 +23,7 @@ dependencies { ...@@ -23,7 +23,7 @@ dependencies {
} }
``` ```
## Config {#config} ## Config
Run this command in your terminal to save your url and token as variables: Run this command in your terminal to save your url and token as variables:
...@@ -40,7 +40,7 @@ You should replace above placeholders as real values. To obtain these values, pl ...@@ -40,7 +40,7 @@ You should replace above placeholders as real values. To obtain these values, pl
::: :::
<!-- exclude-end --> <!-- exclude-end -->
## Connect {#connect} ## Connect
```java ```java
import com.taosdata.jdbc.rs.RestfulConnection; import com.taosdata.jdbc.rs.RestfulConnection;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册