Commit Graph
23 Commits
Author SHA1 Message Date
Kare Morstol 1bd7fd623c Update documentation. 2018-03-04 17:25:54 +01:00
Kare Morstol a7c41d63ef Update documentation. 2018-02-13 17:21:39 +01:00
Kare Morstol b39c97b392 Update documentation. 2018-02-13 17:18:19 +01:00
Kare Morstol 185f04ae1b Update documentation. 2018-01-30 16:49:08 +01:00
Kare Morstol 32220e517e Update documentation. 2018-01-30 16:37:26 +01:00
Kare Morstol 3ef0d7eee1 Update documentation. 2018-01-30 16:33:24 +01:00
Kare Morstol 1d31d9aacb Update documentation. 2017-04-28 00:59:11 +02:00
Kare Morstol edb751dfed Update documentation. 2017-04-05 22:34:43 +02:00
Kare Morstol 442d52a83b Update documentation. 2017-03-31 00:58:23 +02:00
Kare Morstol a8f11f7379 Beta 2. 2016-10-10 23:09:01 +02:00
Kare Morstol d804227618 Swift 3. SwiftShell 3.0.0-beta.1 2016-10-09 16:32:00 +02:00
Kare Morstol f02976b28b 2.0.2 and slightly beyond.
Docs: add warning about crashing if ‘executable’ is not.
Executable that is.

Make AsyncShellTask a class.
It only contains objects so everything should continue working as before. It is basically a wrapper for NSTask so it should also be a class.

Readme: add section about error handling from commands.

Improve documentation for what "runAndPrint" throws.
2016-03-31 21:57:50 +02:00
Kare Morstol a054305358 v. 2.0 2016-03-21 00:45:15 +01:00
Kare Morstol 3b6ae780bc v1.0 – Swift 2.0 2015-09-24 20:56:21 +02:00
Kare Morstol 5b6359d5fd New documentation generated by https://github.com/realm/jazzy.
Specifically

	jazzy -o ../Docs -g https://github.com/kareman/SwiftShell
2015-05-19 19:34:08 +02:00
Kare Morstol fc77c78567 Delete everything before moving to different documentation generator. 2015-05-19 19:26:40 +02:00
Kare Morstol 34e0464b87 Fix links to JavaScript and CSS.
Not using jekyll_asset_pipeline when building anymore.
2015-02-08 00:47:28 +01:00
Kare Morstol 9197b3d447 Add baseurl to config file
As recommended in http://jekyllrb.com/docs/github-pages/ .

The CSS and JavaScript will still not be loaded, because
https://github.com/SwiftDocOrg/swiftdoc.org/blob/340ad20ebe708ac948a1389
fbe62e43eda940ca5/_includes/head.html (amongst others) do not take the
baseurl into account. D
2015-01-30 03:04:09 +01:00
Kare Morstol ecf0301a41 Add correct URL to configuration file
Site cannot load CSS and JavaScript files or other assets
2015-01-30 01:57:46 +01:00
Kare Morstol 12995e5e4a Add Jekyll _generated_ site 2015-01-30 01:42:47 +01:00
Kare Morstol ba500e4dcd Remove Jekyll template site
GitHub Pages gave the following error message for the previous commit:

«Your page is having problems building: The tag css_asset_tag in
_includes/head.html, is not a recognized Liquid tag. For more
information, see
https://help.github.com/articles/page-build-failed-unknown-tag-error.»

Will try removing the Jekyll template site and upload only the Jekyll
_generated_ site instead.
2015-01-30 01:39:13 +01:00
Kare Morstol 7e43022c6c Add first version of SwiftShell documentation
Todo: operators are missing from the home page.

Generated with the following script:

```shell

#!/usr/bin/env bash

trash site/*

cd swiftdoc.org/
cp -R _assets _includes _layouts _plugins 404.md Procfile ../site/
cd ..
cp _config.yml site/

pushd /Users/karemorstol/Data/lib/swiftdoc-parser
./index.js --output-dir
/Users/karemorstol/Programming/SwiftShell/Docs/site
/Users/karemorstol/Programming/SwiftShell/Docs/SwiftShell\ header.txt
./index.js --output-dir
/Users/karemorstol/Programming/SwiftShell/Docs/site
/Users/karemorstol/Programming/SwiftShell/Docs/SwiftShell\ header.txt
```

Using
https://github.com/SwiftDocOrg/swiftdoc.org/tree/45318b5267775d561d76cef
da37ecbb376577aa0
and
https://github.com/SwiftDocOrg/swiftdoc-parser/tree/ea847ec38336ee1dcf3e
dfa977bd353c32889e2a
2015-01-30 01:03:08 +01:00
Kare Morstol 4e1df581b9 add _site/ to .gitignore 2015-01-30 00:52:40 +01:00