Skip to content

Commit

Permalink
workflow for gh pages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed Oct 31, 2023
1 parent 10d9c42 commit 9829c9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Build
run: |
cd docs
make clean
rm source/code/*
sphinx-apidoc -o source/code/ ../PQAnalysis
make html
cd build/html
touch .nojekyll
Expand Down
1 change: 0 additions & 1 deletion docs/source/code/PQAnalysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Subpackages
PQAnalysis.cli
PQAnalysis.io
PQAnalysis.pbc
PQAnalysis.selection
PQAnalysis.tools
PQAnalysis.traj
PQAnalysis.utils
Expand Down
10 changes: 0 additions & 10 deletions docs/source/code/PQAnalysis.selection.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/source/code/PQAnalysis.tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PQAnalysis.tools package
Submodules
----------

PQAnalysis.tools.traj2comtraj module
------------------------------------
PQAnalysis.tools.traj\_to\_com\_traj module
-------------------------------------------

.. automodule:: PQAnalysis.tools.traj2comtraj
.. automodule:: PQAnalysis.tools.traj_to_com_traj
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 9829c9f

Please sign in to comment.