|
| 1 | +--- |
| 2 | +sd_hide_title: true |
| 3 | +--- |
| 4 | + |
| 5 | +# sphinx-design |
| 6 | + |
| 7 | +::::::{div} landing-title |
| 8 | +:style: "padding: 0.6rem 0.1rem 0.1rem 0; background-image: linear-gradient(315deg, #992d3b 0%, #303545 84%); clip-path: polygon(0px 0px, 100% 0%, 100% calc(100% - 1.5rem), 0% 100%); -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% calc(100% - 1.5rem), 0% 100%);" |
| 9 | + |
| 10 | +::::{grid} |
| 11 | +:reverse: |
| 12 | +:gutter: 2 3 3 3 |
| 13 | +:margin: 4 4 1 2 |
| 14 | + |
| 15 | +:::{grid-item} |
| 16 | +:columns: 12 4 4 4 |
| 17 | +::: |
| 18 | + |
| 19 | +:::{grid-item} |
| 20 | +:columns: 12 8 8 8 |
| 21 | +:child-align: justify |
| 22 | +:class: sd-text-white sd-fs-3 |
| 23 | + |
| 24 | +A collection of composite web elements based on [![img][sphinx-design-logo]{w=200px}][sphinx-design]. |
| 25 | + |
| 26 | + |
| 27 | +```{button-ref} get_started |
| 28 | +:ref-type: doc |
| 29 | +:outline: |
| 30 | +:color: white |
| 31 | +:class: sd-px-4 sd-fs-5 |
| 32 | +
|
| 33 | +Get Started |
| 34 | +``` |
| 35 | + |
| 36 | +::: |
| 37 | +:::: |
| 38 | + |
| 39 | +:::::: |
| 40 | + |
| 41 | +Building upon sphinx-design |
| 42 | +: [sphinx-design] is a Sphinx extension for designing beautiful, screen-size |
| 43 | + responsive web-components. It is inspired by the [Bootstrap], [Material Design], |
| 44 | + and [Material-UI] design frameworks, and is the foundation for all composite |
| 45 | + elements in this collection. |
| 46 | + |
| 47 | +Works with reStructuredText (rST) and Markedly Structured Text (MyST) |
| 48 | +: Either write documentation using the venerable [reStructuredText], or use the |
| 49 | + new extended [Markdown]/[CommonMark] syntax [Markedly Structured Text]. Both |
| 50 | + are supported equally well. |
| 51 | + |
| 52 | +Less markup |
| 53 | +: You can do everything what [sphinx-design] can do, but with less markup code, |
| 54 | + so you can better focus on content instead of design and style details. |
| 55 | + |
| 56 | +Sandbox and incubator |
| 57 | +: [sphinx-design-elements] intends to provide a sandbox and incubation environment |
| 58 | + for all details currently beyond the scope of [sphinx-design], and is very open |
| 59 | + to receive further contributions in the same area. |
| 60 | + |
| 61 | +```{toctree} |
| 62 | +:hidden: |
| 63 | +
|
| 64 | +README <readme> |
| 65 | +get_started |
| 66 | +``` |
| 67 | + |
| 68 | +```{toctree} |
| 69 | +:caption: Development |
| 70 | +:hidden: |
| 71 | +
|
| 72 | +project |
| 73 | +changes |
| 74 | +sandbox |
| 75 | +``` |
| 76 | + |
| 77 | + |
| 78 | +::::{grid} 1 2 2 3 |
| 79 | +:margin: 4 4 0 0 |
| 80 | +:gutter: 1 |
| 81 | + |
| 82 | +:::{grid-item-card} {octicon}`table` Placeholder |
| 83 | +::: |
| 84 | + |
| 85 | +:::: |
| 86 | + |
| 87 | +----------- |
| 88 | + |
| 89 | +Kudos to [Chris Sewell] and all contributors for conceiving and maintaining |
| 90 | +[MyST Parser] and [sphinx-design]. |
| 91 | + |
| 92 | + |
| 93 | +[Bootstrap]: https://getbootstrap.com/ |
| 94 | +[Chris Sewell]: https://github.com/chrisjsewell |
| 95 | +[CommonMark]: https://spec.commonmark.org/ |
| 96 | +[Markdown]: https://daringfireball.net/projects/markdown/syntax |
| 97 | +[Markedly Structured Text]: https://myst-parser.readthedocs.io/ |
| 98 | +[Material Design]: https://material.io |
| 99 | +[Material-UI]: https://material-ui.com/ |
| 100 | +[MyST Parser]: https://myst-parser.readthedocs.io/ |
| 101 | +[reStructuredText]: https://docutils.sourceforge.io/rst.html |
| 102 | +[sphinx-design]: https://sphinx-design.readthedocs.io/ |
| 103 | +[sphinx-design-logo]: https://sphinx-design.readthedocs.io/en/latest/_static/logo_wide.svg |
| 104 | +[sphinx-design-elements]: https://sphinx-design-elements.readthedocs.io/ |
0 commit comments