-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
improve documentation for country maps #10621
Conversation
Thanks for the review @willbarrett - do I have to do anything else to have this merged? Hopefully it will save others much of the trouble that I had to go through. |
Nothing more needs doing @czue - we just leave PRs open for a period of time to allow other contributors to weigh in if they are so inclined. I'll merge this now. |
* master: (43 commits) feat: Getting fancier with Storybook (apache#10647) fix: dedup groupby in viz.py while preserving order (apache#10633) feat: bump superset-ui for certified tag (apache#10650) feat: setup react page with submenu for datasources listview (apache#10642) feat: add certification to metrics (apache#10630) feat(viz-plugins): add date formatting to pivot-table (apache#10637) fix: controls scroll issue (apache#10644) feat: Allow tests files in /src (plus Label component tests) (apache#10634) fix: remove duplicated params and cache_timeout from list_columns; add viz_type to list_columns (apache#10643) chore: splitting button stories into separate stories (apache#10631) refactor: remove slice level label_colors from dashboard init load (apache#10603) feat: card view bulk select (apache#10607) style: Label styling/storybook touchups (apache#10627) fix: removing unsupported modal sizes (apache#10625) feat(datasource): remove deleted columns and update column type on metadata refresh (apache#10619) improve documentation for country maps (apache#10621) chore: npm audit fix as of 2020-08-15 (apache#10613) feat: dataset REST API for distinct values (apache#10595) chore: bump react-redux to 5.1.2, whittling console noise (apache#10602) fixing console error about bad html attribute (apache#10604) ... # Conflicts: # superset-frontend/src/explore/components/ExploreViewContainer.jsx # superset-frontend/src/views/App.tsx # superset/config.py
I noticed the docs haven't been updated despite this being merged. Is there a separate process for having those built? (I'm trying to document this for a client and it would be nice to have something to link to besides the PR) |
@czue the docs usually reflect the most recent official release. At this time of writing, |
hey, just wanted to get an update on this - is there a reason the public docs still haven't been updated? |
Hi @czue I think this is because updating the Superset docs requires a re-deploy via a manual process https://github.com/apache/incubator-superset/blob/master/docs/README.txt (weirdly, this used to be a .MD file, not sure how it became a .txt file!) I'll add this to my plate for this week and will circle back to you once I redeploy |
Your new documentation site looks great! Unfortunately it seems that it is still showing the wrong information here. Any update on getting the public documentation fixed? |
SUMMARY
The current documentation is both incomplete and incorrect. This fixes it based on actually getting it working.
ADDITIONAL INFORMATION