Skip to content

DOC/BLD: doc building with python 3 #15012

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

Merged
merged 6 commits into from
Dec 30, 2016

Conversation

jorisvandenbossche
Copy link
Member

Makes our doc building machinery (specific accessor stuff) python 3 compat + switches travis doc building to python 3.5 + preventing some other warnings (see individual commits)

- give lower priority (eg if both MethodDocumenter and AccessorMethodDocumenter have priority 1, in python 3 one of both is randomly chosen, also for normal methods (because the can_document_member method cannot distinguish both)
- adapt templates (module and objname were differently split between py2 and py3)
@codecov-io
Copy link

codecov-io commented Dec 29, 2016

Current coverage is 84.78% (diff: 100%)

Merging #15012 into master will increase coverage by <.01%

@@             master     #15012   diff @@
==========================================
  Files           145        145          
  Lines         51090      51090          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43315      43316     +1   
+ Misses         7775       7774     -1   
  Partials          0          0          

Powered by Codecov. Last update d097b0f...a932919

@jorisvandenbossche
Copy link
Member Author

I only get errors installing the packages on travis:

UnsatisfiableError: The following specifications were found to be in conflict:
  - ipython
  - python 3.5*

anybody knows what the reason of this could be?

@jorisvandenbossche
Copy link
Member Author

It's beatiful-soup -> beautifulsoup4 apparently

@jorisvandenbossche jorisvandenbossche merged commit f3714c1 into pandas-dev:master Dec 30, 2016
@jorisvandenbossche jorisvandenbossche deleted the docs-py3 branch March 5, 2017 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants