generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mcdittmar/master
PR-2020-03-10: Transfer from Volute space. No further check required
- Loading branch information
Showing
38 changed files
with
7,751 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# This file generated from a template file maintained in the ivoatex repository. | ||
# To create and install it into a project repository, do: | ||
# make github-preview | ||
# git commit | ||
# git push | ||
# | ||
name: Check the IVOA document | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
working-directory: doc | ||
|
||
env: | ||
doc_name: Coordinates | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Checkout the repository | ||
uses: actions/checkout@v1 | ||
with: | ||
submodules: true | ||
|
||
- name: Setup dependencies | ||
run: | | ||
sudo apt update | ||
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super | ||
- name: Build the document | ||
run: make | ||
|
||
- name: Check the output | ||
run: | | ||
test -f ${{ env.doc_name }}.pdf | ||
test -f ${{ env.doc_name }}.bbl | ||
- name: Keep the PDF artefact | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: PDF Preview | ||
path: doc/${{ env.doc_name }}.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# This file generated from a template file maintained in the ivoatex repository. | ||
# To create and install it into a project repository, do: | ||
# make github-preview | ||
# git commit | ||
# git push | ||
# | ||
name: Update PDF Preview | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
working-directory: doc | ||
|
||
env: | ||
doc_name: Coordinates | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- 'doc/**' | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Checkout the repository | ||
uses: actions/checkout@v1 | ||
with: | ||
submodules: true | ||
|
||
- name: Setup dependencies | ||
run: | | ||
sudo apt update | ||
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super | ||
sudo snap install pdftk | ||
- name: Build the document | ||
run: make ${{ env.doc_name }}-draft.pdf | ||
|
||
- name: Check the output | ||
run: | | ||
test -f ${{ env.doc_name }}-draft.pdf | ||
test -f ${{ env.doc_name }}.bbl | ||
- name: Move the auto-pdf-preview tag | ||
uses: weareyipyip/walking-tag-action@v2 | ||
with: | ||
tag-name: auto-pdf-preview | ||
tag-message: | | ||
Last commit taken into account for the automatically updated PDF preview of this IVOA document. | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Update the PDF preview | ||
uses: Xotl/cool-github-releases@v1 | ||
with: | ||
mode: update | ||
isPrerelease: true | ||
tag_name: auto-pdf-preview | ||
release_name: "Auto PDF Preview" | ||
body_mrkdwn: | | ||
This release aims to provide a PDF preview of the last commit applied on this repository. | ||
It will be updated automatically after each merge of a PullRequest. | ||
**DO NOT PUBLISH THIS PRE-RELEASE!**" | ||
_Corresponding commit: ${{ github.sha }}_ | ||
assets: doc/${{ env.doc_name }}-draft.pdf | ||
replace_assets: true | ||
github_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Project specific excludes | ||
# | ||
# | ||
# Binaries | ||
|
||
# vo-dml products | ||
*.cmap | ||
*.svrlt | ||
*.gvd | ||
*.validation-report.txt | ||
|
||
# OS | ||
.DS_Store | ||
|
||
# Misc | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "doc/ivoatex"] | ||
path = doc/ivoatex | ||
url = https://github.com/ivoa-std/ivoatex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
# doc-template | ||
document template | ||
[![Update PDF Preview](https://github.com/mcdittmar/CoordinateDM/actions/workflows/preview.yml/badge.svg)](https://github.com/mcdittmar/CoordinateDM/actions/workflows/preview.yml) | ||
[![PDF-Preview](https://img.shields.io/badge/PDF-Preview-blue)](https://github.com/mcdittmar/CoordinateDM/releases/download/auto-pdf-preview/Coordinates-draft.pdf) | ||
|
||
# What is it? | ||
IVOA Data Model for Astronomical Coordinates and Systems, covering the following concepts: | ||
|
||
• Coordinates: | ||
|
||
• Coordinate Systems: | ||
|
||
• Coordinate Frames: | ||
|
||
• Coordinate Spaces: | ||
|
||
|
||
# Status | ||
Latest stable version is [WD-1.0](https://www.ivoa.net/documents/Coords/20200310/index.html) | ||
|
||
|
||
# License | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> | ||
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> | ||
<br /> | ||
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> | ||
Creative Commons Attribution-ShareAlike 4.0 International License</a>. | ||
|
||
Creative Commons Attribution-ShareAlike 4.0 International License</a>. |
Oops, something went wrong.