Skip to content

DOC: Update development documentation urls #26857

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 3 commits into from
Jun 18, 2019
Merged

DOC: Update development documentation urls #26857

merged 3 commits into from
Jun 18, 2019

Conversation

datapythonista
Copy link
Member

In #26648 we started building the documentation in https://dev.pandas.io . Updated the links to the development documentation to point to the new url.

@simonjayhawkins
Copy link
Member

and the README.md?

@codecov
Copy link

codecov bot commented Jun 14, 2019

Codecov Report

Merging #26857 into master will decrease coverage by 50.79%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26857      +/-   ##
==========================================
- Coverage   91.88%   41.09%   -50.8%     
==========================================
  Files         179      179              
  Lines       50696    50696              
==========================================
- Hits        46581    20832   -25749     
- Misses       4115    29864   +25749
Flag Coverage Δ
#multiple ?
#single 41.09% <ø> (-0.09%) ⬇️
Impacted Files Coverage Δ
pandas/io/formats/latex.py 0% <0%> (-100%) ⬇️
pandas/plotting/_matplotlib/__init__.py 0% <0%> (-100%) ⬇️
pandas/io/gcs.py 0% <0%> (-100%) ⬇️
pandas/io/sas/sas_constants.py 0% <0%> (-100%) ⬇️
pandas/core/groupby/categorical.py 0% <0%> (-100%) ⬇️
pandas/tseries/plotting.py 0% <0%> (-100%) ⬇️
pandas/io/s3.py 0% <0%> (-100%) ⬇️
pandas/io/formats/html.py 0% <0%> (-99.37%) ⬇️
pandas/io/sas/sas7bdat.py 0% <0%> (-91.16%) ⬇️
pandas/io/sas/sas_xport.py 0% <0%> (-90.1%) ⬇️
... and 132 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 430f0fd...363e5b6. Read the comment docs.

@codecov
Copy link

codecov bot commented Jun 14, 2019

Codecov Report

Merging #26857 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26857      +/-   ##
==========================================
- Coverage   91.86%   91.86%   -0.01%     
==========================================
  Files         180      180              
  Lines       50712    50712              
==========================================
- Hits        46589    46586       -3     
- Misses       4123     4126       +3
Flag Coverage Δ
#multiple 90.45% <ø> (ø) ⬆️
#single 41.12% <ø> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 88.88% <0%> (-11.12%) ⬇️
pandas/core/frame.py 96.88% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.94% <0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a890caf...aaa9809. Read the comment docs.

@datapythonista
Copy link
Member Author

good point, updated, thanks @simonjayhawkins

@jreback
Copy link
Contributor

jreback commented Jun 16, 2019

how is the domain permissioned?

@datapythonista
Copy link
Member Author

Not sure what you mean, Wes configured the dns setting, and we set up it in github with a file name CNAME when we push to the github pages repo. The https is set up automatically by github (they generated a certificate for us, that took longer than expected but it's been working for couple of days).

@jreback
Copy link
Contributor

jreback commented Jun 16, 2019

can the prior site redirect to this new one?

@datapythonista
Copy link
Member Author

Not setting up the dns, I'd say what we could do is replace every html in that site for a page with an http/javascript redirect.

I wouldn't bother being the dev site, there shouldn't be important links I guess. But I may be missing something.

@datapythonista
Copy link
Member Author

discussed with @jorisvandenbossche, and we don't think it's worth bothering on building something to create redirects from the travis dev docs to the new dev docs.

If that's all right I'll simply add a note and a link in the home page of the old dev docs, in case anyone is not aware of the change. But we need to merge #26856 first, or travis will overwrite the note.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jun 18, 2019 via email

@jreback
Copy link
Contributor

jreback commented Jun 18, 2019

yeah its fine not to redirect (in the docs themselves, but maybe just a message on the site would be fine with the new uri (e.g. a 1-time update)

so @datapythonista suggestion seems fine.

@jreback jreback added this to the 0.25.0 milestone Jun 18, 2019
@datapythonista
Copy link
Member Author

Agree, I'll do that once #26856 is merged (we will overwrite the message with the new url from the travis build if we don't stop it first).

@datapythonista
Copy link
Member Author

I opened https://github.com/pandas-docs/pandas-docs-travis/pull/3 with the redirect message, I don't have write permissions to that repo. Does anyone have them? Otherwise, @jorisvandenbossche I think you've got the github token to push to that repo, don't you?

@datapythonista
Copy link
Member Author

@jreback does this PR looks good? Probably worth merging soon, since we stopped the travis build now, and the urls are wrong.

@jreback jreback merged commit bd09a59 into pandas-dev:master Jun 18, 2019
@jreback
Copy link
Contributor

jreback commented Jun 18, 2019

thanks @datapythonista

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