Skip to content

Commit

Permalink
docs: use markdown instead of rst (#639)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bednar authored Feb 2, 2024
1 parent 2d91db5 commit 293ed7f
Show file tree
Hide file tree
Showing 10 changed files with 1,610 additions and 1,712 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
pip install sphinx==1.8.5 --user
pip install sphinx_rtd_theme --user
pip install jinja2==3.0.3 --user
pip install myst_parser>=0.19.2--user
cd docs
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
check-aws-lambda-layer:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
1. [#636](https://github.com/influxdata/influxdb-client-python/pull/636): Handle missing data in data frames
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.

### Documentation
1. [#639](https://github.com/influxdata/influxdb-client-python/pull/639): Use Markdown for `README`

## 1.40.0 [2024-01-30]

### Features
Expand Down
1,541 changes: 1,541 additions & 0 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 293ed7f

Please sign in to comment.