Changeset 10790
- Timestamp:
- 2019-03-21T17:47:24+01:00 (6 years ago)
- Location:
- NEMO/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/README.rst
r10638 r10790 1 :Release: |version| 2 :Date: |today| 1 :Release: |version| 2 :Date: |today| 3 :SVN revision: |svn_revision| 3 4 4 5 NEMO_ for **Nucleus for European Modelling of the Ocean** is a state-of-the-art modelling framework for -
NEMO/trunk/doc/PDF_creation.sh
r10610 r10790 1 1 #!/bin/sh 2 2 3 export opts='-shell-escape -pdf '3 export opts='-shell-escape -pdf -quiet' 4 4 model='NEMO' 5 5 -
NEMO/trunk/doc/rst/source/conf.py
r10600 r10790 92 92 # -- Customisation ----------------------------------------------------------- 93 93 94 # Timestamping 94 95 import datetime 95 96 year = datetime.date.today().year … … 108 109 # Include common directives for every rst file 109 110 rst_epilog = open('global.rst', 'r').read() 111 112 # SVN revision 113 import subprocess 114 revision = subprocess.check_output("svnversion") 115 rst_prolog = '.. |svn_revision| replace:: %s' % revision
Note: See TracChangeset
for help on using the changeset viewer.