Skip to content

Commit

Permalink
Test new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
akabla committed Mar 10, 2024
2 parents 8f0e31d + f33c46a commit 6a59212
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version: # test on beta and nightly
- ~1.9.0-0
- ~1.11.0-0
- nightly
arch: # only test 64 bit
- x64
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RHEOS"
uuid = "728860ae-c896-11e8-0b91-0f38ecad5046"
authors = ["J Louis Kaplan <[email protected]>", "Alessandra Bonfanti <[email protected]>", "Alexandre Kabla <[email protected]>"]
version = "0.9.4"
version = "0.9.5"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand Down Expand Up @@ -29,4 +29,4 @@ InverseLaplace = "0.3"
MittagLeffler = "0.2"
NLopt = "0.6"
SpecialFunctions = "0.10,1.5"
julia = "1.6"
julia = "1.10"
5 changes: 5 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ using Documenter
using Literate
using RHEOS

using Pkg
ENV["PYTHON"]=""
Pkg.build("PyCall")
using PyCall
pyimport_conda("matplotlib.pyplot", "matplotlib")

"""
docprepare()
Expand Down
Binary file added docs/src/assets/logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
149 changes: 149 additions & 0 deletions docs/src/assets/vector_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/src/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#md # [![](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/notebooks/examples.ipynb)
#md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/notebooks/examples.ipynb)

using RHEOS

# [PyPlot](https://github.com/JuliaPy/PyPlot.jl) needs to be installed to run these examples and display plots of the data.

using PyPlot

using RHEOS


# ## Example 1

# - Loading experimental data from a .csv file
Expand Down
57 changes: 33 additions & 24 deletions docs/vector_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a59212

Please sign in to comment.