Skip to content

Commit

Permalink
updated path for pydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelicr committed Dec 28, 2024
1 parent 652a1e1 commit 0ad8d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pydoctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
# Run pydoctor build
pydoctor --make-html --html-output=./apidocs src/prometry
pydoctor --make-html --html-output=./apidocs src/maptial
- name: Push API documentation to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 1 addition & 0 deletions src/examples/009_motif.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

for geos in geoss:
df = gm.calculateGeometry(geos)
print(df.columns)
for col in df.columns:
if "motif" in col:
print(df[col])
Expand Down

0 comments on commit 0ad8d84

Please sign in to comment.