Skip to content

Commit f3bd9af

Browse files
committed
Change doc.
1 parent fb0f23a commit f3bd9af

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

doc/community.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ There are two mailing lists for interaction about CliMAF :
1313

1414
subscribe climaf.users
1515

16-
There is also an `issue tracking page <https://github.com/senesis/climaf/issues>`_ on GitHub.
16+
There is also an `issue tracking page <https://github.com/rigoudyg/climaf/issues>`_ on GitHub.

doc/globals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:orphan:
22

3-
.. |depot| replace:: https://github.com/senesis/climaf
3+
.. |depot| replace:: https://github.com/rigoudyg/climaf
44
.. |doc| replace:: http://climaf.readthedocs.org/
55

doc/howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ variable $CLIMAF_LOG (resp. $CLIMAF_FILE_LOG)
129129
..report an issue
130130
------------------
131131

132-
For the time being, you may report an issue on `the CliMAF issue page on GitHub <https://github.com/senesis/climaf/issues>`_ . Just click on the green button "New issue" (you may have to create a login on GitHub for that )
132+
For the time being, you may report an issue on `the CliMAF issue page on GitHub <https://github.com/rigoudyg/climaf/issues>`_ . Just click on the green button "New issue" (you may have to create a login on GitHub for that )
133133

134134

135135
.. _how_to_own_script:

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CliMAF is an `Open Source software
2020
<http://en.wikipedia.org/wiki/Open-source_software>`_, distributed
2121
with a GPL-compatible licence. See :doc:`the licence notice
2222
<license>`.
23-
It is available at `CliMAF GitHub repository <https://github.com/senesis/climaf>`_
23+
It is available at `CliMAF GitHub repository <https://github.com/rigoudyg/climaf>`_
2424

2525
The goal of CliMAF is to ease the common steps that separate you from your scientific diagnostic (in climate science):
2626
CliMAF was designed to answer those specifications of CliMAF:

doc/installing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ Installing CliMAF (if you are not at CNRM, on Ciclad or Climserv)
6262
------------------------------------------------------------------
6363

6464
- Installing CliMAF, if necessary, is quick, through only a few commands, using `CliMAF GitHub
65-
repository <https://github.com/senesis/climaf>`_ ; this will also
65+
repository <https://github.com/rigoudyg/climaf>`_ ; this will also
6666
copy some data allowing for testing the installation and for running a few examples
6767

6868
- first check the listed :ref:`requirements` ;
6969

7070
- execute::
7171

7272
cd some_installation_dir
73-
git clone https://github.com/senesis/climaf climaf
73+
git clone https://github.com/rigoudyg/climaf climaf
7474
cd climaf
7575
export PYTHONPATH=$PYTHONPATH:$(pwd)
7676
cd testing
@@ -83,7 +83,7 @@ Installing CliMAF (if you are not at CNRM, on Ciclad or Climserv)
8383

8484
- for getting the development version, you may rather execute::
8585

86-
git clone -b dev https://github.com/senesis/climaf climaf
86+
git clone -b dev https://github.com/rigoudyg/climaf climaf
8787

8888

8989
.. _configuring:

doc/news.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Whats' new
66

77
Changes, newest first :
88

9+
- V1.2.12:
10+
11+
- the version of the tools used is now displayed when CliMAF is loaded.
12+
13+
- add several features to run CliMAF with C-ESM-EP at IPSL, Cerfacs and CNRM
14+
15+
- fixes :
16+
17+
- fix order in ``fline`` function
18+
19+
- fix ``netcdftime`` import
20+
21+
- fix fixed fields issue
22+
23+
- fix documentation and change sphinx version
24+
925
- V1.2.11:
1026

1127
- **This is the last release which is truly handled on the 'senesis/climaf' Github
@@ -883,5 +899,5 @@ Changes, newest first :
883899
- a log file is added, with own severity level, set by clog_file
884900
- operators with format=None are also evaluated as soon as applied - i.e. cshow no more needednon ncview(...)
885901

886-
Note : Issues with CliMAF and future work are documented at https://github.com/senesis/climaf/issues
902+
Note : Issues with CliMAF and future work are documented at https://github.com/rigoudyg/climaf/issues
887903

0 commit comments

Comments
 (0)