8000 Migrate user guide to how-to guides by philippjfr · Pull Request #4251 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add logos
  • Loading branch information
philippjfr committed Jan 5, 2023
commit 9e9d92897b98b708d80ef7f5a55bb1af20aa4189
Binary file added doc/_static/logos/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/binder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/django.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/fastapi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/flask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/g 8000 cp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/heroku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logos/huggingface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion doc/how_to/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,36 @@ For guides on running and configuring a Panel server see the [server how-to guid
:::{grid-item-card} Azure
:link: azure
:link-type: doc

![Azure Logo](../../_static/logos/azure.png)
:::

:::{grid-item-card} Binder
:link: binder
:link-type: doc

![Binder Logo](../../_static/logos/binder.png)
:::

:::{grid-item-card} Google Cloud
:::{grid-item-card} Google Cloud Platform
:link: gcp
:link-type: doc

![GCP Logo](../../_static/logos/gcp.png)
:::

:::{grid-item-card} Heroku
:link: heroku
:link-type: doc

![Heroku Logo](../../_static/logos/heroku.png)
:::

:::{grid-item-card} Hugging Face
:link: huggingface
:link-type: doc

![Hugging Face Logo](../../_static/logos/huggingface.png)
:::

::::
Expand Down
1 change: 1 addition & 0 deletions doc/how_to/display/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Display and Preview Output
6 changes: 6 additions & 0 deletions doc/how_to/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,26 @@ These guides will cover how to integrate Panel applications with various externa
:link-type: doc

Discover to run Panel applications alongside an existing Flask server.

![Flask Logo](../../_static/logos/flask.png)
:::

:::{grid-item-card} FastAPI
:link: FastAPI
:link-type: doc

Discover to run Panel applications alongside an existing FastAPI server.

![FastAPI Logo](../../_static/logos/fastapi.png)
:::

:::{grid-item-card} Django
:link: Django
:link-type: doc

Discover to run Panel applications on a Django server (replacing the standard Tornado based server).

![Django Logo](../../_static/logos/django.png)
:::

::::
Expand Down
4 changes: 2 additions & 2 deletions doc/how_to/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ If you do not want to maintain your own web server and/or set up complex reverse
:link: commandline
:link-type: doc

Launch and configure a Panel application from the commandline.
Discover how to launch and configure a Panel application from the commandline.
:::

:::{grid-item-card} {octicon}`code-square;2.5em;sd-mr-1` Launch programmatically
:link: programmatic
:link-type: doc

Launch and configure a Panel application programmatically.
Discover how to launch and configure a Panel application programmatically.
:::

:::{grid-item-card} {octicon}`stack;2.5em;sd-mr-1` Serving multiple applications
Expand Down
6 changes: 3 additions & 3 deletions doc/how_to/state/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Whenever a Panel application is being served the `panel.state` object will provi
:gutter: 1 1 1 2

:::{grid-item-card} {octicon}`hourglass;2.5em;sd-mr-1` HTTP Request
:link: manual
:link: request
:link-type: doc

How to access information about the HTTP request associated with a session.
:::

:::{grid-item-card} {octicon}`hourglass;2.5em;sd-mr-1` url
:::{grid-item-card} {octicon}`hourglass;2.5em;sd-mr-1` URL state
:link: url
:link-type: doc

How to access and manipulate the URL.
:::

:::{grid-item-card} {octicon}`hourglass;2.5em;sd-mr-1` busy
:::{grid-item-card} {octicon}`hourglass;2.5em;sd-mr-1` Busyiness state
:link: busy
:link-type: doc

Expand Down
0