You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,21 @@
1
1
# sphinx-design (IN-DEVELOPMENT)
2
2
3
+
[![Github-CI][github-ci]][github-link]
4
+
[![Coverage Status][codecov-badge]][codecov-link]
5
+
[![PyPI][pypi-badge]][pypi-link]
6
+
3
7
A sphinx extension for designing beautiful, view size responsive web components.
4
8
5
9
Created with inspiration from [Bootstrap](https://getbootstrap.com/) (v5), [Material Design](https://material.io) and [Material-UI](https://material-ui.com/) design frameworks.
6
10
11
+
## Usage
12
+
13
+
Simply pip install `sphinx-design` and add the extension to your `conf.py`:
14
+
15
+
```python
16
+
extensions = ["sphinx_design"]
17
+
```
18
+
7
19
## Supported browsers
8
20
9
21
- Chrome >= 60
@@ -78,4 +90,9 @@ paragraph and tab-set in grid-item
Copy file name to clipboardExpand all lines: docs/index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,21 @@ Roles and directives for {bdg-primary}`badges` and other components.
88
88
89
89
Created with inspiration from [Bootstrap](https://getbootstrap.com/) (v5), [Material Design](https://material.io) and [Material-UI](https://material-ui.com/) design frameworks.
90
90
91
+
## Usage
92
+
93
+
Simply pip install `sphinx-design` and add the extension to your `conf.py`:
94
+
95
+
```python
96
+
extensions = ["sphinx_design"]
97
+
```
98
+
99
+
For using with [MyST Parser](https://github.com/executablebooks/myst-parser), for Markdown documentation, it is recommended to use the `colon_fence` syntax extension:
0 commit comments