https://github.com/astropy/astropy-sphinx-theme

Standalone version of the Astropy sphinx theme

https://github.com/astropy/astropy-sphinx-theme

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 16 committers (6.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords from Contributors

astronomy astropy astropy-affiliated closember astrophysics advanced-scientific-data-format asdf sphinx photometry source-detection
Last synced: 10 months ago · JSON representation

Repository

Standalone version of the Astropy sphinx theme

Basic Info
  • Host: GitHub
  • Owner: astropy
  • License: bsd-3-clause
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 118 KB
Statistics
  • Stars: 5
  • Watchers: 7
  • Forks: 18
  • Open Issues: 17
  • Releases: 0
Created almost 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.rst

Astropy Sphinx Theme(s)
-----------------------

This is the repository for the default Astropy project documentation
theme(s). To use this theme, simply install this package then add the
following line to your documentation's ``conf.py`` file:

.. code:: python

    html_theme = 'bootstrap-astropy'

This requires Sphinx 1.6 or later to work properly. For older versions
of Sphinx, you will need to do:

.. code:: python

    import astropy_sphinx_theme
    html_theme_path = astropy_sphinx_theme.get_html_theme_path()
    html_theme = 'bootstrap-astropy'

``bootstrap-astropy`` is the only theme that is currently available, but
the structure of the package allows more themes to be added in future if
needed.

Several options for the theme can be set in the ``conf.py`` file:

.. code:: python

  html_theme_options = {
      'logotext1': 'packagename',  # white,  semi-bold
      'logotext2': '',  # orange, light
      'logotext3': ':docs',   # white,  light
      'astropy_project_menubar': True
      }

The ``logotext?`` options can be used to customize the top left logo, while
the ``astropy_project_menubar`` option can be set to ``True`` for packages
that are managed by the project itself (this will add links to find out more
about the Astropy project, about the team, and so on).

.. image:: https://circleci.com/gh/astropy/astropy-sphinx-theme/tree/main.svg?style=svg
    :target: https://circleci.com/gh/astropy/astropy-sphinx-theme/tree/main

Owner

  • Name: The Astropy Project
  • Login: astropy
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Delete event: 6
  • Issue comment event: 4
  • Push event: 9
  • Pull request review comment event: 1
  • Pull request review event: 7
  • Pull request event: 14
  • Fork event: 3
  • Create event: 7
Last Year
  • Issues event: 1
  • Watch event: 1
  • Delete event: 6
  • Issue comment event: 4
  • Push event: 9
  • Pull request review comment event: 1
  • Pull request review event: 7
  • Pull request event: 14
  • Fork event: 3
  • Create event: 7

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 79
  • Total Committers: 16
  • Avg Commits per committer: 4.938
  • Development Distribution Score (DDS): 0.696
Past Year
  • Commits: 11
  • Committers: 4
  • Avg Commits per committer: 2.75
  • Development Distribution Score (DDS): 0.455
Top Committers
Name Email Commits
Thomas Robitaille t****e@g****m 24
Kyle Barbary k****y@g****m 12
Michael Droettboom m****m@g****m 11
P. L. Lim 2****m 6
dependabot[bot] 4****] 6
Erik Tollerud e****d@g****m 5
Brigitta Sipocz b****z@g****m 4
Larry Bradley l****y@g****m 2
Kris Stern k****n@g****m 2
hamogu m****r@g****e 1
Stuart Mumford s****t@c****m 1
Sam Bianco 7****o 1
Neil Crighton n****n@g****m 1
Miguel de Val-Borro m****l@g****m 1
Erik M. Bray e****y@s****u 1
Aleksi Suutarinen a****n@i****i 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 19
  • Total pull requests: 28
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 14
  • Total pull request authors: 10
  • Average comments per issue: 1.79
  • Average comments per pull request: 2.18
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 1
  • Pull requests: 15
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: about 5 hours
  • Issue authors: 1
  • Pull request authors: 4
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 10
Top Authors
Issue Authors
  • pllim (4)
  • bsipocz (2)
  • astrofrog (2)
  • taldcroft (1)
  • simontorres (1)
  • r-xue (1)
  • hamogu (1)
  • saimn (1)
  • pkgw (1)
  • snbianco (1)
  • smoh (1)
  • robelgeda (1)
  • kakirastern (1)
  • adrn (1)
Pull Request Authors
  • dependabot[bot] (12)
  • pllim (6)
  • kakirastern (4)
  • rikvl (3)
  • snbianco (2)
  • neutrinoceros (2)
  • astrofrog (1)
  • javierggt (1)
  • migueldvb (1)
  • ViratSrivastava (1)
Top Labels
Issue Labels
bug (4) help wanted (2) enhancement (1)
Pull Request Labels
dependencies (12) github_actions (4) bug (2)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 16,423 last-month
  • Total dependent packages: 9
    (may contain duplicates)
  • Total dependent repositories: 19
    (may contain duplicates)
  • Total versions: 5
  • Total maintainers: 4
pypi.org: astropy-sphinx-theme

The sphinx theme for Astropy and affiliated packages.

  • Versions: 3
  • Dependent Packages: 8
  • Dependent Repositories: 19
  • Downloads: 16,423 Last month
Rankings
Dependent packages count: 1.6%
Dependent repos count: 3.3%
Downloads: 4.0%
Average: 8.3%
Forks count: 9.3%
Stargazers count: 23.1%
Last synced: 10 months ago
conda-forge.org: astropy-sphinx-theme
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 29.0%
Dependent repos count: 39.6%
Forks count: 40.2%
Average: 42.4%
Stargazers count: 60.8%
Last synced: 11 months ago

Dependencies

.github/workflows/ci_workflow.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi
setup.py pypi