-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from emdgroup/docs/furo_theme
Use furo theme for docs
- Loading branch information
Showing
17 changed files
with
197 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/*This file contains the options for changing the generated HTML Output*/ | ||
|
||
/*Remove border around logo*/ | ||
.sidebar-logo-container { | ||
margin: 0; | ||
} | ||
|
||
.sidebar-search-container { | ||
margin-top: 0; | ||
} | ||
|
||
a.sidebar-brand { | ||
padding: 0; | ||
} | ||
|
||
/*Reduce left and right margins*/ | ||
|
||
.sidebar-drawer { | ||
width: calc(40% - 26em); | ||
} | ||
|
||
.content { | ||
width: calc(100% - 10em); | ||
} | ||
|
||
/*The color of the "Search" placeholder in the sidebar*/ | ||
.sidebar-search::placeholder { | ||
color: #ffdcb9; | ||
} |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Campaigns | ||
|
||
This file contains information about campaigns. | ||
This page will soon contain information about campaigns. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Constraints | ||
|
||
This file contains information about constraints. | ||
This page will soon contain information about constraints. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Parameters | ||
|
||
This should contain information about parameters. | ||
This page will soon contain information about parameters. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Recommenders | ||
|
||
This file contains information about recommenders. | ||
This page will soon contain information about recommenders. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Search spaces | ||
|
||
This file contains information about search spaces. | ||
This page will soon contain information about search spaces. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Simulation | ||
|
||
This file contains information about simulations. | ||
This page will soon contain information about simulations. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Strategies | ||
|
||
This file contains information about strategies. | ||
This page will soon contain information about strategies. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Surrogates | ||
|
||
This file contains information about surrogates. | ||
This page will soon contain information about surrogates. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# The file on targets | ||
# Targets | ||
|
||
This file should contain information about targets | ||
This page will soon contain information about targets. | ||
In the meantime, please see the [examples](../../examples/examples) instead. |
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