question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow multiple URLs for docs and dev

See original GitHub issue

Issue:

Hi,

not sure if this is the right repo to file this is so please shoot me a message in case it’s incorrect.

I was wondering if the maintainers wouldn’t mind adding something to the infrastructure that converts multiple doc_urls in a recipe into a proper list in the README.md, the same way Feedstock Maintainers are converted to a list?

Example:

One package I’m maintaining has multiple URLs for the docs (Different languages) and I specified them as following in the meta.yaml:

  doc_url:
    - https://mocobeta.github.io/janome/en/
    - https://mocobeta.github.io/janome/

See: https://github.com/conda-forge/janome-feedstock/blob/b280b64d3c2f34362866c4bbd0bf96483d13eac6/recipe/meta.yaml#L41

The output is rendered as

Documentation: ['https://mocobeta.github.io/janome/en/', 'https://mocobeta.github.io/janome/']

which looks like:

Documentation: [‘https://mocobeta.github.io/janome/en/’, ‘https://mocobeta.github.io/janome/’]

but should be rendered as

Documentation:

* https://mocobeta.github.io/janome/en/
* https://mocobeta.github.io/janome/

which looks like:

Documentation:



Environment (conda list):
$ conda list
N.A.

Details about conda and system ( conda info ):
$ conda info
N.A.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
jakirkhamcommented, Feb 9, 2021

See issue ( https://github.com/conda/conda/issues/10504 ), which is requesting this functionality

1reaction
BastianZimcommented, Feb 9, 2021

Will re-open this once conda/Anaconda supports this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

URL Canonicalization and the Canonical Tag | Documentation
When a site has duplicate content, Google chooses the canonical URL. Learn more about canonical URLs and how to consolidate duplicate URLs.
Read more >
The 'Enable multiple URLs for this file...' option for documents ...
What is the correct url format for using ''Enable multiple URLs for this file...' option under document properties? Steps to Reproduce.
Read more >
Creating hyperlinks - Learn web development | MDN
Hyperlinks allow us to link documents to other documents or resources, link to specific parts of documents, or make apps available at a...
Read more >
Generating a presigned URL to upload an object
A presigned URL gives you access to the object identified in the URL, provided that the creator of the presigned URL has permissions...
Read more >
Callback URLs | Docs | Twitter Developer Platform
The OAuth 1.0a User Context and OAuth 2.0 Authorization Code with PKCE authentication methods enable developers to make requests on behalf of different...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found