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 10991 for NEMO/trunk/doc/rst – NEMO

Changeset 10991 for NEMO/trunk/doc/rst


Ignore:
Timestamp:
2019-05-16T22:54:07+02:00 (5 years ago)
Author:
nicolasmartin
Message:

First part of content synchronisation between trunk & 4.0

Location:
NEMO/trunk/doc/rst
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/rst/README.rst

    r10990 r10991  
    4242    $ make livehtml 
    4343 
    44 | In the same time, open the 2 formats of the content to review: the source file and the web page by browsing from `the new guide hosted by your local server <127.0.0.1:8000/NEMO_guide.html>`_. 
     44| Open in the same time the 2 formats of the content to review: the source file and the web page by browsing from the new guide hosted by your local server on `<http://127.0.0.1:8000/NEMO_guide.html>`_. 
    4545| Start the update, save your changes and verify instantly the HTML export in your browser. 
    4646 
  • NEMO/trunk/doc/rst/source/_templates/layout.html

    r10279 r10991  
    1212   <p>Community ocean model for multifarious space and time scales</p> 
    1313 
    14    <div class="version">{{ release }}</div> 
     14   <div class="version">{{ version }}</div> 
    1515 
    1616   {% include "searchbox.html" %} 
  • NEMO/trunk/doc/rst/source/conf.py

    r10990 r10991  
    1313 
    1414# The short X.Y version 
    15 version = '4.0' 
     15version = 'trk' 
    1616# The full version, including alpha/beta/rc tags 
    17 release = 'release-4.0' 
     17release = 'trunk' 
    1818 
    1919 
     
    113113import subprocess 
    114114revision = subprocess.check_output("svnversion").decode("utf-8") 
    115 rst_prolog = '.. |svn_revision| replace:: %s' % revision 
     115rst_prolog = '.. |revision| replace:: %s' % revision 
Note: See TracChangeset for help on using the changeset viewer.