-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ NEW: Add
test_sd_hide_root_title
config option (#13)
- Loading branch information
1 parent
329d6ef
commit 843564f
Showing
11 changed files
with
160 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Getting Started | ||
|
||
```{article-info} | ||
:avatar: images/ebp-logo.png | ||
:avatar-link: https://executablebooks.org | ||
:author: "[Chris Sewell](https://github.com/chrisjsewell)" | ||
:date: "{sub-ref}`today`" | ||
:read-time: "1 min read" | ||
:class-avatar: sd-animate-grow50-rot20 | ||
``` | ||
|
||
## Usage | ||
|
||
Simply pip install `sphinx-design` and add the extension to your `conf.py`: | ||
|
||
```python | ||
extensions = ["sphinx_design"] | ||
``` | ||
|
||
For using with [MyST Parser](https://github.com/executablebooks/myst-parser), for Markdown documentation, it is recommended to use the `colon_fence` syntax extension: | ||
|
||
```python | ||
extensions = ["myst_parser", "sphinx_design"] | ||
myst_enable_extensions = ["colon_fence"] | ||
``` | ||
|
||
## Configuration | ||
|
||
To hide the the title header on the landing page (i.e. root document), add the following to your `conf.py`: | ||
|
||
```python | ||
sd_hide_root_title = True | ||
``` | ||
|
||
## Supported browsers | ||
|
||
- Chrome >= 60 | ||
- Firefox >= 60 | ||
- Firefox ESR | ||
- iOS >= 12 | ||
- Safari >= 12 | ||
- Explorer >= 12 | ||
|
||
(Mirrors: <https://github.com/twbs/bootstrap/blob/v5.0.2/.browserslistrc>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<document source="index"> | ||
<section ids="heading" names="heading"> | ||
<title classes="sd-d-none"> | ||
Heading | ||
<paragraph> | ||
content |