Skip to content

Commit

Permalink
black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh9177 committed Dec 28, 2023
1 parent 3157792 commit 30c7788
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ def get_edited_rast_file(

return rst_source_lines

# source_code_dir = os.path.join("..", "..", "fuse-med-ml") # causallib source code directory
source_html_dir = "." # sphinx's docs source directory


"""
INCLUDE_TEXT = ".. mdinclude:: "
# INCLUDE_TEXT += "../../"
README_FILE_NAME = "README.md"

source_code_dir = os.path.join(
"..", "..", "fuse-med-ml"
) # causallib source code directory
source_html_dir = "." # sphinx's docs source directory

------
for dir_name, subdir_list, file_names in os.walk(source_code_dir):
if README_FILE_NAME in file_names: # Current dir has a readme file
# Get README file path:
Expand All @@ -182,5 +182,5 @@ def get_edited_rast_file(
except FileNotFoundError:
print("Could not find file {}".format(rst_source_file))

"""
add_modules_readme()

0 comments on commit 30c7788

Please sign in to comment.