Skip to content

Commit

Permalink
docs: prepare (#59)
Browse files Browse the repository at this point in the history
* docs: prepare for docs

* docs: work on setting up docs

* docs: redesign

* docs: README

* Apply suggestions from code review
  • Loading branch information
henryiii committed Apr 1, 2021
1 parent 715efa6 commit 155fe3c
Show file tree
Hide file tree
Showing 16 changed files with 3,677 additions and 159 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -26,16 +26,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Check compute features only on Python 3.8
if: "matrix.python-version == 3.8"
run: python -m pip install uncompyle6 spark-parser

- name: Requirements check
run: python -m pip list

- name: Install package
run: python -m pip install -e .[dev,test]

- name: Check compute features only on Python 3.8
if: matrix.python-version == 3.8
run: python -m pip install -e .[test_extras]

- name: Test package
run: python -m pytest -ra

Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -20,6 +20,7 @@ repos:
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
exclude: ^docs
- id: mixed-line-ending
- id: requirements-txt-fixer
- id: trailing-whitespace
Expand Down
9 changes: 5 additions & 4 deletions .readthedocs.yml
Expand Up @@ -13,8 +13,9 @@ sphinx:
formats: all

python:
version: 3.7
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 155fe3c

Please sign in to comment.