Skip to content

Commit

Permalink
DOC: Centralize documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ke-zhang-rd committed Apr 7, 2020
1 parent 2da8318 commit 8b40841
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 302 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ script:
- coverage report -m # Generate test coverage report.
- codecov # Upload the report to codecov.
- flake8 --max-line-length=115 # Enforce code style (but relax line length limit a bit).
- make -C docs html # Build the documentation.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# suitcase-jsonl changes

## v0.2.0 (2019-05-28)

## v0.1.1 (2019-03-07)

## v0.1.0 (2019-03-07)
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ This is a suitcase subpackage for reading a particular file format.
```
pip install suitcase-jsonl
```

## Quick Start

```
import suitcase.jsonl
docs = db[-1].documents(fill=True)
suitcase.jsonl.export(docs, 'my_exported_files/', file_prefix='PREFIX-')
```

## Documentation

See the [suitcase documentation](https://nsls-ii.github.io/suitcase).
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

Empty file removed docs/source/_static/.placeholder
Empty file.
202 changes: 0 additions & 202 deletions docs/source/conf.py

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/index.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/installation.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/source/release-history.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/source/usage.rst

This file was deleted.

7 changes: 0 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,4 @@ flake8
# TEMPORARY UNTIL https://github.com/NSLS-II/ophyd/pull/682 IS RELEASED
git+git://github.com/NSLS-II/ophyd@ophyd-for-suitcase-utils
pytest >=3.9
sphinx
suitcase-utils[test_fixtures] >=0.1.4rc1
# These are dependencies of various sphinx extensions for documentation.
ipython
matplotlib
numpydoc
sphinx-copybutton
sphinx_rtd_theme

0 comments on commit 8b40841

Please sign in to comment.