Commit Graph

102 Commits

Author SHA1 Message Date
Adithya Kumar
485c4fc562 Fix symlinks pointing into docs/ 2022-04-11 01:16:09 +05:30
Adithya Kumar
1aa7e60256 Fix documentation links 2022-04-11 01:16:09 +05:30
Adithya Kumar
e09738de32 Symlink README.md to docs/Introduction.md 2022-02-12 01:20:40 +05:30
Adithya Kumar
8be36018a1 Rename README.md to docs/Introduction.md and fix broken links 2022-02-12 01:20:40 +05:30
Adithya Kumar
8ab2bfd280 Fix broken links in multiple markdown doc files
- README
- docs/unified-abstractions.md
- docs/getting-started.md
- docs/streamly-vs-async.md
- docs/Overview.md
- docs/faq.md
- CONTRIBUTING.md
- benchmark/README.md
2022-02-07 03:56:53 +05:30
Adithya Kumar
a09f464270 Rename Gabriel to Gabriella in the README 2021-11-16 02:13:37 +05:30
Harendra Kumar
604f430288 Add a note about correctly using internal modules 2021-07-29 12:28:18 +05:30
Harendra Kumar
9603bb753f Move reference links in the end
For better readability with a text editor
2021-07-29 02:37:48 +05:30
Harendra Kumar
8137f86f98 Use relative references for link within the repo 2021-06-24 01:49:39 +05:30
Harendra Kumar
96bf71efd1 rename INSTALL.md to docs/getting-started.md 2021-06-16 19:52:54 +05:30
Harendra Kumar
13931c274f Rename as a guide and to start with lower case 2021-06-16 19:52:54 +05:30
Harendra Kumar
53aae83e3a Fix links, use link refs kept at one place 2021-06-02 18:12:39 +05:30
Joseph Koshy
69e4df7511 Improve the flow of text in the top-level README. 2021-05-31 16:51:38 +05:30
Pranay Sashank
7d9256e283 Rename Parser.yield, yieldM to fromPure, fromEffect. 2021-05-30 22:24:54 +05:30
Harendra Kumar
1630d3c952 Reorganize/edit/update some sections
* Remove CI badges, these are on the wiki page now.
* Move the internal modules section at the end
* Remove redundant links about docs, and move it down after install/use
2021-05-28 09:23:55 +05:30
Harendra Kumar
a231fe54d2 Move "installing and using" sec. at the beginning
* Add a separate "Documentation" section
2021-05-23 17:15:01 +05:30
Harendra Kumar
cf63b4edd4 Fix README and Overview.md
* Address review comments
* Remove redundant parts in Overview.md that overlap with README
2021-05-23 17:14:10 +05:30
Harendra Kumar
973e563d84 Update the README
Remove all the descriptive stuff and use example driven flow.
2021-05-20 10:53:18 +05:30
Ranjeet Kumar Ranjan
ac215ad43f Rename serially etc. to fromSerial etc. #1029 2021-04-16 00:20:54 +05:30
Pranay Sashank
5c018c7e45 Rename Data.Array.Storable.Foreign to Data.Array.Foreign.
Closes #854.
2021-02-01 21:31:06 +05:30
pranaysashank
ad05792d0b Deprecate Streamly module and move the exports to Streamly.Prelude.
- Deprecate and replace functions:
    foldWith => concatFoldableWith
    foldMapWith => concatMapFoldableWith
    forEachWith => concatForFoldableWith
2020-09-09 20:56:24 +05:30
adithyaov
e218fb9d8f Deprecate Streamly.Memory.Array
According to the new module structure, it should be Streamly.Data.Array.Storable.Foreign
2020-09-04 16:55:16 +05:30
Joseph Koshy
f80a75fcc7 Minor: add hyperlinks to a few packages. 2020-06-17 14:21:13 +05:30
Harendra Kumar
55bdd5b8d5 Make some formatting updates to learning materials 2020-02-11 16:31:09 +05:30
adithyaov
b1d3e01bf4 Add master reference to README.md 2020-02-11 16:31:09 +05:30
Harendra Kumar
7e7cc7e2a1 update learning materials section
move the learning materials section to the top for better discoverability.
2020-01-16 02:14:42 +05:30
Harendra Kumar
1d0193882f remove hidden haddock build options
Now that we have unhidden those.
2020-01-08 02:02:33 +05:30
Pranay Sashank
5b1da6b36a Update docs. 2020-01-03 11:54:32 +05:30
Harendra Kumar
ef7147c925 update travis ci badge 2019-12-25 09:33:28 +05:30
Harendra Kumar
3f60343ed1 update line length histogram section 2019-11-15 04:22:35 +05:30
Harendra Kumar
a4c2ae4311 Add haddock instructions for experimental APIs 2019-11-15 03:07:06 +05:30
Pranay Sashank
fa1318e57f Update maintainer email to streamly@composewell.com. 2019-11-07 12:31:07 +05:30
Harendra Kumar
5215f3f06d update array, add unfold, fix examples 2019-11-06 02:38:50 +05:30
Harendra Kumar
63bd9d30bb Fix some examples in the readme 2019-10-18 00:29:45 +05:30
Harendra Kumar
fc957922ac rename splitBySuffix to splitWithSuffix
"With" gives a better idea that we are keeping the suffix.
2019-08-13 15:47:40 +05:30
Harendra Kumar
53d5e9f0e1 update for fold based IO 2019-08-12 07:13:26 +05:30
Pranay Sashank
bda6a6415b Refactor modules Mem.* ~> Memory.* and update references. 2019-08-06 04:31:23 +05:30
Harendra Kumar
2438be4259 rename the Mem.Array.Stream module to Mem.ArrayStream 2019-08-06 02:55:06 +05:30
Harendra Kumar
d4625305a1 Change local links to relative
Add streamly vs lists doc link.
2019-08-05 07:12:46 +05:30
Harendra Kumar
a740d4dba9 move stream transformation operations to Prelude 2019-08-03 23:15:26 +05:30
Harendra Kumar
3cdecba40c Create a separate module for "Streams of Arrays" 2019-08-03 08:16:23 +05:30
Harendra Kumar
bba704561b fix warnings, example and readme 2019-08-03 05:16:59 +05:30
Harendra Kumar
de908d6d5e edit the intro paragraph 2019-07-31 03:04:05 +05:30
Harendra Kumar
bbadf99bf6 remove redundant info 2019-07-31 02:50:56 +05:30
Harendra Kumar
cda18e5582 Add credits and copyrights 2019-07-31 02:48:05 +05:30
Harendra Kumar
8b9b1aedaf update FileIO section 2019-07-31 02:36:00 +05:30
Harendra Kumar
66fa33a632 Add socket IO section 2019-07-31 02:36:00 +05:30
Harendra Kumar
3fcfe4afce Add intro to arrays and folds 2019-07-31 02:36:00 +05:30
Harendra Kumar
e7bc7eaa88 update the exceptions section 2019-07-31 02:36:00 +05:30
Harendra Kumar
54dd548831 Move the dir listing and file-io sections down
In correct sequence.
2019-07-31 02:36:00 +05:30