File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 20
20
sys .path .insert (0 , os .path .abspath ("./Scripts/algorithms" ))
21
21
sys .path .insert (0 , os .path .abspath ("../../algorithms/" ))
22
22
sys .path .insert (0 , os .path .abspath ("../../DataStructures/" ))
23
+ sys .path .insert (0 , os .path .abspath ("../../networking/" ))
23
24
24
25
# -- Project information -----------------------------------------------------
25
26
26
27
project = "Interview Documentation"
27
- copyright = "2020 , Aditya Raman"
28
+ copyright = "2021 , Aditya Raman"
28
29
author = "Aditya Raman"
29
30
30
31
# The full version, including alpha/beta/rc tags
31
- version = release = "v0.1 .0"
32
+ version = release = "v1.0 .0"
32
33
today = str (date .today ())
33
34
language = "en"
34
35
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ Welcome to Interview Documentation!
39
39
algorithms/sorting
40
40
algorithms/two-pointers
41
41
42
+ .. raw :: Networking
43
+
44
+ \part{Networking}
45
+
46
+ .. toctree ::
47
+ :maxdepth: 2
48
+ :caption: Networking
49
+ :name: Networking
50
+
51
+ networking/ip-address
52
+
42
53
.. raw :: latex
43
54
44
55
\part {Interview }
Original file line number Diff line number Diff line change
1
+ .. include :: ../../../networking/ip-address.rst
Original file line number Diff line number Diff line change
1
+ IP Address
2
+ ===========
3
+
4
+ * IP Address is assigned to an **Interface ** port
5
+ * IPv4 32 bits (8 bytes) address format
6
+
You can’t perform that action at this time.
0 commit comments