From b7ab4b1c98eb7bcc6d3ae59aa6affccff14fd19f Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:35:03 +0200 Subject: [PATCH 1/3] Update .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index d48a6b8..f00a973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,13 @@ beofre_script: notifications: email: false + +jobs: + include: + - stage: Documentation + julia: 1.4 + os: linux + script: + - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))' + - julia --project=docs --color=yes docs/make.jl + after_success: skip From 33561021da82fb984ece35789735178f9855b746 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:43:28 +0200 Subject: [PATCH 2/3] Update make.jl --- docs/make.jl | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index d712adc..acee5dd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,31 +9,31 @@ makedocs( authors = "Saloua Naama, Mohamed El Waghf et Rachid ELMontassir", format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"), pages = [ - "Accueil" => "index.md", - "Sujet" => "Sujet.md", - "Algorithmes" => [ - "L'algorithme de Newton local" => "Algorithme_de_newton.md", - "La méthode des régions de confiance" => "Regions_de_confiance.md", - "La méthode du Lagrangien augmenté" => "Lagrangien_augmente.md" - ], - "Index des fonctions" =>"fct_index.md", - "Travail à réaliser" => [ - "Pour l'algorithme de Newton" => "Questions_Newton.md", - "Pour les régions de confiance avec le pas de Cauchy" => "Questions_Pas_De_Cauchy.md", - "Pour les régions de confiance avec le gradient conjugué tronqué" => "Questions_GCT.md", - "Pour Lagrangien augmenté" => "Questions_Lagrangien_Augmente.md" - ], - "Annexes" => "Annexes.md", - "Exemples d'appels" =>"Exemples.md", - "Mise en place" => "mise_en_place.md", - "Julia vs MatLab"=> "julia_vs_matlab.md", - "Création de Modules en Julia" => "create_package.md", - "Création d'un dépôt Git pour un module Julia" => "git_doc.md", - "Géneration de la doc" => "generation_doc.md", - "Intégration continue et déploiement de la Doc avec Travis" =>"Integration_continue.md", - "Précompilation des modules"=>"Precompilation.md", - "Génération du rapport" => "generate_pdf.md", - "Foire aux Questions" =>"FAQ.md" + "Accueil" => "index.md" + #,"Sujet" => "Sujet.md", + #"Algorithmes" => [ + # "L'algorithme de Newton local" => "Algorithme_de_newton.md", + # "La méthode des régions de confiance" => "Regions_de_confiance.md", + # "La méthode du Lagrangien augmenté" => "Lagrangien_augmente.md" + # ], + # "Index des fonctions" =>"fct_index.md", + #"Travail à réaliser" => [ + # "Pour l'algorithme de Newton" => "Questions_Newton.md", + # "Pour les régions de confiance avec le pas de Cauchy" => "Questions_Pas_De_Cauchy.md", + # "Pour les régions de confiance avec le gradient conjugué tronqué" => "Questions_GCT.md", + # "Pour Lagrangien augmenté" => "Questions_Lagrangien_Augmente.md" + # ], + #"Annexes" => "Annexes.md", + #"Exemples d'appels" =>"Exemples.md", + #"Mise en place" => "mise_en_place.md", + #"Julia vs MatLab"=> "julia_vs_matlab.md", + #"Création de Modules en Julia" => "create_package.md", + #"Création d'un dépôt Git pour un module Julia" => "git_doc.md", + #"Géneration de la doc" => "generation_doc.md", + #"Intégration continue et déploiement de la Doc avec Travis" =>"Integration_continue.md", + # "Précompilation des modules"=>"Precompilation.md", + #"Génération du rapport" => "generate_pdf.md", + #"Foire aux Questions" =>"FAQ.md" ] ) From 605798ec4556109581117b924f33c635acb41b5d Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:51:38 +0200 Subject: [PATCH 3/3] Update make.jl --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index acee5dd..5c81a41 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,6 @@ using Optinum makedocs( modules = [Optinum], sitename = "Optinum.jl", - strict=true, authors = "Saloua Naama, Mohamed El Waghf et Rachid ELMontassir", format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"), pages = [