Skip to content

Commit

Permalink
Deprecate R and Julia packages (#954)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tcbegley authored Jul 9, 2023
1 parent fdc6e59 commit c1adf32
Show file tree
Hide file tree
Showing 426 changed files with 599 additions and 12,113 deletions.
34 changes: 0 additions & 34 deletions .Rbuildignore

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/doctest.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,3 @@ docs/templates/generated/**/*.html

# vendored example apps
docs/examples/vendor

# R build artifacts
inst
man
R/*
DESCRIPTION
NAMESPACE
!R/icons.R
!R/themes.R

# Julia build artifacts
deps/
src/*.jl
src/jl
Project.toml
examples/**/Manifest.toml
!examples/**/Project.toml
5 changes: 0 additions & 5 deletions R/icons.R

This file was deleted.

35 changes: 0 additions & 35 deletions R/themes.R

This file was deleted.

27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,33 +53,6 @@ conda-forge channel:
conda install -c conda-forge dash-bootstrap-components
```

### Dash for R

You can now use _dash-bootstrap-components_ with Dash for R! To get started make sure you have the _devtools_ library installed

```r
install.packages("devtools")
```

You can then install _dash-bootstrap-components_ from the `r-release` branch of this repository.

```r
library(devtools)
install_github('facultyai/dash-bootstrap-components@r-release')
```

Check out [the docs for more details](https://dash-bootstrap-components.opensource.faculty.ai/docs/quickstart)

### Dash.jl

You can also use _dash-bootstrap-components_ with Dash.jl! Install with

```jl
pkg> add DashBootstrapComponents
```

Check out [the docs for more details](https://dash-bootstrap-components.opensource.faculty.ai/docs/quickstart)

## Quick start

To use _dash-bootstrap-components_ you must do two things:
Expand Down
Empty file.
73 changes: 0 additions & 73 deletions docs/components_page/components/__tests__/helpers.py

This file was deleted.

88 changes: 0 additions & 88 deletions docs/components_page/components/__tests__/test_accordion.py

This file was deleted.

38 changes: 0 additions & 38 deletions docs/components_page/components/__tests__/test_alert.py

This file was deleted.

Loading

0 comments on commit c1adf32

Please sign in to comment.