Skip to content

Commit

Permalink
clean documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Apr 19, 2024
1 parent 0051c7c commit 2303e11
Show file tree
Hide file tree
Showing 138 changed files with 267 additions and 10,416 deletions.
16 changes: 15 additions & 1 deletion .github/actions/build_package/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: build_package
description: build package and uploads as artifact

Expand Down
16 changes: 15 additions & 1 deletion .github/actions/install_ubuntu_head/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: install_ubuntu_head
description: installs headless setup for ubuntu

Expand Down
16 changes: 15 additions & 1 deletion .github/actions/setup_test/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: setup test
description: download package install and install test environment

Expand Down
16 changes: 15 additions & 1 deletion .github/actions/setup_test_cov/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: setup test coverage
description: download package install and install test environment for coverage

Expand Down
22 changes: 14 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
############################################################
# -*- coding: utf-8 -*-
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: "CodeQL"

on:
Expand Down
50 changes: 50 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
############################################################
# -*- coding: utf-8 -*-
#
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: documentation

on: [push, pull_request, workflow_dispatch]

permissions:
contents: write

jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme alabaster rst2pdf sphinx-copybutton
- name: Sphinx build
run: |
sphinx-build doc doc/build
- name: check files
run: |
ls -la
ls -la doc/build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build
force_orphan: true
16 changes: 14 additions & 2 deletions .github/workflows/issues_stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for running the unit test of the mountwizzard4 package
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v0.1, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: 'Close stale issues and PRs'

on:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/test_scripts_aarch64_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for checking the installation of MW4 through scripts
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v 1.0, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: test_scripts_aarch64_pypi

concurrency:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/test_scripts_packages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for checking the installation of mountwizzard4 packages
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v 1.0, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: test_scripts_packages

concurrency:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/test_scripts_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for checking the installation of MW4 through scripts
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v 1.0, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: test_scripts_pypi

concurrency:
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/unit_macOS.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: unit_macOS
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/unit_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.0, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: unit_ubuntu
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/unit_win.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# v1.1, Michael Wuertenberger
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: unit_win

concurrency:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/wheels_20_p38.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for running the unit test of the mountwizzard4 package
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v0.1, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: wheels_20_38

concurrency:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/wheels_22_p310.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for running the unit test of the mountwizzard4 package
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v0.1, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: wheels_22_310

concurrency:
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/wheels_22_p39.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
############################################################
# -*- coding: utf-8 -*-
#
# GitHub actions for running the unit test of the mountwizzard4 package
# # # # # # #
# ## ## # ## # #
# # # # # # # # # # #
# # ## # ## ## ######
# # # # # # #
#
# v0.1, Michael Wuertenberger
# Python-based Tool for interaction with the 10micron mounts
# GUI with PyQT5 for python3
#
# written in python3, (c) 2019-2024 by mworion
# Licence APL2.0
#
###########################################################

name: wheels_22_39

concurrency:
Expand Down
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Empty file removed docs/.nojekyll
Empty file.
Binary file removed docs/_images/first_run.png
Binary file not shown.
Binary file removed docs/_images/information.png
Binary file not shown.
Binary file removed docs/_images/mac_1.png
Binary file not shown.
Binary file removed docs/_images/mac_2.png
Binary file not shown.
Binary file removed docs/_images/mac_3.png
Binary file not shown.
Binary file removed docs/_images/mountSettlingTime.png
Binary file not shown.
Binary file removed docs/_images/overview.png
Binary file not shown.
Binary file removed docs/_images/python_win_path.png
Binary file not shown.
Binary file removed docs/_images/rpi3_python37.png
Binary file not shown.
Binary file removed docs/_images/rpi3_rlancaste.png
Binary file not shown.
Binary file removed docs/_images/rpi3_running.png
Binary file not shown.
Binary file removed docs/_images/sat2_altitude.png
Binary file not shown.
Binary file removed docs/_images/sat2_azimuth.png
Binary file not shown.
Binary file removed docs/_images/sat2_dec.png
Binary file not shown.
Binary file removed docs/_images/sat2_ra.png
Binary file not shown.
Binary file removed docs/_images/sat2_track.png
Binary file not shown.
Binary file removed docs/_images/sat_altitude.png
Binary file not shown.
Binary file removed docs/_images/sat_azimuth.png
Binary file not shown.
Binary file removed docs/_images/sat_dec.png
Binary file not shown.
Binary file removed docs/_images/sat_ra.png
Binary file not shown.
Binary file removed docs/_images/sat_track.png
Binary file not shown.
Binary file removed docs/_images/scale_1_5.png
Binary file not shown.
Binary file removed docs/_images/scale_dpi48.png
Binary file not shown.
Binary file removed docs/_images/scale_normal.png
Binary file not shown.
Binary file removed docs/_images/scripts.png
Binary file not shown.
Binary file removed docs/_images/setup.png
Diff not rendered.
Binary file removed docs/_images/time.png
Diff not rendered.
Binary file removed docs/_images/ubuntu_setup.png
Diff not rendered.
Binary file removed docs/_images/update1.png
Diff not rendered.
Binary file removed docs/_images/update2.png
Diff not rendered.
Binary file removed docs/_images/update3.png
Diff not rendered.
Binary file removed docs/_images/update4.png
Diff not rendered.
Binary file removed docs/_images/versions.png
Diff not rendered.
Binary file removed docs/_images/waitingTime.png
Diff not rendered.
Binary file removed docs/_images/win_1.png
Diff not rendered.
Binary file removed docs/_images/win_2.png
Diff not rendered.
Binary file removed docs/_images/win_3.png
Diff not rendered.
Binary file removed docs/_images/win_a.png
Diff not rendered.
Binary file removed docs/_images/win_b.png
Diff not rendered.
Loading

0 comments on commit 2303e11

Please sign in to comment.