Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
FEAT: modernize README (#1543)
Browse files Browse the repository at this point in the history
The goal of this pull-request is to fix #610. However, I decided to go
one step further and update as much as possible our `README.md` file by:

- [x] Using the `svg` logo as the banner image for the repository. It
appears now as a centered image.
- [x] Transpose the metadata table and add a `Maintainers` header
pointing to a new `AUTHORS.md` file.
- [x] Replace the molniya plot by a nice collage of examples.
- [x] Enhanced the installation guide with a table covering conda, pypi
and source installation.
- [x] Add a table in the `Examples, background and talks` pointing to
our talks in conferences.
- [x] Updated license copyright years. 

Everything is pure markdown, which esures that PyPI will render
properly. Please, take a look to:

https://github.com/jorgepiloto/poliastro/tree/fix/molniya-plot

Before I fix the link to the image for the collage of examples when
merging.
  • Loading branch information
jorgepiloto authored Feb 18, 2023
2 parents dc22808 a6b9e62 commit 6e52a7c
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 137 deletions.
11 changes: 11 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 1,11 @@
# Authors

Originally devised and implemented by [Juan Luis Cano Rodríguez](mailto:[email protected]).


# Maintainers

poliastro is maintained thanks to:

* [Juan Luis Cano Rodríguez](mailto:[email protected])
* [Jorge Martinez Garrido](mailto:[email protected])
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2021 Juan Luis Cano Rodríguez and the poliastro development team
Copyright (c) 2012 Juan Luis Cano Rodríguez, Jorge Martínez Garrido, and the poliastro development team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
330 changes: 194 additions & 136 deletions README.md

Large diffs are not rendered by default.

Binary file added docs/source/_static/examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/logo_readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/molniya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/examples/molniya.png
Binary file not shown.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 14,10 @@ license = {file = "COPYING"}
authors = [
{name = "Juan Luis Cano Rodríguez", email = "[email protected]"}
]
maintainers = [
{name = "Juan Luis Cano Rodríguez", email = "[email protected]"},
{name = "Jorge Martinez Garrido", email = "[email protected]"}
]
keywords = [
"aero",
"aerospace",
Expand Down

0 comments on commit 6e52a7c

Please sign in to comment.