Skip to content

Commit

Permalink
Some minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciheim Brown authored and Ciheim Brown committed Dec 3, 2024
1 parent 038de4d commit 004fbf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Background

The catalog builder project is a “python community package ecosystem” that allows you to generate data catalogs compatible with intake-esm. Available as a Conda package.

See our `Github repository here <https://github.com/aradhakrishnanGFDL/CatalogBuilder>`_.
See our `Github repository here <https://github.com/NOAA-GFDL/CatalogBuilder>`_.
We have contributing guidelines and code of conduct documented in our GitHub repo. We welcome your contributions.

Brief overview on data catalogs
Expand Down
7 changes: 4 additions & 3 deletions doc/generation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Catalog headers (column names) are set with the *HEADER LIST* variable. The *OUT
"member_id", "grid_label", "variable_id",
"time_range", "chunk_freq","platform","dimensions","cell_methods","standard_name","path"]
The headerlist is expected column names in your catalog/csv file. This is usually determined by the users in conjuction
The headerlist contains the expected column names of your catalog/csv file. This is usually determined by the users in conjuction
with the ESM collection specification standards and the appropriate workflows.

.. code-block:: yaml
Expand Down Expand Up @@ -183,5 +183,6 @@ _____

.. Reference `Flags`_.
- overwrite - Overwrite an existing catalog at the given output path
- append - Append (without headerlist) to an existing catalog at the given output path
- --overwrite - Overwrite an existing catalog at the given output path
- --append - Append (without headerlist) to an existing catalog at the given output path
- --slow - Activates slow mode which retrieves standard_name `(or long_name) where possible. **"Standard_name" must be in your output_path_template**
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Catalog Builder API will collect building blocks necessary to build a data c

Tested on posix file system, S3 and GFDL post-processed (select simulations, components) at this time. This repository has unit tests (pytest) and incorporated the same in GitHub Actions, when a PR is open or a push is initiated.

See our `Github repository <https://github.com/aradhakrishnanGFDL/CatalogBuilder>`_ here.
See our `Github repository <https://github.com/NOAA-GFDL/CatalogBuilder>`_ here.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 004fbf7

Please sign in to comment.