Skip to content

Commit 755ef8e

Browse files
committed
Docs
1 parent e9d3994 commit 755ef8e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![macOS](https://github.com/taehyounpark/analogical/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/taehyounpark/analogical/actions/workflows/macos.yml)
77
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

9-
`queryosity` is a row-wise semi-structured data analysis library.
9+
`queryosity` is a row-wise analysis description language for semi-structured data.
1010

1111
<p align="center">
1212
<strong> <a href="https://taehyounpark.github.io/queryosity/">See full documentation</a></strong>

docs/pages/main.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
@mainpage
22

3-
4-
5-
63
@tableofcontents
74

8-
`queryosity` is a row-wise semi-structured data analysis library.
5+
`queryosity` is a row-wise analysis description language for semi-structured data.
96

107
<!-- --------------------------------------------------------------------------------------------------------------- -->
118

docs/poxy.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# this is a config file for Poxy - a Doxygen + m.css front-end written in Python.
2-
# https://github.com/marzer/poxy
3-
#
4-
# config reference: https://github.com/marzer/poxy/wiki/Configuration-options
52

63
name = 'queryosity'
74
author = 'Tae Hyoun Park'
8-
description = 'Coherent data analysis in C++'
5+
description = 'Coherent analysis description language'
96
cpp = 17
107
github = 'taehyounpark/queryosity'
118
license = [ 'MIT', 'https://github.com/taehyounpark/queryosity/blob/master/LICENSE' ]

0 commit comments

Comments
 (0)