Skip to content

Commit

Permalink
Merge branch 'datamole-ai:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Jul 31, 2023
2 parents f56d638 + e049373 commit 2105ca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
# Publish to PyPI
########################################
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME}} ${{ secrets.PYPI_PASSWORD }}
poetry version ${{ env.NEW_VERSION }}
poetry publish --build
build-docs:
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Getting started
report.export_notebook("titanic_report.ipynb")
You can modify the generated notebook if you want to modify some settings.
For more advanced usage of edvart please read section
:ref:`Advanced usage of Data Analysis Report Tool <advanced_usage>`.
For more advanced usage of edvart, please read the documentation section
:ref:`Advanced usage <advanced_usage>`.

3. Generate HTML report

Expand Down

0 comments on commit 2105ca7

Please sign in to comment.