Skip to content

Documentation improvements #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Apr 30, 2020
Merged

Documentation improvements #319

merged 53 commits into from
Apr 30, 2020

Conversation

itamarhaber
Copy link
Collaborator

@itamarhaber itamarhaber commented Apr 8, 2020

This PR is intended to bring the docs to level 11.

To preview locally (virtual environment highly recommended ;)):

$ pip install -r docs/requirements.txt
$ mkdocs serve

Alternatively, this PR is CDed to: http://redisai-docs-preview.s3-website.us-east-2.amazonaws.com/

Tasks

@codecov
Copy link

codecov bot commented Apr 8, 2020

Codecov Report

Merging #319 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #319   +/-   ##
=======================================
  Coverage   72.50%   72.50%           
=======================================
  Files          21       21           
  Lines        4288     4288           
=======================================
  Hits         3109     3109           
  Misses       1179     1179           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6e1082...e6e1082. Read the comment docs.

@itamarhaber itamarhaber requested a review from lantiga April 19, 2020 14:25
@filipecosta90
Copy link
Collaborator

@itamarhaber I've updated the documentation around the benchmark. what do you think? =)

@itamarhaber itamarhaber merged commit 4e32ef0 into master Apr 30, 2020
@filipecosta90 filipecosta90 changed the title [WIP] Documentation improvements Documentation improvements May 1, 2020
lantiga pushed a commit that referenced this pull request May 6, 2020
 
Documentation improvements (#319)

* WIP

* WIP

* WIP

* WIP

* Adds preview

* [add] updated performance section with diagrams and some rephrasing

* [add] added configuration info regarding INTRA_OP_PARALLELISM and INTER_OP_PARALLELISM

* [add] added AI.DAGRUN documentation

* [wip] kicked off examples page

* [wip] kicked off examples page

* [wip] wip on documentation

* [wip] wip on documentation

* [wip] chaning example image location

* [wip] experimenting with image positioning on examples

* [fix] correcting classified image path

* [fix] fixed example image path

* [fix] fixed TBD on scriptrun example

* ASCII-fies diagram

* ASCII-fies diagram

* Dang the diagram

* Diagram again

* [add] kick-off the developer notes page

* [wip] kick-off developer page. reference dlpack on documentation

* [add] added Developer reference link

* [wip] added main source files to document

* [wip] improved code documentation of dag.h/c err.h/c and tensor.h/c

* [wip] improved further code documentation on tensor.h

* [wip] added backends.h and backends directory developer info. pushing forward on developer.md information

* [add] updated model.h/c with the documentation of each method

* [wip] added further documentation on the src/background_workers.h/.c files. wip on coverage fix

* [wip] wip on coverage fix

* [wip] added documentation to the stats.h/c and script.h/c files. Ran a spelling on src/* and docs/*

* [fix] removed repeating ai.tensorget from dag's documentation

* [wip] fixed formatting issues on developer.md

* [fix] fixed documentation on ai.tensorget

* [wip] finished code comment all methods on the major building blocks of RedisAI

* Adds contrib.md

* [add] documentation revision for RC - iteration 1

* [fix] updated developer notes

* [fix] fixed the quickstart commands and made reference to #developer

* Tweeks pt. 1

* [fix] fix performance diagram links

* Tweaks pt.2

* Corrects to `MODULE LOAD`

ht @DvirDukhan

* Adds versioned docs and deploys docs from a GitHub Action

Co-authored-by: filipecosta90 <[email protected]>
@filipecosta90 filipecosta90 deleted the docs-ih branch May 25, 2020 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DAGRUN documentation Return value of each RedisAI API command
3 participants