Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Planetary coverage
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Jira
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🐍 Python packages 📦
Planetary coverage
Merge requests
!23
Fix RTD build on memory limits
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix RTD build on memory limits
30-rtd-build-failed-due-to-memory-limits
into
main
Overview
2
Commits
14
Pipelines
4
Changes
8
All threads resolved!
Hide all comments
Merged
Benoit Seignovert
requested to merge
30-rtd-build-failed-due-to-memory-limits
into
main
2 years ago
Overview
2
Commits
14
Pipelines
4
Changes
8
All threads resolved!
Hide all comments
Expand
Closes
#30 (closed)
Documentation:
https://moon-coverage.univ-nantes.fr/en/30-rtd-build-failed-due-to-memory-limits/
Build status:
Edited
2 years ago
by
Benoit Seignovert
0
0
Merge request reports
Compare
main
version 3
0a6ff095
2 years ago
version 2
942377a2
2 years ago
version 1
798a6f6f
2 years ago
main (base)
and
latest version
latest version
a22a7766
14 commits,
2 years ago
version 3
0a6ff095
10 commits,
2 years ago
version 2
942377a2
5 commits,
2 years ago
version 1
798a6f6f
4 commits,
2 years ago
8 files
+
304
−
147
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
docs/api/plot.md
+
22
−
10
Options
@@ -49,34 +49,46 @@
## Background Maps API
### `CALLISTO`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.CALLISTO
```
### `EARTH`
### `IO`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.
EARTH
.. autoattribute:: moon_coverage.maps.
IO
```
### `EUROPA`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.EUROPA
```
### `CALLISTO`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.CALLISTO
```
### `GANYMEDE`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.GANYMEDE
```
### `
MOON
`
### `
JUPITER
`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.
MOON
.. autoattribute:: moon_coverage.maps.
JUPITER
```
### `
IO
`
### `
EARTH
`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.IO
.. autoattribute:: moon_coverage.maps.EARTH
```
### `MOON`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.MOON
```
### `VENUS`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.VENUS
```
### `MERCURY`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.MERCURY
```
### `MAPS`
```
{eval-rst}
.. autoattribute:: moon_coverage.maps.MAPS
```
### `Map`
```
{eval-rst}
.. autoclass:: moon_coverage.maps.Map