Skip to content

Commit 4d5ae9c

Browse files
authored
Merge pull request #284 from posit-dev/get-started-link-style
Add and fix links to get started
2 parents d6b3ef2 + a290ee5 commit 4d5ae9c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

get-started/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ Shiny for Python empowers you to bring your data to life with interactive applic
219219

220220
- **From demo to production-ready**<br>
221221
Shiny is great for one-off apps that help you [demo a concept](https://shinylive.io/py/app/#orbit-simulation) or quickly [see your data](https://gallery.shinyapps.io/superzip/).
222-
But Shiny apps aren’t toy apps–Shiny's powerful reactive framework and extensible components mean your applications can evolve alongside your needs.
222+
But Shiny apps aren’t toy apps–Shiny's powerful [reactive framework](/docs/reactive-foundations.qmd) and [extensible components](/docs/custom-component-one-off.qmd) mean your applications can evolve alongside your needs.
223223
Start simple, then [customize and scale](https://gallery.shinyapps.io/aws-community-builders-dashboard/) without switching frameworks.
224224

225225
- **Plays well with others**<br>
226226
Bring to life the Python packages you know and love with Shiny.
227227
Turn polars and pandas data frames into [dynamic data grids](/components/outputs/data-grid/). Breathe interactivity into any [matplotlib](/components/outputs/plot-matplotlib/) or [seaborn](/components/outputs/plot-seaborn/) plot.
228-
Go further and build an app around sophisticated displays from altair, [plotly](/components/outputs/plot-plotly/), or any [Jupyter Widget](/docs/jupyter-widgets.qmd).
228+
Go further and build an app around sophisticated displays from [altair](/docs/jupyter-widgets.qmd), [plotly](/components/outputs/plot-plotly/index.qmd), or any [Jupyter Widget](/docs/jupyter-widgets.qmd).
229229

230230
- **Deploy with confidence**<br>
231231
When it’s time to put your Shiny app on the web, you can choose to deploy [on your own servers](/get-started/deploy-on-prem.qmd), on our [hosting services](/get-started/deploy-cloud.qmd), or even [serverless with shinylive](/get-started/shinylive.qmd).

get-started/install.qmd

+1-5
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,7 @@ Even if you already have VS Code installed, [Positron](https://positron.posit.co
162162
It installs separately, so your existing VS Code extensions won’t conflict with [Positron extensions](https://positron.posit.co/extensions.html).
163163

164164
Positron already ships with many Python-focused VS Code [extensions](https://positron.posit.co/extensions.html) from [Open VSX](https://open-vsx.org/),
165-
including:
166-
167-
- [Quarto](https://open-vsx.org/extension/quarto/quarto)
168-
- [Jupyter Notebooks](https://open-vsx.org/extension/ms-toolsai/jupyter)
169-
- [Pyright](https://open-vsx.org/extension/ms-pyright/pyright).
165+
including [Quarto](https://open-vsx.org/extension/quarto/quarto), [Jupyter Notebooks](https://open-vsx.org/extension/ms-toolsai/jupyter), and [Pyright](https://open-vsx.org/extension/ms-pyright/pyright).
170166

171167
To get started with Shiny for Python, you will need to install the
172168
[Shiny Extension](https://open-vsx.org/extension/posit/shiny).

0 commit comments

Comments
 (0)