{"id":24912878,"url":"https://github.com/raynardj/doctour","last_synced_at":"2025-10-19T23:19:43.688Z","repository":{"id":40180862,"uuid":"234924706","full_name":"raynardj/doctour","owner":"raynardj","description":"A nasty way to traverse through docs easier","archived":false,"fork":false,"pushed_at":"2023-04-11T23:29:58.000Z","size":1560,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T05:28:47.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://raynardj.github.io/doctour/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raynardj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-19T15:52:50.000Z","updated_at":"2020-04-27T01:34:48.000Z","dependencies_parsed_at":"2022-08-22T22:00:35.416Z","dependency_job_id":null,"html_url":"https://github.com/raynardj/doctour","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdoctour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdoctour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdoctour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raynardj%2Fdoctour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raynardj","download_url":"https://codeload.github.com/raynardj/doctour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972642,"owners_count":20702710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-02T05:28:48.586Z","updated_at":"2025-10-19T23:19:43.616Z","avatar_url":"https://github.com/raynardj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n# Doc Tour\n\u003e An nasty way to parse python knowledge\n\n\n### Tutorial\n\n#### Installation\nPlese install on [anaconda3](https://www.anaconda.com/distribution/)\n```shell\npython -m pip install doc_tour\n```\n#### Running\nOn your terminal, the default port is 8080, Now visit [http://localhost:8080](http://localhost:8080) for web UI\n```shell\ndoctour\n```\n\nOr assgin a port \n```shell\ndoctour --port=8001\n```\n\n## Exam variable during your coding\n\neg. 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\n\n```python\nfrom torch import nn\nimport numpy as np\nimport doctour\n```\n\nyou can exam class, fuction, module, variable...\n\n```python\ndoctour.exam(nn.LSTM)\n```\n\n    please visit http://localhost:8080/doc/read/LSTM_173834/140681093056304/\n\n\n\n\n\n    \u003cDocTour:LSTM_173834\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynardj%2Fdoctour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraynardj%2Fdoctour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynardj%2Fdoctour/lists"}