-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add base documentation #91
Conversation
Part of this PR should be adding sphinx docs to each of the user facing commands on the |
464121c
to
b9ff0b3
Compare
Namely, it would require building GDAL within RTD or doing a large amount of mocking.
b9ff0b3
to
eaeadd4
Compare
@jbeezley PTAL Note once this is merged, @dorukozturk can delete the S3 bucket we were previously relying on for geotiffs. |
docs/source/developer-docs.rst
Outdated
When you execute python in a Jupyter Notebook cell the python code was transmitted (as a string) over a web socket to the webserver, then proxied through ZeroMQ to the IPykernel where it was evaluated as a Python expression. The results of that execution are then sent back over the ZeroMQ/Websocket connection and displayed in your browser. This is the standard way in which Jupyter notebook takes code from a web browser, and executes it in an interactive shell (kernel) and returns the output. | ||
|
||
|
||
*TODO introduce comm channels* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danlamanna are we planning to keep TODO's?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can, or we can put them inside an issue with a checklist. It's up to us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My slight preference to put them inside an issue with a checklist if it is not too much work but I am okay with this as it is (if you want to go ahead and merge it).
related: #111 |
Addresses #35 and #77
Nothing to review here yet @kotfic, but we can use this PR as a means of discussing a TOC and collaborating on docs.
I'm thinking a baseline TOC could look something like this: