diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-15 03:45:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-15 03:45:24 +0700 |
| commit | 6888dd812e73f77081834868a667c8a850ebc4a9 (patch) | |
| tree | 684929ce73f8cd11bde9023357529c090580a85b /doc | |
| parent | 54a1b4c74885bab75b382ec0f3aa46ed74fd3181 (diff) | |
| download | vos-main.tar.xz | |
Convert the README.adoc to markdown so it can be rendered.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.adoc | 26 | ||||
| l--------- | doc/index.md | 1 |
2 files changed, 1 insertions, 26 deletions
diff --git a/doc/index.adoc b/doc/index.adoc deleted file mode 100644 index 1cc3be0..0000000 --- a/doc/index.adoc +++ /dev/null @@ -1,26 +0,0 @@ -= vos - -Vos is a program to process formatted data, i.e. CSV data. -Vos is designed to process a large input file, a file where their size is -larger than the size of memory, and can be tuned to adapt with your machine -environment. - -link:user/vos_user_manual.html[Vos User Manual] - User manual for vos -command line. - - -== Development - -link:dev/GOAL.html[GOAL] - List the goal of this project. - -link:dev/NOTES.html[NOTES] - Miscellaneous notes when developing the -project. - -link:dev/vos-sketch.odg[Vos sketch diagram]. - -Performance logs, - -- link:dev/vos.test.create.log[vos.test.create.log]. -- link:dev/vos.test.create.mem.log[vos.test.create.mem.log]. -- link:dev/vos.test.join.log[vos.test.join.log]. -- link:dev/vos.test.join.log[vos.test.join.log]. diff --git a/doc/index.md b/doc/index.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/doc/index.md @@ -0,0 +1 @@ +../README.md
\ No newline at end of file |
