Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some sphinx warnings
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jun 2019 18:49:08 +0000 (20:49 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 3 Jul 2019 12:59:30 +0000 (14:59 +0200)
.gitlab-ci.yml
docs/Build.sh
docs/source/index.rst

index 4a0ebdb..b763d33 100644 (file)
@@ -14,9 +14,8 @@ pages:
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
   # - The CSS contains a reference to a font or something, not something we gonna fix on our side
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
   # - The CSS contains a reference to a font or something, not something we gonna fix on our side
-  # - The javasphinx output does not exist in the git, so the "open on GitLab" link is broken.
+  # - The javasphinx output does not exist in the git, so the "edit on FramaGit" link is broken.
   #   I'd like to report this as a bug, but javasphinx seems abandonned upstream.
   #   I'd like to report this as a bug, but javasphinx seems abandonned upstream.
-  # - public/search.html and public/genindex.html are also generated.
   - linkchecker --ignore-url='.*\.css$' --ignore-url=public/java/org ../public
   # From time to time, we should check external links with the
   # following, but it has a lot of false positive
   - linkchecker --ignore-url='.*\.css$' --ignore-url=public/java/org ../public
   # From time to time, we should check external links with the
   # following, but it has a lot of false positive
index b0a94b4..4b6c154 100755 (executable)
@@ -59,6 +59,7 @@ done
 
 if [ -e /opt/simgrid ] ; then chmod -x /opt/simgrid; fi
 
 
 if [ -e /opt/simgrid ] ; then chmod -x /opt/simgrid; fi
 
+set +e # Don't fail
 if [ -e /usr/bin/linkchecker ] ; then
   linkchecker --no-status -o csv --ignore-url='.*\.css$' --ignore-url=public/java/org build/html \
      | grep -v '^#' \
 if [ -e /usr/bin/linkchecker ] ; then
   linkchecker --no-status -o csv --ignore-url='.*\.css$' --ignore-url=public/java/org build/html \
      | grep -v '^#' \
index 0251336..91da4d3 100644 (file)
@@ -4,8 +4,8 @@ The Modern Age of Computer Systems Simulation
 =============================================
 
 SimGrid is a framework to simulate distributed computer systems. It can be used
 =============================================
 
 SimGrid is a framework to simulate distributed computer systems. It can be used
-to either :ref:`assess abstract algorithms <usecase_simalgo>`_, or to
-:ref:`debug and profile real MPI applications <usecase_smpi>`_.
+to either :ref:`assess abstract algorithms <usecase_simalgo>`, or to
+:ref:`debug and profile real MPI applications <usecase_smpi>`.
 
 SimGrid is routinely used in studies on (data-)Grids,
 IaaS Clouds (:ref:`API <API_s4u_VirtualMachine>`, :ref:`examples <s4u_ex_clouds>`),
 
 SimGrid is routinely used in studies on (data-)Grids,
 IaaS Clouds (:ref:`API <API_s4u_VirtualMachine>`, :ref:`examples <s4u_ex_clouds>`),