+Structure
+
-The **Astrodynamics** library exhibits the following structure:
+The library exhibits the following structure:
```txt
├── Trajectory
@@ -132,12 +141,8 @@ The **Astrodynamics** library exhibits the following structure:
└── State Profile
```
-## Documentation
-
-Documentation is available here:
-
-- [C++](https://open-space-collective.github.io/open-space-toolkit-astrodynamics)
-- [Python](./bindings/python/docs)
+
+
## Tutorials
@@ -197,16 +202,16 @@ Or to run them manually:
## Dependencies
-| Name | Version | License | Link |
-|-------------|---------|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
-| Boost | 1.69.0 | Boost Software License | [boost.org](https://www.boost.org) |
-| Eigen | 3.3.7 | MPL2 | [eigen.tuxfamily.org](http://eigen.tuxfamily.org/index.php) |
-| SGP4 | master | Apache License 2.0 | [github.com/dnwrnr/sgp4](https://github.com/dnwrnr/sgp4) |
-| NLopt | master | LGPL | [github.com/stevengj/nlopt](https://github.com/stevengj/nlopt) |
-| Core | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-core](https://github.com/open-space-collective/open-space-toolkit-core) |
-| I/O | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-io](https://github.com/open-space-collective/open-space-toolkit-io) |
-| Mathematics | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-mathematics](https://github.com/open-space-collective/open-space-toolkit-mathematics) |
-| Physics | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-astrodynamics](https://github.com/open-space-collective/open-space-toolkit-astrodynamics) |
+| Name | Version | License | Link |
+| ----------- | ------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
+| Boost | 1.69.0 | Boost Software License | [boost.org](https://www.boost.org) |
+| Eigen | 3.3.7 | MPL2 | [eigen.tuxfamily.org](http://eigen.tuxfamily.org/index.php) |
+| SGP4 | master | Apache License 2.0 | [github.com/dnwrnr/sgp4](https://github.com/dnwrnr/sgp4) |
+| NLopt | master | LGPL | [github.com/stevengj/nlopt](https://github.com/stevengj/nlopt) |
+| Core | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-core](https://github.com/open-space-collective/open-space-toolkit-core) |
+| I/O | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-io](https://github.com/open-space-collective/open-space-toolkit-io) |
+| Mathematics | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-mathematics](https://github.com/open-space-collective/open-space-toolkit-mathematics) |
+| Physics | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-astrodynamics](https://github.com/open-space-collective/open-space-toolkit-astrodynamics) |
## Contribution
diff --git a/binder/postBuild b/binder/postBuild
deleted file mode 100755
index 5aa43144c..000000000
--- a/binder/postBuild
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-################################################################################################################################################################
-
-# @project Open Space Toolkit ▸ Astrodynamics
-# @file binder/postBuild
-# @author Lucas Brémond