https://github.com/brentp/bedder-docs

documentation for bedder in mkdocs

https://github.com/brentp/bedder-docs

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

documentation for bedder in mkdocs

Basic Info
  • Host: GitHub
  • Owner: brentp
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 591 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

documentation build

To view or modify docs, do the following:

``` python -m venv venv # or python3 source venv/bin/activate pip install mkdocs-material

mkdocs serve

open 127.0.0.1:8000/bedder-docs

```

Then edit/add files in docs/*.md

After viewing changes locally, open a PR to github.com/brentp/bedder-docs and the continuous integration via github actions will build and update the docs at https://brentp.github.io/bedder-docs/

Owner

  • Name: Brent Pedersen
  • Login: brentp
  • Kind: user
  • Location: Oregon, USA

Doing genomics

GitHub Events

Total
  • Push event: 9
  • Pull request event: 1
  • Pull request review event: 1
  • Fork event: 1
  • Create event: 3
Last Year
  • Push event: 9
  • Pull request event: 1
  • Pull request review event: 1
  • Fork event: 1
  • Create event: 3

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite