diff --git a/docs/python/argparse.md b/docs/python/modules/argparse.md similarity index 100% rename from docs/python/argparse.md rename to docs/python/modules/argparse.md diff --git a/docs/python/collections.md b/docs/python/modules/collections.md similarity index 100% rename from docs/python/collections.md rename to docs/python/modules/collections.md diff --git a/docs/python/csv.md b/docs/python/modules/csv.md similarity index 100% rename from docs/python/csv.md rename to docs/python/modules/csv.md diff --git a/docs/python/ftplib.md b/docs/python/modules/ftplib.md similarity index 100% rename from docs/python/ftplib.md rename to docs/python/modules/ftplib.md diff --git a/docs/python/itertools.md b/docs/python/modules/itertools.md similarity index 100% rename from docs/python/itertools.md rename to docs/python/modules/itertools.md diff --git a/docs/python/json.md b/docs/python/modules/json.md similarity index 100% rename from docs/python/json.md rename to docs/python/modules/json.md diff --git a/docs/python/logging.md b/docs/python/modules/logging.md similarity index 100% rename from docs/python/logging.md rename to docs/python/modules/logging.md diff --git a/docs/python/shutil.md b/docs/python/modules/shutil.md similarity index 100% rename from docs/python/shutil.md rename to docs/python/modules/shutil.md diff --git a/docs/python/smtplib.md b/docs/python/modules/smtplib.md similarity index 100% rename from docs/python/smtplib.md rename to docs/python/modules/smtplib.md diff --git a/docs/python/socket.md b/docs/python/modules/socket.md similarity index 100% rename from docs/python/socket.md rename to docs/python/modules/socket.md diff --git a/docs/python/sqlite.md b/docs/python/modules/sqlite.md similarity index 100% rename from docs/python/sqlite.md rename to docs/python/modules/sqlite.md diff --git a/docs/python/time-datetime.md b/docs/python/modules/time-datetime.md similarity index 100% rename from docs/python/time-datetime.md rename to docs/python/modules/time-datetime.md diff --git a/docs/python/unittest.md b/docs/python/modules/unittest.md similarity index 100% rename from docs/python/unittest.md rename to docs/python/modules/unittest.md diff --git a/mkdocs.yml b/mkdocs.yml index 3f3c264..89ea25f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,19 +74,20 @@ nav: - MongoDB: database/mongo-db.md - Python: - Python: python/python.md - - argparse: python/argparse.md - - collection: python/collections.md - - csv: python/csv.md - - ftplib: python/ftplib.md - - itertools: python/itertools.md - - json: python/json.md - - logging: python/logging.md - - shutil: python/shutil.md - - smtplib: python/smtplib.md - - socket: python/socket.md - - sqlite: python/sqlite.md - - time & datetime: python/time-datetime.md - - unittest: python/unittest.md + - Modules: + - argparse: python/modules/argparse.md + - collection: python/modules/collections.md + - csv: python/modules/csv.md + - ftplib: python/modules/ftplib.md + - itertools: python/modules/itertools.md + - json: python/modules/json.md + - logging: python/modules/logging.md + - shutil: python/modules/shutil.md + - smtplib: python/modules/smtplib.md + - socket: python/modules/socket.md + - sqlite: python/modules/sqlite.md + - time & datetime: python/modules/time-datetime.md + - unittest: python/modules/unittest.md - Libraries: - TKinter: python/libs/tkinter.md - Numpy: python/libs/numpy.md