Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation update for v0.10 #26

Merged
merged 36 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
541d871
Doc WIP
jeandet Nov 4, 2021
34ed161
[Documentation] Rewrite in progress
jeandet Jan 19, 2022
f3ba3ea
[Documentation] More switch to numpydoc
jeandet Jan 20, 2022
211ed9e
[Documentation] Switch to numpydoc complete, AMDA introduction OK
jeandet Jan 22, 2022
a777b08
[Fix] it seems we can't change tzinfo on a datetime
jeandet Jan 22, 2022
0f7389d
Dynamic plot with Bokeh WIP
jeandet Jan 22, 2022
52008a2
[Documentation] Basic SSCWeb module documentation
jeandet Jan 24, 2022
69aa198
Removes Python 3.6 support and adds Python 3.10
jeandet Jan 24, 2022
bcbe975
Try to pass AMDA credentials to doctest in GH Actions
jeandet Jan 24, 2022
e72bb70
[Documentation] Skip AMDA user products access from doctest
jeandet Jan 24, 2022
7660873
[Documentation] Removes standalone examples since they are in API doc…
jeandet Jan 25, 2022
141cb9b
[Documentation] Make AMDA list_ examples more robust for doctest
jeandet Jan 25, 2022
42fa31b
[Documentation] Adds two more complete examples about AMDA usage
jeandet Jan 25, 2022
d5cd3db
[Documentation] Removes auto generated doc files
jeandet Jan 25, 2022
904c824
[Documentation] Adds citation file for GitHub https://docs.github.com…
jeandet Jan 25, 2022
78453aa
[Documentation] Adds missing entries into history file
jeandet Jan 25, 2022
ee235c5
[Documentation] Fix minor typos
jeandet Jan 25, 2022
2211818
[Documentation] Split back readme and doc index :/ plus some overall doc
jeandet Jan 25, 2022
382b8ce
[Documentation] Typo + rephrase AMDA Magnetic Cloud example
jeandet Jan 25, 2022
3bf9ee1
[Documentation] Better index page for RTD doc and some minor stuff
jeandet Jan 26, 2022
a59831f
[Documentation] Adds a notebooks gallery
jeandet Jan 26, 2022
ba23385
[Documentation] Adds ipywidgets and ipympl reqs for RTD and nbsphinx
jeandet Jan 26, 2022
80e9afd
[Documentation] GH Actions needs documentation packages too for doctest
jeandet Jan 27, 2022
f2f4fb4
[SSCWeb] restore get_orbit with a deprecation message
jeandet Jan 27, 2022
07cf307
[Documentation] GH Actions needs documentation packages too for doctest
jeandet Jan 27, 2022
450e6ed
[Documentation] Make code examples clickable, and update intersphinx …
jeandet Jan 27, 2022
eb90a5a
[Documentation] Adds some notes stating that Speasy isn't a plotting …
jeandet Jan 27, 2022
1f0a9a5
[Documentation] preinstall astropy from doc requirements to avoid usi…
jeandet Jan 27, 2022
4f91e7a
[Documentation] same with pandas...
jeandet Jan 27, 2022
83a550a
[Documentation] Use sphinxcontrib-apidoc module to auto-run apidoc on…
jeandet Jan 27, 2022
10c9a7a
[Documentation] fixes missing header with binderhub link
jeandet Jan 27, 2022
e4bfc0b
[Documentation] links update
jeandet Jan 27, 2022
ce84a50
[Documentation] Adds caches analysis notebook in gallery
jeandet Jan 27, 2022
f9f68ad
[GH Actions] fix typo
jeandet Jan 28, 2022
b6fe705
[Documentation] Forgot to update binder badges URLs
jeandet Jan 28, 2022
1930377
Fixes #33, until we have something more elegant
jeandet Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Documentation] Removes auto generated doc files
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jan 25, 2022
commit d5cd3db791bfdf2b13abd5d39558e6d98feb65ea
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,19 @@ ENV/

# IDE
.idea/

#auto generated doc files
/docs/dev/modules.rst
/docs/dev/speasy.common.rst
/docs/dev/speasy.config.rst
/docs/dev/speasy.core.cache.rst
/docs/dev/speasy.core.proxy.rst
/docs/dev/speasy.core.rst
/docs/dev/speasy.inventory.rst
/docs/dev/speasy.products.rst
/docs/dev/speasy.rst
/docs/dev/speasy.webservices.amda.rst
/docs/dev/speasy.webservices.cda.rst
/docs/dev/speasy.webservices.csa.rst
/docs/dev/speasy.webservices.rst
/docs/dev/speasy.webservices.ssc.rst
7 changes: 0 additions & 7 deletions docs/dev/modules.rst

This file was deleted.

18 changes: 0 additions & 18 deletions docs/dev/speasy.common.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/dev/speasy.config.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/dev/speasy.core.proxy.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/dev/speasy.inventory.rst

This file was deleted.

42 changes: 0 additions & 42 deletions docs/dev/speasy.products.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/dev/speasy.rst

This file was deleted.

58 changes: 0 additions & 58 deletions docs/dev/speasy.webservices.amda.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/dev/speasy.webservices.cda.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/dev/speasy.webservices.csa.rst

This file was deleted.

18 changes: 0 additions & 18 deletions docs/dev/speasy.webservices.rst

This file was deleted.

18 changes: 0 additions & 18 deletions docs/dev/speasy.webservices.ssc.rst

This file was deleted.