Skip to content

Commit 293ed7f

Browse files
authored
docs: use markdown instead of rst (influxdata#639)
* docs: use markdown instead of rst * docs: use markdown instead of rst * fix: generating HTML for pydoc * fix: generating HTML for pydoc * docs: update CHANGELOG.md
1 parent 2d91db5 commit 293ed7f

File tree

10 files changed

+1610
-1712
lines changed

10 files changed

+1610
-1712
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
pip install sphinx==1.8.5 --user
154154
pip install sphinx_rtd_theme --user
155155
pip install jinja2==3.0.3 --user
156+
pip install myst_parser>=0.19.2--user
156157
cd docs
157158
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
158159
check-aws-lambda-layer:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
1. [#636](https://github.com/influxdata/influxdb-client-python/pull/636): Handle missing data in data frames
55
2. [#638](https://github.com/influxdata/influxdb-client-python/pull/638): Refactor DataFrame operations to avoid chained assignment and resolve FutureWarning in pandas, ensuring compatibility with pandas 3.0.
66

7+
### Documentation
8+
1. [#639](https://github.com/influxdata/influxdb-client-python/pull/639): Use Markdown for `README`
9+
710
## 1.40.0 [2024-01-30]
811

912
### Features

README.md

Lines changed: 1541 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)