Diff of /docs/source/contents.rst [000000] .. [0a9449]

Switch to unified view

a b/docs/source/contents.rst
1
.. doct documentation master file, created by
2
3
4
5
DeepPurpose documentation!
6
================================================================
7
Welcome! This is the documentation for DeepPurpose. 
8
DeepPurpose is a Deep Learning Based Drug Repurposing and Virtual Screening Toolkit (using PyTorch). 
9
It allows very easy usage (only one line of code!) 
10
for non-computational domain researchers to be able to 
11
obtain a list of potential drugs using deep learning 
12
while facilitating deep learning method research in this topic 
13
by providing a flexible framework (less than 10 lines of codes!) and baselines. 
14
The Github repository is located `here <https://github.com/kexinhuang12345/DeepPurpose>`_.
15
16
17
.. toctree::
18
   :glob:
19
   :maxdepth: 1
20
   :caption: Background 
21
22
   notes/introduction
23
   notes/DTI 
24
25
26
.. toctree::
27
   :glob:
28
   :maxdepth: 1
29
   :caption: How to run
30
31
   notes/download 
32
   notes/casestudy
33
34
35
.. toctree::
36
   :glob:
37
   :maxdepth: 1
38
   :caption: Package Reference
39
40
   notes/models
41
   notes/dataset
42
   notes/chemutils
43
   notes/oneliner
44
   notes/model_helper
45
   notes/utils
46
47
48
.. toctree::
49
   :glob:
50
   :maxdepth: 1
51
   :caption: Importance Function
52
53
   notes/model
54
   notes/encoder
55
   notes/process_data
56
   notes/configuration
57
   notes/utility_function
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138