-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change syntax configuration file, rename from container (#174)
- Loading branch information
1 parent
1f34adb
commit 769e3df
Showing
34 changed files
with
603 additions
and
477 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,60 +7,60 @@ pages: | |
|
||
- title: Front page | ||
content: | ||
- container: BannerImage | ||
image: ./example_banner.png | ||
title: My banner image | ||
- BannerImage: | ||
image: ./example_banner.png | ||
title: My banner image | ||
- Webviz created from configuration file. | ||
- Some other text, potentially with strange letters like Åre, Smørbukk Sør. | ||
|
||
- title: Markdown example | ||
content: | ||
- container: Markdown | ||
markdown_file: ./example-markdown.md | ||
- Markdown: | ||
markdown_file: ./example-markdown.md | ||
|
||
- title: Table example | ||
content: | ||
- container: DataTable | ||
csv_file: ./example_data.csv | ||
- DataTable: | ||
csv_file: ./example_data.csv | ||
|
||
- title: PDF example | ||
content: | ||
- container: EmbedPdf | ||
pdf_file: ./example.pdf | ||
- EmbedPdf: | ||
pdf_file: ./example.pdf | ||
|
||
- title: Syntax highlighting example | ||
content: | ||
- container: SyntaxHighlighter | ||
filename: ./basic_example.yaml | ||
- SyntaxHighlighter: | ||
filename: ./basic_example.yaml | ||
|
||
- title: Tour example | ||
content: | ||
- container: ExampleTour | ||
- ExampleTour: | ||
|
||
- title: Plot a table | ||
content: | ||
- container: TablePlotter | ||
csv_file: ./example_data.csv | ||
filter_cols: | ||
- TablePlotter: | ||
csv_file: ./example_data.csv | ||
filter_cols: | ||
- Well | ||
- Segment | ||
- Average permeability (D) | ||
contact_person: | ||
name: Ola Nordmann | ||
phone: +47 12345678 | ||
email: [email protected] | ||
contact_person: | ||
name: Ola Nordmann | ||
phone: +47 12345678 | ||
email: [email protected] | ||
|
||
- title: Plot a table (locked) | ||
content: | ||
- container: TablePlotter | ||
csv_file: ./example_data.csv | ||
lock: true | ||
plot_options: | ||
x: Well | ||
y: Initial reservoir pressure (bar) | ||
size: Average permeability (D) | ||
facet_col: Segment | ||
contact_person: | ||
name: Kari Nordmann | ||
phone: 12345678 | ||
email: [email protected] | ||
- TablePlotter: | ||
csv_file: ./example_data.csv | ||
lock: true | ||
plot_options: | ||
x: Well | ||
y: Initial reservoir pressure (bar) | ||
size: Average permeability (D) | ||
facet_col: Segment | ||
contact_person: | ||
name: Kari Nordmann | ||
phone: 12345678 | ||
email: [email protected] |
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
Oops, something went wrong.