-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change figure numbering #186
Conversation
Permalinks: |
Previews: |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question on the seasonal toc, other than that, checking with others if we like the change.
@@ -6,6 +6,7 @@ root: intro | |||
parts: | |||
|
|||
- caption: ➡️ Satellite Observations | |||
numbered: 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking with others if we like this, things start to look a bit strange with 4 levels in the figure numbers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One option is to remove one level. So Satellite Observations shows up in the part caption, then we use flat chapters:
- caption: ➡️ Satellite Observations
numbered: 2
chapters:
- file: Satellite_ECVs/Atmosphere_Physics/Atmosphere_Physics.md
sections:
- glob: Satellite_ECVs/Atmosphere_Physics/*
- file: Satellite_ECVs/Atmospheric_Composition/Atmospheric_Composition.md
sections:
- glob: Satellite_ECVs/Atmospheric_Composition/*
- file: Satellite_ECVs/Cryosphere/Cryosphere.md
sections:
- glob: Satellite_ECVs/Cryosphere/*
- file: Satellite_ECVs/Land_Biosphere/Land_Biosphere.md
sections:
- glob: Satellite_ECVs/Land_Biosphere/*
- file: Satellite_ECVs/Land_Hydrology/Land_Hydrology.md
sections:
- glob: Satellite_ECVs/Land_Hydrology/*
- file: Satellite_ECVs/Ocean/Ocean.md
sections:
- glob: Satellite_ECVs/Ocean/*
Closes #184