-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
174 additions
and
276 deletions.
There are no files selected for viewing
Empty file.
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,20 +1,43 @@ | ||
This site contains the project documentation for the | ||
**HAlpha** project that is a project realised from civil service employees at the PMOD/WRC in Davos, Switzerland. | ||
![Image title](layout/images/fits_logo.png#only-light) | ||
![Image title](layout/images/fits_logo_dark.png#only-dark) | ||
|
||
## Table Of Contents | ||
[![CI - Test](https://img.shields.io/github/actions/workflow/status/pmodwrc/fits2db/unit_test.yml?branch=main)](https://github.com/pmodwrc/fits2db/blob/main/.github/workflows/unit_test.yml) [![codecov](https://codecov.io/github/pmodwrc/fits2db/graph/badge.svg?token=92UPKXEOIH)](https://codecov.io/github/pmodwrc/fits2db) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) | ||
[![PyPI Latest Release](https://img.shields.io/pypi/v/fits2db.svg)](https://pypi.org/project/fits2db/) [![PyPI Downloads](https://img.shields.io/pypi/dm/fits2db.svg?label=PyPI%20downloads)](https://pypi.org/project/fits2db/) | ||
|
||
The documentation is split up in 5 different parts. Use this to locate your deswired part of the project and start looking at the different pages. | ||
|
||
1. [Overview](overview.md) | ||
2. [Installation Guide](installation-guide/overview.md) | ||
3. [How-To Guides](how-to-guides/how-to-guide-livestream.md) | ||
4. [Reference](reference/cameracontrol.md) | ||
5. [Hardware](hardware.md) | ||
<div class="grid cards" markdown> | ||
|
||
- :material-clock-fast:{ .lg .middle } __Set up in 1 minute__ | ||
|
||
## Acknowledgements | ||
--- | ||
|
||
I want to thank my house plants for providing me with | ||
a negligible amount of oxygen each day. Also, I want | ||
to thank the sun for providing more than half of their | ||
nourishment free of charge. | ||
Install [`fits2db`](#) with [`pip`](/user-guide/installation) and get up | ||
and running in minutes | ||
|
||
[:octicons-arrow-right-24: Getting started](/user-guide/overview) | ||
|
||
- :material-account-hard-hat-outline:{ .lg .middle } __Contribute__ | ||
|
||
--- | ||
|
||
Are you missing something or found a bug? | ||
|
||
[:octicons-arrow-right-24: Contribute](/contribution/contribution) | ||
|
||
- :material-abacus:{ .lg .middle } __Focus on your data__ | ||
|
||
--- | ||
|
||
You're tired of managing hundrets of fits files on your computer? Read about why this project is for you! | ||
|
||
[:octicons-arrow-right-24: About this project](/user-guide/about-us) | ||
|
||
- :material-scale-balance:{ .lg .middle } __Open Source, Apache License 2.0__ | ||
|
||
--- | ||
|
||
fits2db is licensed under Apache License 2.0 and available on [GitHub](https://github.com/pmodwrc/fits2db/blob/main/LICENSE) | ||
|
||
[:octicons-arrow-right-24: LICENSE](https://github.com/pmodwrc/fits2db/blob/main/LICENSE) | ||
|
||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,2 @@ | ||
# About fits2db | ||
Why is this project existing and if it is for you or not. |
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 @@ | ||
# fits2db examples |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
docs/installation-guide/installation.md → docs/user-guide/installation.md
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
Oops, something went wrong.