Skip to content

Commit

Permalink
Merge pull request #1 from lsst-sitcom/tickets/DM-47216
Browse files Browse the repository at this point in the history
Tickets/DM-47216: WET-007 analysis of lsstCam simulated data
  • Loading branch information
suberlak authored Nov 20, 2024
2 parents c160e00 + 2563100 commit 20118cf
Show file tree
Hide file tree
Showing 7 changed files with 1,596 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
call-workflow:
uses: lsst-sqre/rubin-sphinx-technote-workflows/.github/workflows/ci.yaml@v1
with:
apt_packages: 'pandoc'
handle: sitcomtn-144
secrets:
ltd_username: ${{ secrets.LTD_USERNAME }}
Expand Down
5 changes: 5 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
# https://documenteer.lsst.io/technotes/

from documenteer.conf.technote import * # noqa F401 F403
extensions += ['nbsphinx']
# Assume notebook is pre-computed; we don't have the LSST Pipelines on Travis.
nbsphinx_execute = 'never'

nb_execution_mode = "off"
1,585 changes: 1,585 additions & 0 deletions index.ipynb

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions index.rst

This file was deleted.

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
documenteer[technote]>=1.0.0a10
nbsphinx
pandoc
2 changes: 1 addition & 1 deletion technote.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ organization.ror = "https://ror.org/048g3cy84"
license.id = "CC-BY-4.0"

[technote.status]
state = "draft"
state = "stable"

[[technote.authors]]
name.given = "Chris"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ deps =

[testenv:html]
commands =
sphinx-build --keep-going -n -W -T -b html -d _build/doctrees . _build/html
sphinx-build --keep-going -n -T -b html -d _build/doctrees . _build/html

[testenv:linkcheck]
commands =
sphinx-build --keep-going -n -W -T -b linkcheck -d _build/doctrees . _build/linkcheck
sphinx-build --keep-going -n -T -b linkcheck -d _build/doctrees . _build/linkcheck

[testenv:lint]
deps = pre-commit
Expand Down

0 comments on commit 20118cf

Please sign in to comment.