Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
de604e7
test latex
AliceHarang Jan 26, 2023
5a67763
Update mainpage.md
AliceHarang Jan 26, 2023
b0f1440
test Mathjax
AliceHarang Jan 26, 2023
8f7b9a1
test image
AliceHarang Jan 26, 2023
e8efbf1
Update Doxygenfile
AliceHarang Jan 26, 2023
544c1b7
re-organisation
AliceHarang Feb 13, 2023
82f9de7
move ParametersList
AliceHarang Feb 13, 2023
f5f496f
Update Input-list_python.yml
AliceHarang Feb 13, 2023
53bec4d
test image
AliceHarang Feb 13, 2023
77671ee
tests
AliceHarang Feb 13, 2023
b2783d0
move around
AliceHarang Feb 13, 2023
644ff16
Update README.md
AliceHarang Feb 13, 2023
4394ed2
Update Doxygenfile
AliceHarang Feb 13, 2023
e78ca75
test latex
AliceHarang Feb 13, 2023
00d8b1d
Update mainpage.md
AliceHarang Feb 14, 2023
6128bcc
test biblio
AliceHarang Feb 14, 2023
17feb7b
Add example for outvar (doc)
AliceHarang Feb 14, 2023
7bbe3bb
Update mainpage.md
AliceHarang Feb 14, 2023
35e085b
test version
AliceHarang Feb 14, 2023
e95a5bb
test tableofcontents
AliceHarang Feb 14, 2023
f7a7d90
test link other pages
AliceHarang Feb 14, 2023
8386266
Update mainpage.md
AliceHarang Feb 14, 2023
b07bd41
Fix structure
AliceHarang Feb 14, 2023
828b45d
update of the doc
AliceHarang Feb 15, 2023
ed20f19
Create Logo.png
AliceHarang Feb 15, 2023
3fec47d
Test on structure
AliceHarang Feb 15, 2023
2d92294
With structure kind of in place
AliceHarang Feb 16, 2023
3d25d16
Fix ILCL doc
AliceHarang Feb 16, 2023
392962f
update tutorial
AliceHarang Feb 19, 2023
d3b62e9
change shell version
AliceHarang Feb 19, 2023
88cd594
test change version doxygen
AliceHarang Feb 19, 2023
67eeecd
fix Latex equation, reverse doxy version
AliceHarang Feb 19, 2023
b280bcb
Update RainLoss_ILCL-model.md
AliceHarang Feb 19, 2023
298abbc
test version
AliceHarang Feb 19, 2023
9377c50
test update Mathjax
AliceHarang Feb 19, 2023
5a3e1b2
use online latex
AliceHarang Feb 19, 2023
c85bd07
Improve TutorialRiver
AliceHarang Feb 20, 2023
58f6d51
Test doxy fix
AliceHarang Feb 20, 2023
2d0cd19
Update build-documentation2.yml
AliceHarang Feb 20, 2023
d07614f
Update build-documentation2.yml
AliceHarang Feb 20, 2023
6090636
Deploying to documentation from @ CyprienBosserelle/BG_Flood@d07614fd…
AliceHarang Feb 20, 2023
975d731
test using local creation
AliceHarang Feb 20, 2023
5a02a53
Update TutorialRiver.md
AliceHarang Feb 20, 2023
5848f96
Revert "test using local creation"
AliceHarang Feb 21, 2023
e971dc6
TutoRiver
AliceHarang Feb 21, 2023
30f104d
Merge branch 'documentation' of https://github.com/CyprienBosserelle/…
AliceHarang Feb 21, 2023
a4721c5
Revert "Merge branch 'documentation' of https://github.com/CyprienBos…
AliceHarang Feb 21, 2023
ef833b1
Deploying to documentation from @ CyprienBosserelle/BG_Flood@a4721c50…
AliceHarang Feb 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/Input-list_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Update Input table
uses: test-room-7/action-update-file@v1
with:
file-path: ParametersList-py.md
file-path: doc/ParametersList-py.md
commit-msg: Automatic update of Input parameter list
github-token: ${{ secrets.GITHUB_TOKEN }}
# python-version: ${{ matrix.python-version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Documentation
# events but only for the master branch
on:
push:
branches: [ development ]
branches: [ development, documentation ]

jobs:
build-documentation:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/build-documentation2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is a basic workflow to help you get started with Actions

name: Documentation

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ development, documentation ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: documentation
folder: doc/html
config_file: Doxygenfile
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

Empty file added .nojekyll
Empty file.
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

Loading