Skip to content

Commit 2506ac9

Browse files
authored
Merge pull request #162 from aidotse/release
Finalizing Release 0.1.3
2 parents 3156aa9 + de801ac commit 2506ac9

File tree

8 files changed

+15
-29
lines changed

8 files changed

+15
-29
lines changed

README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -802,14 +802,7 @@ The local device is illustrated with white text.
802802
In the upper-right corner, the status of the communication link between each spacecraft is shown.
803803
Finally, the time in the lower left and lower right corners corresponds to the epoch and the PASEOS local simulation time.
804804

805-
<p align="center">
806-
<a href="https://github.com/aidotse/PASEOS/">
807-
<img src="resources/images/animation.png" alt="Scheme" width="910" height="459">
808-
</a>
809-
<p align="center">
810-
Snapshot of PASEOS visualization
811-
</p>
812-
</p>
805+
![Alt Text](resources/images/animation.png)
813806

814807
#### Monitoring Simulation Status
815808

@@ -844,23 +837,8 @@ paseos_instance.save_status_log_csv("output.csv")
844837

845838
## System Design of PASEOS
846839

847-
<p align="center">
848-
<a href="https://github.com/aidotse/PASEOS/">
849-
<img src="resources/images/datastructure.svg" alt="Scheme" width="910" height="459">
850-
</a>
851-
<p align="center">
852-
Description of PASEOS data structure
853-
</p>
854-
</p>
855-
856-
<p align="center">
857-
<a href="https://github.com/aidotse/PASEOS/">
858-
<img src="resources/images/flowchart.svg" alt="Scheme" width="910" height="459">
859-
</a>
860-
<p align="center">
861-
Description of PASEOS workflow on an individual device
862-
</p>
863-
</p>
840+
![Alt Text](resources/images/datastructure.svg)
841+
![Alt Text](resources/images/flowchart.svg)
864842

865843
## Glossary
866844

@@ -898,7 +876,7 @@ paseos_instance.save_status_log_csv("output.csv")
898876
An on-termination function is an asynchronous function that can be used by the PASEOS user to specify some operations to be executed on termination of the predefined PASEOS user's activity.
899877

900878
- ### SpacecraftActor
901-
PASEOS [actor](actor) emulating a spacecraft or a satellite.
879+
PASEOS [actor](#actor) emulating a spacecraft or a satellite.
902880

903881
## Contributing
904882

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Pablo Gómez, Gabriele Meoni, Johan Östman, Vinutha Magal Shreenath"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "v0.1.2"
30+
release = "v0.1.3"
3131

3232

3333
# -- General configuration ---------------------------------------------------
@@ -59,7 +59,7 @@
5959

6060
html_theme = "sphinx_rtd_theme"
6161

62-
html_logo = "logo.jpg"
62+
# html_logo = "logo.jpg"
6363

6464
html_theme_options = {
6565
"logo_only": True,
107 KB
Loading
527 KB
Loading

docs/source/resources/images/datastructure.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/source/resources/images/flowchart.svg

Lines changed: 4 additions & 0 deletions
Loading
1.35 MB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="paseos",
6-
version="0.1.2",
6+
version="0.1.3",
77
description="A package which simulates the space environment for operating multiple spacecraft.",
88
long_description=open("README.md").read(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)