Skip to content

Commit

Permalink
Remove DRAFT desgination, update to FDSN org account paths, and new s…
Browse files Browse the repository at this point in the history
…oftware paths
  • Loading branch information
chad-earthscope committed Jul 14, 2023
1 parent 8865e3b commit aa534fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'FDSN'

version = '3'
release = '2023-01-18 (DRAFT)'
release = '2023-01-18'

# Documentation version: major + release date
doc_version = 'v' + version + ' rev. ' + release
Expand Down Expand Up @@ -107,7 +107,7 @@
config=jsfh_config)

# Mark as draft, disable for releases
sphinxmark_enable = True
sphinxmark_enable = False

# Sphinxmark options, 'document' is the div for the RTD theme body
sphinxmark_div = 'document'
2 changes: 1 addition & 1 deletion fdsn-reserved.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of FDSN extra headers.

The FDSN reserved headers are defined and documented in `JSON Schema <http://json-schema.org/>`_.

Download the `FDSN Extra Header schema v1.0 <https://raw.githubusercontent.com/iris-edu/miniSEED3/main/extra-headers/ExtraHeaders-FDSN-v1.0.schema-2023-07.json>`_.
Download the `FDSN Extra Header schema v1.0 <https://raw.githubusercontent.com/FDSN/miniSEED3/main/extra-headers/ExtraHeaders-FDSN-v1.0.schema-2023-07.json>`_.

The documentation and schema of these headers may be browsed here:

Expand Down
10 changes: 5 additions & 5 deletions software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ the miniSEED format.
Validation
----------

The `mseed3-utils <https://github.com/iris-edu/mseed3-utils>`_ project includes the following programs:
The `mseed3-utils <https://github.com/EarthScope/mseed3-utils>`_ project includes the following programs:

- mseed3-validator - a validator for the miniSEED 3 formatted files
- mseed2text - convert miniSEED 3 format to a text representation
- mseed2json - convert miniSEED 3 format to a JSON representation

Download `mseed3-utils releases <https://github.com/iris-edu/mseed3-utils/releases>`_
Download `mseed3-utils releases <https://github.com/EarthScope/mseed3-utils/releases>`_

mseedconvert
------------

The `mseedconvert <https://github.com/iris-edu/mseedconvert>`_ program
The `mseedconvert <https://github.com/EarthScope/mseedconvert>`_ program
converts miniSEED between versions and data encodings.

Download `mseedconvert releases <https://github.com/iris-edu/mseedconvert/releases>`_
Download `mseedconvert releases <https://github.com/EarthScope/mseedconvert/releases>`_

libmseed
--------

A general library (C language) for reading and writing miniSEED. Release versions 3.x support both
this specification and version 2 of the format.

Download `libmseed releases <https://github.com/iris-edu/libmseed/releases>`_
Download `libmseed releases <https://github.com/EarthScope/libmseed/releases>`_

0 comments on commit aa534fc

Please sign in to comment.