Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Jan 11, 2024
1 parent 51dbaf8 commit 9993564
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Use file-based templates for rendering streams/frames

## [0.0.39] - 2021-4-2

Fix for https://github.com/rails-inspire-django/django-turbo-response/issues/5
Fix for https://github.com/rails-inspire-django/django-turbo-helper/issues/5

## [0.0.36] - 2021-3-30

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# -- Project information -----------------------------------------------------

project = "django-turbo-response"
project = "django-turbo-helper"
copyright = f"{datetime.datetime.now().year}, Michael Yin"
author = "Michael Yin"

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-turbo-response
django-turbo-helper
=====================

This package provides helpers for server-side rendering of *Turbo Frame* and *Turbo Stream*, which aim to work with the `Hotwire <https://hotwire.dev/>`_ project.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library requires Python 3.8+ and Django 3.2+.
## Getting Started

```shell
pip install django-turbo-response
pip install django-turbo-helper
```

Next update **INSTALLED_APPS**:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "2.0.0"
description = "Hotwired/Turbo response helpers for Django"
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
homepage = "https://github.com/rails-inspire-django/django-turbo-response"
homepage = "https://github.com/rails-inspire-django/django-turbo-helper"
readme = "README.md"
packages = [{ include = "turbo_helper", from = "src" }]

[tool.poetry.urls]
Changelog = "https://github.com/rails-inspire-django/django-turbo-response/releases"
Changelog = "https://github.com/rails-inspire-django/django-turbo-helper/releases"

[tool.poetry.dependencies]
python = ">=3.8"
Expand Down

0 comments on commit 9993564

Please sign in to comment.