jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
2 stars 4 forks source link

Links to notebooks in repos owned by an org do not work #26

Closed adowling2 closed 4 years ago

adowling2 commented 4 years ago

For example, see the links to notebooks here: https://ndcbe.github.io/cbe67701-uncertainty-quantification/

This may be related to issue #13.

adowling2 commented 4 years ago

Here is an example link:

https://ndcbe.github.io/cbe67701-uncertainty-quantification/ndcbe.github.io/cbe67701-uncertainty-quantification/03.00-Input-Parameter-Distributions.html

You can see there is an extra ndcbe.github.io/cbe67701-uncertainty-quantification/.

Here is the current nbpages.cfg:

[NBPAGES]
github_repo_url = git@github.com:ndcbe/cbe67701-uncertainty-quantification.git
github_user_name = git@github.com:ndcbe
github_repo_name = cbe67701-uncertainty-quantification
github_pages_url = ndcbe.github.io/cbe67701-uncertainty-quantification
repository = git@github.com:ndcbe/cbe67701-uncertainty-quantification
page_title = cbe67701-uncertainty-quantification
page_url = https://git@github.com:ndcbe.github.io/cbe67701-uncertainty-quantification
jckantor commented 4 years ago

working now.