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.
Changeset 14467 for NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source – NEMO

Ignore:
Timestamp:
2021-02-16T00:32:56+01:00 (3 years ago)
Author:
nicolasmartin
Message:

Fix documentation generation (manual and guide)

Location:
NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source/conf.py

    r14444 r14467  
    5050# 
    5151# The short X.Y version. 
    52 version = '4.0.x' 
     52version = '4.0' 
    5353# The full version, including alpha/beta/rc tags. 
    5454release = '4.0-HEAD' 
     
    246246 
    247247# Timestamping 
    248 import datetime 
    249 year = datetime.date.today().year 
    250 copyright = '2008-' + str( year ) + ', NEMO Consortium' 
     248copyright = '2008-YYYY, NEMO Consortium' 
    251249 
    252250# Link aliases 
  • NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source/guide.rst

    r11761 r14467  
    6666 
    6767:Release:  |release| 
    68  
    69 .. only:: draft 
    70  
    71    .. Only on draft 
    72  
    73    :*Date*:     |today| 
    74    :*SVN rev*:  |revision| 
     68:SVN rev:  |revision| 
    7569 
    7670.. include:: readme.rst 
Note: See TracChangeset for help on using the changeset viewer.