• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language Batchfile
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

website, meta repo for whole project

Nightscout Documentation

This is the repo that contains the source files for the Nightscout Docs site.

Documentation was migrated from MkDocs to Sphinx with MyST.

Markdown is a simple text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format.

Contributing

To suggest changes, fork this repository, edit the files, and submit your changes as a pull request.

If you don't want to install the full documentation suite, you can simply propose edits on the documentation site.

The developer discussion of Nightscout happens on our Discord channel at https://discord.gg/zg7CvCQ

Previewing Changes

Sphinx requires Python 3.8+.

  • Install python modules
$ cd <nightscout docs location - i.e. where you cloned it>
$ pip install -r requirements.txt
  • Compile the documentation
$ cd <nightscout docs location>
$ sphinx-build -b dirhtml docs _build
  • Start a local http server to view the documentation
$ cd <nightscout docs location>/_build/dirhtml
$ python -m http.server
  • You can now browse the documentation locally at http://localhost:8000/

  • Optionally, you can share the preview with others by building them in your repository with GitHub pages. You need to enable GitHub pages in your repository fork. The workflow in .github/workflows/documentation.yaml will automatically create and deploy your pages.

Conventions

  • Use images for clarity whenever appropriate

Admonitions

Admonitions are a markdown extension that enable formatted blocks for visually calling out information.

More Repositories

1

cgm-remote-monitor

nightscout web monitor
JavaScript
2,402
star
2

AndroidAPS

Opensource automated insulin delivery system (closed loop)
Kotlin
701
star
3

nightguard

iOS and WatchOS Client for the Nightscout CGM System
Swift
240
star
4

share2nightscout-bridge

azure sidecar, bridges Dexcom share2 to Nightscout
JavaScript
87
star
5

Trio

Trio - an automated insulin delivery system for iOS based on the OpenAPS algorithm with adaptations.
Swift
81
star
6

android-uploader

nightscout android uploader
Java
66
star
7

minimed-connect-to-nightscout

Community edition of original
JavaScript
46
star
8

nightscout-docker

docker resources for creating Nightscout boxen
37
star
9

nightscout-connect

Single entry point for bridging cloud resources containing diabetes data to Nightscout.
JavaScript
31
star
10

cgm-pebble

nightscout pebble watchface
C
27
star
11

ios-monitor

Native iOS app for viewing Nightscout data
Objective-C
22
star
12

AndroidAPSBuilder

Utilities to build AndroidAPS apk
PowerShell
20
star
13

chrome-uploader

Download data from Dexcom, push out to Mongolab, and run reports.
JavaScript
16
star
14

nightscout-apple-watch

Nightscout Apple Watch viewer
Objective-C
9
star
15

trio-docs

Python
9
star
16

nightscout-aggregator

proxy many websockets servers to a single client
JavaScript
7
star
17

user_guide

Nightscout user guide
7
star
18

trio-oref

JavaScript
7
star
19

dcalc

IOB, COB, Profile, and more
JavaScript
6
star
20

fda-presubmission

community maintained FDA presubmission
Python
5
star
21

lasso

A Nightscout native remote monitor for Android that uses MQTT
Java
4
star
22

cgm-pebble-splitscreen

Pebble app to view data from two nightscout servers .
C
3
star
23

documentation

Documentation hub for links to open source documentation in the DIY diabetes ecosystem
3
star
24

wearable-gateway

Requirements, technical docs for a wearable gateway device.
3
star
25

windows-phone-app

C#
2
star
26

wearenotwaiting.github.io

WeAreNotWaiting portal page
2
star
27

process-controls

Placeholder for documentation on variety of organizational processes in Nightscout.
Python
2
star
28

tr-templates

templates for rendering documents nicely in pdf and web
TeX
1
star