Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 8, 2018
1 parent abddabd commit 2fe03f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
21 changes: 13 additions & 8 deletions docs/pages/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ Installing executable files in Windows
-h, --help Show this message and exit.
Commands:
configure Configure the following application settings:...
file Convert tabular data within...
gs Convert a spreadsheet in Google Sheets to a...
url Scrape tabular data from a URL and convert...
completion A helper command to setup command completion.
configure Configure the following application settings: (1) Default...
file Convert tabular data within CSV/Excel/HTML/JSON/Jupyter...
gs Convert a spreadsheet in Google Sheets to a SQLite database...
url Scrape tabular data from a URL and convert data to a SQLite...
Installation for macOS via Homebrew
Expand All @@ -69,12 +70,17 @@ Installation for macOS via Homebrew
- `Homebrew Formula <https://github.com/thombashi/homebrew-sqlitebiter>`__


Command Completion for bash
Command Completion
----------------------------------------------------------
.. code:: console
$ sqlitebiter completion >> ~/.bash_profile
$ source ~/.bash_profile
To setup for bash:
sqlitebiter completion bash >> ~/.bashrc
To setup for zsh:
sqlitebiter completion zsh >> ~/.zshrc
Dependencies
Expand Down Expand Up @@ -121,7 +127,6 @@ The above packages can be installed with the following pip command;
Test dependencies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- `pytablewriter <https://github.com/thombashi/pytablewriter>`__
- `pytest <https://docs.pytest.org/en/latest/>`__
- `pytest-runner <https://github.com/pytest-dev/pytest-runner>`__
- `responses <https://github.com/getsentry/responses>`__
Expand Down
8 changes: 3 additions & 5 deletions docs/pages/introduction/feature.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@ Features
--------
- Create a SQLite database file from:
- File(s):
- CSV
- CSV / Tab separated values (TSV) / Space separated values (SSV)
- Microsoft Excel :superscript:`TM`
- HTML
- JSON
- `Jupyter Notebook <https://jupyter.org/>`__
- `Labeled Tab-separated Values (LTSV) <http://ltsv.org/>`__
- `Line-delimited JSON(LDJSON) <https://en.wikipedia.org/wiki/JSON_streaming#Line-delimited_JSON>`__/NDJSON/JSON Lines
- `Line-delimited JSON(LDJSON) <https://en.wikipedia.org/wiki/JSON_streaming#Line-delimited_JSON>`__ / NDJSON / JSON Lines
- Markdown
- Mediawiki
- Space separated values (SSV)
- SQLite
- Tab separated values (TSV)
- `Google Sheets <https://www.google.com/intl/en_us/sheets/about/>`_
- URL (scrape data from web pages)
- URL (scrape tabular data from web pages)
- Multi-byte character support
- Automatic file encoding detection
8 changes: 4 additions & 4 deletions docs/pages/usage/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Commands:
completion A helper command to setup command completion.
configure Configure the following application settings:...
file Convert tabular data within...
gs Convert a spreadsheet in Google Sheets to a...
url Scrape tabular data from a URL and convert...
configure Configure the following application settings: (1) Default...
file Convert tabular data within CSV/Excel/HTML/JSON/Jupyter...
gs Convert a spreadsheet in Google Sheets to a SQLite database...
url Scrape tabular data from a URL and convert data to a SQLite...

0 comments on commit 2fe03f3

Please sign in to comment.