Skip to content

Commit

Permalink
[Docs] Add examples. (#156)
Browse files Browse the repository at this point in the history
* Remove pull request conputation of the docs.

* Add archimedeans examples

* Add eliptical examples

* refactor fitting example

* add examples in the getting_started page

* typo

* add examples to the sklar page

* add dependencies to the docs environnement

* add examples to the GaussianCopula docstring

* add example to the TCopula docstring

* typo

* add example to the EllipticalCopula docstring

* typo

* typos
  • Loading branch information
lrnv authored Feb 14, 2024
1 parent f3a6aa7 commit 3ecdae0
Show file tree
Hide file tree
Showing 15 changed files with 1,116 additions and 129 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
if: >-
!contains(github.event.head_commit.message, '[skip docs]')
&& github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
Loading

0 comments on commit 3ecdae0

Please sign in to comment.