From ce242e12748ed148eed2d1fde453ec95d5efa554 Mon Sep 17 00:00:00 2001 From: Tim Menzies Date: Sun, 16 May 2021 20:15:14 -0400 Subject: [PATCH] save --- CONTRIBUTING.md | 10 +++++----- README.md | 8 ++++---- docs/_layouts/default.html | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f60b5b2..06f9ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Here's the structure of this repo showing some of the standard bits: - `./README.md` : some quick intro notes. Also, good place to show your badges to let folks see, at a glance, what this is all about. e.g. - [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4728990.svg)](https://doi.org/10.5281/zenodo.4728990) : code is available, forever, is some long term storage facility; - - [![Build Status](https://travis-ci.com/timm/lunar.svg?branch=main)](https://travis-ci.com/timm/lunar) : code is being + - [![Build Status](https://travis-ci.com/timm/lunatic.svg?branch=main)](https://travis-ci.com/timm/lunatic) : code is being tested, each time it is committed; - ![](https://img.shields.io/badge/linting-luac-brown) : each time the code is saved, we lint it for errors. - and others beside. @@ -88,7 +88,7 @@ Git. Enough said. Just do it. ## Open Source Licenses -(To add a license to your repo, add a [LICENSE.md](https://github.com/timm/lunar/blob/main/LICENSE.md) +(To add a license to your repo, add a [LICENSE.md](https://github.com/timm/lunatic/blob/main/LICENSE.md) file to the root of your repo.) Open source licenses are licenses that comply with the Open Source Definition— @@ -161,12 +161,12 @@ Very handy! ### Unit Testss -(Your repo needs a [.travis.yml](https://github.com/timm/lunar/blob/main/.travis.yml) +(Your repo needs a [.travis.yml](https://github.com/timm/lunatic/blob/main/.travis.yml) that adds a "post-commit hook" to the repo. This hook runs a test suite each time the code is committed. This, in turn, updates a badge on your repo that tells people your code has tests and those tests are working.) -[![Build Status](https://travis-ci.com/timm/lunar.svg?branch=main)](https://travis-ci.com/timm/lunar) +[![Build Status](https://travis-ci.com/timm/lunatic.svg?branch=main)](https://travis-ci.com/timm/lunatic) To code the test suite, you need something that runs and returns the shell flag _$?=0_ (if there @@ -176,7 +176,7 @@ _$?>0_. As to how to write the test suite, there are any number of unit test tools. And its easy to write your own. For example, the test suite here is inside -[./src/eg.moon](https://github.com/timm/lunar/blob/main/src/eg.moon). This code can be called in +[./src/eg.moon](https://github.com/timm/lunatic/blob/main/src/eg.moon). This code can be called in three ways: - `cd src; ./eg.moon` which just runs everything; diff --git a/README.md b/README.md index f66ac83..6dbb803 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# lunar +# lunatic - [![DOI](https://zenodo.org/badge/367550995.svg)](https://zenodo.org/badge/latestdoi/367550995) -[![Build Status](https://travis-ci.com/timm/lunar.svg?branch=main)](https://travis-ci.com/timm/lunar) +[![Build Status](https://travis-ci.com/timm/lunatic.svg?branch=main)](https://travis-ci.com/timm/lunatic) [![](https://img.shields.io/badge/language-moonscript,bash-orange)](https://moonscript.org/reference/) ![](https://img.shields.io/badge/purpose-ai%20,%20se-blueviolet) -[![](https://img.shields.io/badge/license-mit-lightgrey)](http://github.com/timm/lunar/blob/main/LICENSE.md) +[![](https://img.shields.io/badge/license-mit-lightgrey)](http://github.com/timm/lunatic/blob/main/LICENSE.md) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4356deb..dbd31d6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -54,7 +54,7 @@

{{ site.title | default: site.github.repo

{{ site.description | default: site.github.project_tagline }}
 
- +
DOI