john-bodley commented on a change in pull request #9833: URL: https://github.com/apache/incubator-superset/pull/9833#discussion_r426792346
########## File path: docs/sqllab.rst ########## @@ -79,16 +79,11 @@ Superset's Jinja context: `Jinja's builtin filters <http://jinja.pocoo.org/docs/dev/templates/>`_ can be also be applied where needed. -.. autofunction:: superset.jinja_context.ExtraCache.current_user_id - -.. autofunction:: superset.jinja_context.ExtraCache.current_username - -.. autofunction:: superset.jinja_context.ExtraCache.url_param +.. autoclass:: superset.jinja_context.ExtraCache Review comment: @villebro I thought it made more sense to generate documentation for all the members (which were explicitly enumerated previously). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
