-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update generate.py * Add MPA v2 (#1090) * Add MPA overview, st.Page, st.navigation * Autofunction: let docstring override @Property * Update streamlit.json * Add and separate deep links in _redirects * MPAv2 - API and overview review edits * Update streamlit.json * Typo * Revert "Autofunction: let docstring override @Property" This reverts commit 0be651c. * Update components and charts (#1093) * Move component examples into docstrings * Update streamlit.json * Update streamlit.json * Update streamlit.json * Add release notes * Update cheat sheet * Switch embedded apps to new version * Add API cards * Update What's new tiles * Update existing content and remove st.cache * Remove duplicate example * Review edits * Update existing embedded apps (#1086) * Change st.html example * Use "aap run" instead of "script run" * Multipage guides and tutorial (#1097) * Frame out addition multipage guide pages * Add widget page to menu * Typo * Explain navigation menu sections * Fix broken comment * Add link to existing tutorial * Add dynamic navigation tutorial * Update pages directory guide * Move page navigation to overview * Update multipage category page * review comments * Use command instead of function * Remove use of plain-English "method" to avoid confusion * Update multipage tutorial category page * Typos * Typos * Correct page path * Simplify role declaration in MPA v2 tutorial
- Loading branch information
1 parent
e000eca
commit e503e1c
Showing
52 changed files
with
11,032 additions
and
1,037 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 was deleted.
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
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,7 @@ | ||
--- | ||
title: st.navigation | ||
slug: /develop/api-reference/navigation/st.navigation | ||
description: st.navigation declares the set of available pages to select in a multipage app | ||
--- | ||
|
||
<Autofunction function="streamlit.navigation" /> |
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,11 @@ | ||
--- | ||
title: st.Page | ||
slug: /develop/api-reference/navigation/st.page | ||
description: st.Page initializes a StreamlitPage object for multipage apps | ||
--- | ||
|
||
<Autofunction function="streamlit.Page" /> | ||
|
||
<Autofunction function="StreamlitPage" /> | ||
|
||
<Autofunction function="StreamlitPage.run" /> |
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
Oops, something went wrong.