Skip to main content
Ctrl+K

Technote

  • User guide
  • API
  • Change log
  • Contributing
  • Rubin docs
  • GitHub
  • User guide
  • API
  • Change log
  • Contributing
  • Rubin docs
  • GitHub

Section Navigation

  • setup
  • __version__
  • Factory
  • TechnoteSphinxConfig
  • setup
  • visit_abstract_node_html
  • depart_abstract_node_html
  • AbstractDirective
  • AbstractNode
  • insert_post_title
  • process_html_page_context_for_metadata
  • get_abstract
  • get_title
  • set_html_title
  • overwrite_pygments_css
  • process_html_page_context_for_toc
  • wrap_html_tables
  • annotations
  • Organization
  • Person
  • Contributor
  • SourceRepository
  • TechnoteMetadata
  • TechnoteState
  • Status
  • Citation
  • Link
  • StructuredName
  • validate_orcid_url
  • validate_ror_url
  • SpdxLicense
  • SpdxFile
  • Licenses
  • ZenodoRole
  • TechnoteToml
  • TechnoteTable
  • LicenseTable
  • TechnoteStatus
  • TechnoteState
  • Organization
  • PersonName
  • Person
  • Contributor
  • SphinxTable
  • IntersphinxTable
  • LinkcheckTable
  • Python API reference
  • Link

Link#

class technote.metadata.model.Link(*, url, title=None)#

Bases: object

A link to a webpage.

Parameters:
  • url (str)

  • title (str | None, default: None)

Attributes Summary

title

The title of the webpage.

url

The URL of the webpage.

Attributes Documentation

title: str | None = None#

The title of the webpage.

url: str = <dataclasses._MISSING_TYPE object>#

The URL of the webpage.

previous

Citation

next

StructuredName

On this page
  • Link
    • Link.title
    • Link.url

© Copyright 2022 Association of Universities for Research in Astronomy, Inc. (AURA).

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.