Skip to content

Commit c1adf32

Browse files
authored
Deprecate R and Julia packages (#954)
* Move examples * Remove R and Julia examples from docs * Remove R and Julia build code * Remove nox doctest session * Update HighlightJS bundle * Docs layout improvements
1 parent fdc6e59 commit c1adf32

File tree

426 files changed

+599
-12113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+599
-12113
lines changed

.Rbuildignore

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

.github/workflows/doctest.yml

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

.gitignore

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,3 @@ docs/templates/generated/**/*.html
2626

2727
# vendored example apps
2828
docs/examples/vendor
29-
30-
# R build artifacts
31-
inst
32-
man
33-
R/*
34-
DESCRIPTION
35-
NAMESPACE
36-
!R/icons.R
37-
!R/themes.R
38-
39-
# Julia build artifacts
40-
deps/
41-
src/*.jl
42-
src/jl
43-
Project.toml
44-
examples/**/Manifest.toml
45-
!examples/**/Project.toml

R/icons.R

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

R/themes.R

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

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,6 @@ conda-forge channel:
5353
conda install -c conda-forge dash-bootstrap-components
5454
```
5555

56-
### Dash for R
57-
58-
You can now use _dash-bootstrap-components_ with Dash for R! To get started make sure you have the _devtools_ library installed
59-
60-
```r
61-
install.packages("devtools")
62-
```
63-
64-
You can then install _dash-bootstrap-components_ from the `r-release` branch of this repository.
65-
66-
```r
67-
library(devtools)
68-
install_github('facultyai/dash-bootstrap-components@r-release')
69-
```
70-
71-
Check out [the docs for more details](https://dash-bootstrap-components.opensource.faculty.ai/docs/quickstart)
72-
73-
### Dash.jl
74-
75-
You can also use _dash-bootstrap-components_ with Dash.jl! Install with
76-
77-
```jl
78-
pkg> add DashBootstrapComponents
79-
```
80-
81-
Check out [the docs for more details](https://dash-bootstrap-components.opensource.faculty.ai/docs/quickstart)
82-
8356
## Quick start
8457

8558
To use _dash-bootstrap-components_ you must do two things:

docs/components_page/components/__tests__/__init__.py

Whitespace-only changes.

docs/components_page/components/__tests__/helpers.py

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

docs/components_page/components/__tests__/test_accordion.py

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

docs/components_page/components/__tests__/test_alert.py

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

0 commit comments

Comments
 (0)