-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Refinements and improvements
- Loading branch information
Showing
10 changed files
with
190 additions
and
29 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
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
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,20 @@ | ||
# Backlog | ||
|
||
Various todo items. | ||
|
||
## Iteration +1 | ||
- Add kudos | ||
- Translate handbook into English | ||
- Nachbau: https://imkerei-pell.at/2019/12/01/hanimandl/ | ||
- Nachbau: | ||
- https://gartenhonig.jimdo.com/2020/07/17/hani-mandl/ | ||
- https://gartenhonig.jimdo.com/2020/10/22/hani-mandl-reloaded/ | ||
- Nachbau: https://www.youtube.com/watch?v=9SggDLuaH_k | ||
- Fork: https://github.com/ImkereiWetzel/hani-mandl | ||
- Fork: https://hanimandl.de/ | ||
- https://www.bayerwaldimker.de/imkereibedarf/honigabf%C3%BCller/ | ||
- Handbuch: https://www.bayerwaldimker.de/app/download/14574809278/Anleitung_v1.0.pdf?t=1704317396 | ||
- Videos: https://www.bayerwaldimker.de/imkereibedarf/honigabf%C3%BCller/hanimandl-videos/ | ||
- Fork: https://github.com/RolandRust/HaniMandlWroom | ||
- Surrogate/placeholder for https://github.com/hiveeyes/hanimandl/blob/main/hani-mandl.ino | ||
- https://wokwi.com/projects/372863315993780225 |
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
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
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,3 +1,3 @@ | ||
# HaniMandl Handbook | ||
# Handbook [en] | ||
|
||
Todo. In the meanwhile, see the [HaniMandl Handbuch](handbook-de.md). | ||
Todo. In the meanwhile, see the [](handbook-de.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Hardware | ||
|
||
There are multiple variants of the HaniMandl hardware. | ||
See [Hardware model and design files]. | ||
|
||
|
||
[Hardware model and design files]: https://github.com/hiveeyes/hanimandl-hardware |
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,8 +1,58 @@ | ||
# Welcome to HaniMandl | ||
|
||
![PlatformIO CI](https://github.com/hiveeyes/hanimandl/workflows/PlatformIO%20CI/badge.svg) | ||
![Documentation](https://readthedocs.org/projects/hanimandl/badge/) | ||
![Version](https://img.shields.io/github/v/tag/hiveeyes/hanimandl.svg) | ||
|
||
[de] Ein halbautomatischer Honig-Abfüll-Roboter. | ||
<br/> | ||
[en] A semi-automatic honey filling robot. | ||
|
||
![image](https://community.hiveeyes.org/uploads/default/optimized/2X/4/4cab90a77589485ebf0a2629a05b222a7cf9c84d_2_1380x776.jpeg) | ||
|
||
## Documentation | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
handbook-de | ||
handbook-en | ||
hardware | ||
sandbox | ||
``` | ||
|
||
|
||
## Software and Hardware | ||
|
||
- [Firmware source code repository] | ||
- [Hardware model and design files] | ||
|
||
|
||
## Community | ||
|
||
- [Discussion forum at Hiveeyes] | ||
|
||
[de] Viele weitere Informationen, Anleitungen und Handreichungen zum Nachbau des HaniMandl. | ||
<br/> | ||
[en] Lots more information, instructions and handouts for rebuilding the HaniMandl. | ||
|
||
- [Facebook group »Imkerei und Technik. Eigenbau«] | ||
|
||
[de] Weitere Diskussionen über Code, Infos zur Hardware, Fotos, und Videos. | ||
<br/> | ||
[en] More discussions about code, hardware info, photos, and videos. | ||
|
||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:hidden: | ||
backlog | ||
``` | ||
|
||
|
||
[Discussion forum at Hiveeyes]: https://community.hiveeyes.org/t/hanimandl-halbautomatischer-honig-abfull-roboter/768 | ||
[Facebook group »Imkerei und Technik. Eigenbau«]: https://www.facebook.com/groups/139671009967454 | ||
[Firmware source code repository]: https://github.com/hiveeyes/hanimandl | ||
[HaniMandl Documentation]: https://hanimandl.readthedocs.io/ | ||
[Hardware model and design files]: https://github.com/hiveeyes/hanimandl-hardware |
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,3 +1,4 @@ | ||
furo==2024.1.29 | ||
myst-parser>=2,<3 | ||
myst-parser[linkify]>=2,<3 | ||
sphinx>=7,<7.3 | ||
sphinx-copybutton>=0.3.1,<1 |
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,20 @@ | ||
# Sandbox | ||
|
||
This documentation section outlines how to set up and operate | ||
the development sandbox. | ||
|
||
## Acquire Sources | ||
```shell | ||
git clone https://github.com/hiveeyes/hanimandl | ||
cd hanimandl | ||
``` | ||
|
||
## Build Firmware | ||
```shell | ||
make build | ||
``` | ||
|
||
## Build Documentation | ||
```shell | ||
make docs | ||
``` |