Skip to content
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

Add docs session to nox configuration for BigQuery #7541

Merged
merged 2 commits into from Mar 22, 2019

Commits on Mar 21, 2019

  1. Add docs session to nox configuration for BigQuery

    * Run with `nox -s docs`. This allows us to just build the BigQuery docs
      to preview changes more quickly.
    
    * Moves the magics module documentation to the top level. I found it
      impossible to debug the autosummary errors with generating the docs
      for the magics module, so I move those docs to our more standard
      automodule pattern. With automodule, the error messages were more
      clear (the IPython package was missing in my original implementation).
      Since this module is referenced in documentation and elsewhere, add a
      redirect to the new magics module documentation from the old generated
      location.
    tswast committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    5e83c28 View commit details
    Browse the repository at this point in the history
  2. Add license header to conf.py

    tswast committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    e697483 View commit details
    Browse the repository at this point in the history