Skip to content

Commit b808a75

Browse files
authored
Kill landing page (#1098)
* Remove landing-page * Don't use relative links
1 parent 50d9121 commit b808a75

File tree

3 files changed

+6
-115
lines changed

3 files changed

+6
-115
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For more information on how to link local or external CSS, check out the
8585
With CSS linked, you can start building your app's layout with our Bootstrap
8686
components. These include layout components for organising the content of your app on the page, as well as UI components like navbars, cards, alerts and many more.
8787

88-
![layout](./readme-images/layout.png)
88+
![layout](https://cdn.jsdelivr.net/gh/facultyai/dash-bootstrap-components@main/readme-images/layout.png)
8989

9090
See our [_documentation_][docs-components] for a full list of available
9191
components.
@@ -104,14 +104,11 @@ will pass our linting checks, and how to submit the pull request itself.
104104
## Copyright and license
105105

106106
Code and documentation is copyright [Faculty Science Ltd.][faculty]
107-
2018-2025, and released under the [Apache 2.0 license](./LICENSE)
107+
2018-2025, and released under the [Apache 2.0 license](https://github.com/facultyai/dash-bootstrap-components/blob/main/LICENSE)
108108

109109
[dash-homepage]: https://dash.plotly.com/
110110
[dash-docs-external]: https://dash.plotly.com/external-resources
111111
[bootstrap-homepage]: https://getbootstrap.com/
112-
[dbc-repo]: https://github.com/facultyai/dash-bootstrap-components
113-
[reactstrap-homepage]: https://reactstrap.github.io/
114-
[docs-homepage]: https://dash-bootstrap-components.opensource.faculty.ai
115112
[docs-components]: https://dash-bootstrap-components.opensource.faculty.ai/l/components
116113
[bootstrapcdn]: https://www.bootstrapcdn.com/
117114
[faculty]: https://faculty.ai

landing-page.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "dash-bootstrap-components"
77
description = "Bootstrap themed components for use in Plotly Dash"
8-
readme = "landing-page.md"
8+
readme = "README.md"
99
license = { file = "LICENSE" }
1010
authors = [
1111
{ name = "Faculty Science Ltd" },
@@ -14,9 +14,7 @@ authors = [
1414
]
1515
maintainers = [{ name = "Tom Begley", email = "tomcbegley@gmail.com" }]
1616
requires-python = ">=3.9, <4"
17-
dependencies = [
18-
"dash==3.0.0rc3",
19-
]
17+
dependencies = ["dash==3.0.0rc4"]
2018
classifiers = [
2119
"Framework :: Dash",
2220
"License :: OSI Approved :: Apache Software License",
@@ -42,7 +40,7 @@ path = "dash_bootstrap_components/_version.py"
4240
[tool.hatch.build.targets.sdist]
4341
include = [
4442
"dash_bootstrap_components",
45-
"landing-page.md",
43+
"README.md",
4644
"LICENSE",
4745
"NOTICE.txt",
4846
"pyproject.toml",
@@ -55,7 +53,7 @@ artifacts = [
5553
[tool.hatch.build.targets.wheel]
5654
include = [
5755
"dash_bootstrap_components",
58-
"landing-page.md",
56+
"README.md",
5957
"LICENSE",
6058
"NOTICE.txt",
6159
"pyproject.toml",

0 commit comments

Comments
 (0)