Skip to content

Commit

Permalink
docs: move all docs to their own repo (except api reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Jul 26, 2021
1 parent dcfd4aa commit 381c313
Show file tree
Hide file tree
Showing 53 changed files with 2 additions and 8,484 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ jobs:
fetch-depth: 0
- name: install kiara
run: pip install -U --pre --extra-index-url https://gitlab.com/api/v4/projects/25344049/packages/pypi/simple --extra-index-url https://pypi.fury.io/dharpa/ .[all,dev_documentation]
- name: install kiara_modules.language_processing
run: pip install -U --pre --extra-index-url https://gitlab.com/api/v4/projects/25344049/packages/pypi/simple --extra-index-url https://pypi.fury.io/dharpa/ kiara_modules.language_processing
- name: install kiara_modules.network_analysis
run: pip install -U --pre --extra-index-url https://gitlab.com/api/v4/projects/25344049/packages/pypi/simple --extra-index-url https://pypi.fury.io/dharpa/ kiara_modules.network_analysis
- name: create an entry in the data store
run: kiara run --output format=silent --save table=example.table table.import.from_local_file path=docs/example_data/JournalNodes1902.csv
- name: create documentation
run: FAIL_DOC_BUILD_ON_ERROR=true make docs
- name: deploy documentation to gh-pages
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ help:
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)

docs: ## build documentation
kiara run --output format=silent --save table=example.table table.import.from_local_file path=docs/example_data/JournalNodes1902.csv || true
mkdocs build

serve-docs: ## serve and watch documentation
kiara run --output format=silent --save table=example.table table.import.from_local_file path=docs/example_data/JournalNodes1902.csv || true
mkdocs serve -a 0.0.0.0:8000

clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

*A pipeline management and execution engine for the DHARPA project.*

- Documentation: [https://dharpa.org/kiara](https://dharpa.org/kiara)
- *kiara* user documentation: [https://dharpa.org/kiara_documentation](https://dharpa.org/kiara_documentation)
- Code: [https://github.com/DHARPA-Project/kiara](https://github.com/DHARPA-Project/kiara)
- Development documentation for this repo: [https://dharpa.org/kiara](https://dharpa.org/kiara)

## Description

Expand Down
32 changes: 0 additions & 32 deletions docs/architecture/assumptions.md

This file was deleted.

This file was deleted.

This file was deleted.

50 changes: 0 additions & 50 deletions docs/architecture/data/data_centric_approach.ipynb

This file was deleted.

Loading

0 comments on commit 381c313

Please sign in to comment.