New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2121 (Improvment of doc generation script) – NEMO

Opened 6 years ago

Closed 5 years ago

#2121 closed Defect (fixed)

Improvment of doc generation script

Reported by: molines Owned by: nicolasmartin
Priority: low Milestone: Documentation
Component: doc Version: trunk
Severity: minor Keywords:
Cc:

Description (last modified by nicolasmartin)

Context

Build the NEMO reference manual

Analysis

PDF_creation.sh fails in LaTeX inescapably if included images are missing in figures folder.

Recommendation

Implement a workaround to skip the figures downloading or add the command to checkout/update the figures folder

Commit History (0)

(No commits)

Change History (5)

comment:1 Changed 6 years ago by acc

  • Resolution set to invalid
  • Status changed from new to closed

This was intentional in order to reduce the bulk when downloading the source. The figures can be fetched separately:

If you want to recover former content of trunk
trunk: svn co svn+ssh://username@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk
sette: cd trunk && svn co svn+ssh://username@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/utils/CI/sette
figures: svn co svn+ssh://username@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/utils/figures ./doc/figures
Some may encounter downloading issues with svn co -r REV URL, use more robust syntax svn co URL@PEG (REV ~ PEG)

(This should be made clearer somewhere)

comment:2 Changed 6 years ago by nicolasmartin

  • Description modified (diff)
  • Milestone set to 2018 release-4.0
  • Resolution invalid deleted
  • Status changed from closed to reopened
  • Summary changed from missing all the figures in the doc directory to Improvment of doc generation script

comment:3 Changed 6 years ago by nicolasmartin

  • Owner set to nicolasmartin
  • Status changed from reopened to assigned

comment:4 Changed 6 years ago by nicolasmartin

  • Milestone changed from 2018 release-4.0 to Documentation

comment:5 Changed 5 years ago by nicolasmartin

  • Resolution set to fixed
  • Status changed from assigned to closed

The downloading of the figures required by the LaTeX compiling of the manual is now triggered if the figures directory is not present.

Done at [10610]

Note: See TracTickets for help on using tickets.