Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrro committed Sep 20, 2024
1 parent a1bb3de commit 0f76538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
import os
import sys

#folder = os.getcwd().split("\\docs")[0]
#print(folder)
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
print(project_root)
sys.path.insert(0, project_root)


Expand Down
8 changes: 1 addition & 7 deletions docs/source/modules/OtherGeoObjects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ OtherGeoObjects
.. autoclass:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects
:members:
:undoc-members:
:no-index:

#.. automethod:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects.get_and_process_osm_data
#.. automethod:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects.run_osm_dfs
#.. automethod:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects.calculate_centroid
#.. automethod:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects.extract_geo_obj
#.. automethod:: sloyka.src.geocoder.city_objects_extractor.OtherGeoObjects.restoration_of_normal_form
:no-index:

0 comments on commit 0f76538

Please sign in to comment.