Skip to content

Commit ea1b1cb

Browse files
committed
docs update
1 parent 90bc958 commit ea1b1cb

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The esgcet package for ESGF Publication - Version 5.2.2
1+
The esgcet package for ESGF Publication - Version 5.2.3
22
=======================================================
33

44
Esgcet is a package of publisher commands for publishing to the `ESGF
@@ -13,7 +13,7 @@ If you have conda on a Linux system you can install the publisher wih the follow
1313
conda create -n esgf-pub -c conda-forge pip cmor # most commun
1414
conda activate esgf-pub
1515
pip install esgcet
16-
esgpublish --version # Ensure you have upgraded to v5.2.1
16+
esgpublish --version # Ensure you have upgraded to v5.2.3
1717
esgpublish # will print the usage information.
1818

1919

docs/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the following command to install ``esgcet`` into a previously created conda
2323

2424
conda activate esgf-pub
2525
pip install esgcet
26-
esgpublish --version # Ensure you have upgraded to v5.2.1
26+
esgpublish --version # Ensure you have upgraded to v5.2.3
2727

2828

2929
Installing esgcet via git
@@ -34,10 +34,9 @@ To install esgcet by cloning our github repository (useful if you want to modiy
3434

3535
git clone http://github.com/ESGF/esg-publisher.git
3636
cd esg-publisher
37-
git checkout refactor-esgf # NOTE this is a temporary fix prior to a merge into the master branch
3837
cd src/python
3938
pip install -e . # You can modify the source in place
40-
esgpublish --version # Confirm that v5.2.1 has been installed
39+
esgpublish --version # Confirm that v5.2.3 has been installed
4140

4241
Now you will be able to call all commands in this package from any directory.
4342

docs/troubleshooting.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ If you encounter issues running any of the esgcet commands, try looking for comm
99
feel free to open a github issue and request that support for your project is added.
1010
- For example commands and test scripts, see our `test suite repository <https://github.com/lisi-w/test-suite/tree/main>`_.
1111
- For unexpected behavior, output, or errors, please open a `Github Issue <https://github.com/ESGF/esg-publisher/issues>`_.
12+
13+
Known issues
14+
------------
15+
16+
* There is a problem identified with esgunpublish and connecting to the PID server. Please report if you need support and a team member will assist.

docs/whatsnew.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
=============
33

4+
v5.2.3
5+
------
6+
7+
* Update argument processing to make ``--cert`` an optional argument to align with changes in ESGF architecture
8+
* Bugfixes to support optional citation and further info URLs
9+
* Support of customized ``https_url`` in the configuration for non- ``thredds/fileServer`` endpoints.
10+
* Introduction of ``globus_url`` inclusion for direct link to the Globus file manager.
11+
* **BUGFIX** for a default ``esg.yaml`` under the ``.esg`` hidden directory
12+
13+
414
v5.2.2
515
------
616

0 commit comments

Comments
 (0)