Skip to content

Commit

Permalink
Merge pull request #71 from weaverba137/citation
Browse files Browse the repository at this point in the history
Citation and RTD updates
  • Loading branch information
weaverba137 committed Jun 21, 2023
2 parents b32e9e4 + acf25b3 commit 941c692
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Benjamin Alan Weaver <benjamin.weaver@noirlab.edu> <baweaver@lbl.gov>
Benjamin Alan Weaver <benjamin.weaver@noirlab.edu> <benjamin.weaver@nyu.edu>
Benjamin Alan Weaver <benjamin.weaver@noirlab.edu> <bweaver@ln000.(none)>
Benjamin Alan Weaver <benjamin.weaver@noirlab.edu> <weaverba137@users.noreply.github.com>
11 changes: 10 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@
version: 2

build:
os: ubuntu-22.04
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
pre_install:
- git update-index --assume-unchanged docs/conf.py docs/rtd_environment.yaml

conda:
environment: docs/rtd_environment.yaml

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

# Optionally declare the Python requirements required to build your docs
python:
system_packages: false
install:
- method: pip
path: .
Expand Down
39 changes: 39 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Weaver
given-names: "Benjamin Alan"
- family-names: Robitaille
given-names: "Thomas P."
orcid: "https://orcid.org/0000-0002-8642-1329"
- family-names: Tollerud
given-names: Erik
orcid: "https://orcid.org/0000-0002-9599-310X"
- family-names: "Sánchez-Gallego"
given-names: José
- family-names: Deil
given-names: Christoph
- family-names: Barbary
given-names: Kyle
orcid: "https://orcid.org/0000-0002-2532-3696"
- family-names: Sipőcz
given-names: "Brigitta M."
orcid: "https://orcid.org/0000-0002-3713-6337"
- family-names: Bradley
given-names: Larry
orcid: "https://orcid.org/0000-0002-7908-9284"
- family-names: Craig
given-names: "Matthew W."
orcid: "https://orcid.org/0000-0001-7988-8919"
- family-names: Macleod
given-names: Duncan
title: "weaverba137/pydl: Last Python 2 Release"
version: 0.7.0
doi: 10.5281/zenodo.2575873
date-released: "2019-02-22"
repository-code: "https://github.com/weaverba137/pydl"
license: BSD-3-Clause
identifiers:
- description: "Version 0.7.0 of PyDL"
type: doi
value: 10.5281/zenodo.2575874
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2020, Benjamin Alan Weaver <baweaver@lbl.gov>
Copyright (c) 2010-2023, Benjamin Alan Weaver <benjamin.weaver@noirlab.edu>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.rst
# include CHANGES.rst
include CITATION.cff
include setup.cfg
include LICENSE.rst
include pyproject.toml
Expand Down
8 changes: 8 additions & 0 deletions docs/rtd_environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: rtd311
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- graphviz

0 comments on commit 941c692

Please sign in to comment.