Skip to content

Commit

Permalink
🔧 bring back changes (#19)
Browse files Browse the repository at this point in the history
* 🔧 update master (#16)

* Fix typo in README.md

* 🐛 providing biomasses to make_parameters would crash

* Fixed make_parameters.jl bug

There was a bug where providing a biomass index would result in metabolic rates ( x ) being equal to inf.

* Added test for make_parameters.jl bug

Added a test to determine whether the metabolic rates are being correctly calculated from passed body masses.

* Update make_parameters.jl

* 📚 make doc (closes #13)

* 📚 make doc

* 🔧 typo

* 🔧 update travis file

* 📚 doc update

* 🔧 fix travis indentation

* Master (#17)

* Fix typo in README.md

* 🐛 providing biomasses to make_parameters would crash

* Fixed make_parameters.jl bug

There was a bug where providing a biomass index would result in metabolic rates ( x ) being equal to inf.

* Added test for make_parameters.jl bug

Added a test to determine whether the metabolic rates are being correctly calculated from passed body masses.

* Update make_parameters.jl

* 📚 make doc (closes #13)

* 📚 make doc

* 🔧 typo

* 🔧 update travis file

* 📚 doc update

* 🔧 fix travis indentation

* 📚 fix build version

* 📚 identation

* 🔧 update make docs
  • Loading branch information
tpoisot committed Mar 20, 2017
1 parent 8d3f0c0 commit 628f66b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ makedocs(

deploydocs(
deps = Deps.pip("pygments", "mkdocs", "mkdocs-material", "python-markdown-math"),
julia = "0.5",
repo = "github.com/PoisotLab/BioEnergeticFoodWebs.jl.git"
)
49 changes: 23 additions & 26 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,36 @@ site_author: the Poisot lab
theme: material

extra:
logo: 'befw.png'
palette:
primary: 'green'
accent: 'deep orange'
font:
text: 'Arimo'
code: 'Cousine'
author:
twitter: 'poisotlab'
github: 'poisotlab'
logo: 'befw.png'
palette:
primary: 'green'
accent: 'deep orange'
author:
twitter: 'poisotlab'
github: 'poisotlab'

extra_css:
- asssets/Documenter.css
- asssets/Documenter.css

extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- assets/mathjaxhelper.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- assets/mathjaxhelper.js

markdown_extensions:
- fenced_code
- extra
- tables
- mdx_math
- fenced_code
- extra
- tables
- mdx_math

docs_dir: 'build'

pages:
- Home: index.md
- Manual:
- Installation: man/installation.md
- Generating random networks: man/random.md
- First simulation: man/first_simulation.md
- Contributing: man/contributing.md
- Library:
- Public: lib/public.md
- Internals: lib/internals.md
- Home: index.md
- Manual:
- Installation: man/installation.md
- Generating random networks: man/random.md
- First simulation: man/first_simulation.md
- Contributing: man/contributing.md
- Library:
- Public: lib/public.md
- Internals: lib/internals.md

0 comments on commit 628f66b

Please sign in to comment.