DOC: improvements checklist
See original GitHub issueThere have been a number of questions from users that point to weaknesses in our docs. This issue is an attempt to compile them into a checklist.
- sort order for legends, columns, etc. (#1059, addressed in #1069)
- Controlling
rangeStep
for ordinal charts (#1050, fixed in #1076) - Confusing type syntax in API docs (#1051)
- Selections: use of
encodings
andfields
(#1049, fixed in #1080) - Advanced section with more detailed discussion of connection between Altair API, Altair object structure, and Vega-Lite schema structure. (Done in #1062)
- Examples of local vs UTC time & warnings about formatting for dates-as-strings (#1027, addressed in #1087)
- More examples of bindings, sliders, etc. (done in #1113)
- hiding grids, axes, borders (#1009)
- fix discussion of data specification in compound charts (#1079)
- add discussion of data in indices and
reset_index()
(#1079) - Add information about
data_transformers.consolidate_datasets
(done in #1081) - fix sphinx errors (many undefined/duplicate names, etc.) (Done in #1063)
- clean up API docs (done in #1063)
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (10 by maintainers)
Top Results From Across the Web
Process Improvements: Your Ultimate Toolkit With 17 Free ...
Find out how you can implement effective process improvements in your business, with 17 ... Satir Change Management Model Process Checklist.
Read more >Regulatory Binder Checklist - NCCIH
This document clarifies the standard content of the Binder. It is the responsibility of the investigator to ensure compliance with Good Clinical Practice...
Read more >Review checklist for your community health improvement plan
Review checklist for your community health improvement plan ... 1 PHAB Measures 5.2.2 Documentation Guidance #1. Minnesota Statute. 2 PHAB Standard 5.2.
Read more >CHECKLIST: Minutes Quality Improvement Assessment
Do the minutes document whether the criteria for approval have been met? (“N/A” if the submission is an RNI and/or the protocol was...
Read more >Improvement Plan Document Submittal Checklist - CivicLive
Improvement Plan Document Submittal Checklist. Process: Improvement Plan applications must provide all the documents listed below in an electronic.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@adiep2501 thanks for your interest – no, there’s no guide at the moment (I should add that to the checklist!)
The basics are this:
If you make any significant changes, it helps to render the docs locally to check that everything is working, which you can do by running
make html
within thedoc
directory (this requires you install all the packages indoc/requirements.txt
)I hope that’s clear!
Aside from the type syntax, we’ve checked all the boxes now! As it’s not clear how that last one will be solved, I’m going to go ahead and close this issue