Skip to main content

A web UI for detailed python coding

Project description

License: MIT

Doctour

An nasty way to parse python knowledge

Tutorial

Installation

Plese install on anaconda3

python -m pip install git+https://github.com/raynardj/doctour

Running

On your terminal, the default port is 8080, Now visit http://localhost:8080 for web UI

doctour

Or assgin a port

doctour --port=8001

Exam variable during your coding

eg. while you're doing nlp and using lstm, you wonder what the code in pytorch is, what's its inheritance structure, which of the functions was defined in the lstm code, which other functions are inherited from its ancestors

from torch import nn
import numpy as np
import doctour

you can exam class, fuction, module, variable...

doctour.exam(nn.LSTM)
please visit http://localhost:8080/doc/read/LSTM_173834/140681093056304/





<DocTour:LSTM_173834>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doc_tour-0.1.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

doc_tour-0.1.0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page