https://github.com/billbrod/sphinx-tutorial

Introduction to python docs sites.

https://github.com/billbrod/sphinx-tutorial

Science Score: 26.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
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Introduction to python docs sites.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

sphinx-tutorial

Introduction to python docs sites.

To view presentation, run python -m http.server 8008 (or whatever port you want) in the root directory of this project, then open localhost:8008/sphinx-tutorial in your browser. Or go to https://billbrod.github.io/sphinx-tutorial/.

To build the sphinx documentation, create a new virtualenv and install this package (with docs requirements), then run sphinx:

sh uv venv -p 3.12 venv source venv/bin/activate uv pip install -e .[docs] make -C docs html -O="-T"

This will create the site in docs/build/html. You can open up the site in your browser (e.g., firefox docs/build/html/index.html).

Owner

  • Name: William F. Broderick
  • Login: billbrod
  • Kind: user
  • Location: New York, NY
  • Company: Flatiron Institute

Associate data scientist at Flatiron Institute, working to make computational neuroscience more open, cumulative, and reproducible.

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 13
  • Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
William F. Broderick b****d@g****m 13

Issues and Pull Requests

Last synced: 12 months ago


Dependencies

.github/workflows/gh-pages.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite