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

Fix Sphinx warnings #1442

Merged
merged 12 commits into from
Jul 5, 2017
Merged

Fix Sphinx warnings #1442

merged 12 commits into from
Jul 5, 2017

Commits on Jun 22, 2017

  1. Fixes a part of piskvorky#1192

    Fixes warnings in the .py files
    prerna135 committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    023c141 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    ad33484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5143a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c31c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Making changes according to Google Code Style

    @menshikh-iv Fixing warnings in the .py files according to the Google Code Style. Most of the warnings were due to indentation errors.
    prerna135 committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    91980d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eb9008 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Removing duplication citation, toctree and non-local image uri warnings

    build succeeded, 21 warnings.
    Getting there. :-)
    prerna135 committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    ecfd353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62e113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ffec3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Fixing more identation errors

    Now I'm down to,
    `build succeeded, 5 warnings.`
    
    However, I'm in a bit of a fix. Changing `doc2vec.rst` and `word2vec.rst` to `.inc` files removed the duplicate warnings but it also invalidates the references to these documents from my main toctree and the following warnings are produced.
    
    `apiref.rst:8: WARNING: toctree contains reference to nonexisting document u'models/doc2vec'`
    `apiref.rst:8: WARNING: toctree contains reference to nonexisting document u'models/word2vec'`
    prerna135 committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    f4b4ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37e2e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    02fb823 View commit details
    Browse the repository at this point in the history