Skip to content

Commit 7aaf4fb

Browse files
authored
Merge pull request #1 from lsst-dm/tickets/SP-1923
SP-1923: reorganize repo and fix initial build failures
2 parents 91b8424 + d462d19 commit 7aaf4fb

File tree

20 files changed

+44
-59
lines changed

20 files changed

+44
-59
lines changed

.github/CODE_OF_CONDUCT

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,6 @@ jobs:
8282
# tox-envs: "docs,docs-linkcheck"
8383
tox-plugins: tox-uv
8484

85-
# Only attempt documentation uploads for tagged releases and pull
86-
# requests from ticket branches in the same repository. This avoids
87-
# version clutter in the docs and failures when a PR doesn't have access
88-
# to secrets.
89-
- name: Upload to LSST the Docs
90-
uses: lsst-sqre/ltd-upload@v1
91-
with:
92-
project: "rubin_rag"
93-
dir: "docs/_build/html"
94-
username: ${{ secrets.LTD_USERNAME }}
95-
password: ${{ secrets.LTD_PASSWORD }}
96-
if: >
97-
github.event_name != 'merge_group'
98-
&& (github.event_name != 'pull_request'
99-
|| startsWith(github.head_ref, 'tickets/'))
100-
10185
test-packaging:
10286

10387
name: Test packaging

.ts_pre_commit_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
check-yaml: true
2+
check-xml: true
3+
black: true
4+
flake8: true
5+
isort: true
6+
mypy: true

COPYRIGHT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright 2023 Association of Universities for Research in Astronomy, Inc. (AURA)
2+
Copyright 2023 The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
:og:description: Comprehensive API documentation for rubinrag.
1+
:og:description: Comprehensive API documentation for rubin.rag.
22

33
####################
44
Python API reference
55
####################
66

7-
.. automodapi:: rubinrag
7+
.. automodapi:: rubin.rag
88
:include-all-objects:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)