generated from thclark/python-library-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #13 from thclark/feature/update-plotly-and-sphinx
Feature/update plotly and sphinx
- Loading branch information
Showing
22 changed files
with
1,088,142 additions
and
247 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 |
---|---|---|
|
@@ -8,4 +8,4 @@ python: | |
sphinx: | ||
builder: html | ||
configuration: docs/source/conf.py | ||
fail_on_warning: false | ||
fail_on_warning: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
# Required by the python script for building documentation | ||
Sphinx>=2,<3 | ||
sphinx-rtd-theme==0.5.0 | ||
sphinx-tabs==1.2.1 | ||
sphinx-math-dollar==1.1.1 | ||
sphinx>=4,<5 | ||
sphinx-rtd-theme==1.0.0 | ||
sphinx-tabs==1.2 | ||
sphinx_math_dollar==1.1.1 | ||
docutils==0.16 |
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 +1,12 @@ | ||
{"data":[{"type":"bar","x":["cppgiraffes","orangutans","monkeys"],"y":[2,2.5,3]},{"type":"scatter","x":[0,1,2],"y":[1,2,3]}],"layout":{},"meta":{"caption":"","id":"","name":"","short_caption":""}} | ||
{ | ||
"data": [ | ||
{ | ||
"type": "bar", | ||
"x": ["cppgiraffes", "orangutans", "monkeys"], | ||
"y": [2, 2.5, 3] | ||
}, | ||
{ "type": "scatter", "x": [0, 1, 2], "y": [1, 2, 3] } | ||
], | ||
"layout": {}, | ||
"meta": { "caption": "", "id": "", "name": "", "short_caption": "" } | ||
} |
1,083,617 changes: 1,083,616 additions & 1 deletion
1,083,617
docs/source/charts/test_mandelbrot_plot.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.