Various sponsorship branding updates

This commit is contained in:
Peter Williams 2023-10-24 09:01:50 -04:00
Родитель 4049b77e10
Коммит acfb6e5d2c
6 изменённых файлов: 31 добавлений и 15 удалений

Просмотреть файл

@ -9,9 +9,25 @@
various XML serialization formats used by [WorldWide Telescope].
[wwt_data_formats]: https://wwt-data-formats.readthedocs.io/
[WorldWide Telescope]: http://www.worldwidetelescope.org/
[WorldWide Telescope]: https://worldwidetelescope.org/
<!--pypi-end-->
[//]: # (numfocus-fiscal-sponsor-attribution)
The WorldWide Telescope project uses an [open governance
model](https://worldwidetelescope.org/about/governance/) and is fiscally
sponsored by [NumFOCUS](https://numfocus.org/). Consider making a
[tax-deductible donation](https://numfocus.org/donate-for-worldwide-telescope)
to help the project pay for developer time, professional services, travel,
workshops, and a variety of other needs.
<div align="center">
<a href="https://numfocus.org/donate-for-worldwide-telescope">
<img height="60px"
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png">
</a>
</div>
## Installation

Просмотреть файл

@ -29,7 +29,7 @@
// Subset of HTML allowed here:
description: 'wwt_data_formats is a low-level Python package that interfaces \
with the various XML serialization formats used by AAS WorldWide Telescope. Learn more \
with the various XML serialization formats used by WorldWide Telescope. Learn more \
at <a href="https://wwt-data-formats.readthedocs.io/">the wwt_data_formats website</a>.',
access_right: 'open',
@ -45,10 +45,10 @@ at <a href="https://wwt-data-formats.readthedocs.io/">the wwt_data_formats websi
// Keywords use an uncontrolled vocabulary (and so are of limited usefulness):
keywords: [
'AAS WorldWide Telescope',
'Astronomy',
'Python',
'Visualization',
'WorldWide Telescope',
],
},
}

Просмотреть файл

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
project = "wwt_data_formats"
author = "The AAS WorldWide Telescope Team"
copyright = "2019-2020 the .NET Foundation"
author = "The WorldWide Telescope Team"
copyright = "2019-2023 the .NET Foundation"
release = "0.dev0" # cranko project-version
version = ".".join(release.split(".")[:2])

Просмотреть файл

@ -4,7 +4,7 @@
WWT Image Sets
==============
Images in the AAS WorldWide Telescope can come in a variety of formats:
Images in WorldWide Telescope can come in a variety of formats:
- Standard bitmapped images like PNG or JPG files
- Scientific data in FITS files

Просмотреть файл

@ -3,13 +3,12 @@ AAS WorldWide Telescope Data Formats
====================================
`wwt_data_formats`_ is a low-level Python package that interfaces with the
various XML serialization formats used by the AAS_ `WorldWide Telescope`_. The
various XML serialization formats used by `WorldWide Telescope`_. The
documentation of this package aims to provide a comprehensive reference for
these data formats.
.. _wwt_data_formats: https://wwt-data-formats.readthedocs.io/
.. _AAS: https://aas.org/
.. _WorldWide Telescope: http://www.worldwidetelescope.org/home
.. _WorldWide Telescope: https://worldwidetelescope.org/home
The core data formats documented here are:
@ -61,16 +60,17 @@ issue `on its GitHub repository
Acknowledgments
===============
`wwt_data_formats`_ is part of the `AAS`_ `WorldWide Telescope`_ system, a
`.NET Foundation`_ project managed by the non-profit `American Astronomical
Society`_ (AAS). Work on WWT has been supported by the AAS, the US `National
Science Foundation`_ (grants 1550701_ and 1642446_), the `Gordon and Betty
Moore Foundation`_, and `Microsoft`_.
`wwt_data_formats`_ is part of the `WorldWide Telescope`_ system, a `.NET
Foundation`_ project. Work on WWT has been supported by the `American
Astronomical Society`_ (AAS), the US `National Science Foundation`_ (grants
1550701_, 1642446_, and 2004840_), the `Gordon and Betty Moore Foundation`_, and
`Microsoft`_.
.. _.NET Foundation: https://dotnetfoundation.org/
.. _American Astronomical Society: https://aas.org/
.. _National Science Foundation: https://www.nsf.gov/
.. _1550701: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1550701
.. _1642446: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1642446
.. _2004840: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004840
.. _Gordon and Betty Moore Foundation: https://www.moore.org/
.. _Microsoft: https://www.microsoft.com/

Просмотреть файл

@ -1,5 +1,5 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright 2022 the AAS WorldWide Telescope project
# Copyright 2022 the WorldWide Telescope project
# Licensed under the MIT License.
from .. import cli