Skip to content

Commit c9719ad

Browse files
committed
Networking
1 parent 2582241 commit c9719ad

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

docs/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@
2020
sys.path.insert(0, os.path.abspath("./Scripts/algorithms"))
2121
sys.path.insert(0, os.path.abspath("../../algorithms/"))
2222
sys.path.insert(0, os.path.abspath("../../DataStructures/"))
23+
sys.path.insert(0, os.path.abspath("../../networking/"))
2324

2425
# -- Project information -----------------------------------------------------
2526

2627
project = "Interview Documentation"
27-
copyright = "2020, Aditya Raman"
28+
copyright = "2021, Aditya Raman"
2829
author = "Aditya Raman"
2930

3031
# The full version, including alpha/beta/rc tags
31-
version = release = "v0.1.0"
32+
version = release = "v1.0.0"
3233
today = str(date.today())
3334
language = "en"
3435
# -- General configuration ---------------------------------------------------

docs/source/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Welcome to Interview Documentation!
3939
algorithms/sorting
4040
algorithms/two-pointers
4141

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+
4253
.. raw:: latex
4354

4455
\part{Interview}

docs/source/networking/ip-address.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../../networking/ip-address.rst

networking/ip-address.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
IP Address
2+
===========
3+
4+
* IP Address is assigned to an **Interface** port
5+
* IPv4 32 bits (8 bytes) address format
6+

0 commit comments

Comments
 (0)