Skip to content

Commit

Permalink
Merge pull request #96 from Sandrro/fix/docs
Browse files Browse the repository at this point in the history
Fix/docs
  • Loading branch information
Sandrro authored Sep 20, 2024
2 parents 4b59aaa + 0f76538 commit d8edcec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import os
import sys

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


project = 'sloyka'
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 d8edcec

Please sign in to comment.