From 13606da349a73d939d53c08a1df53ad30af10bbc Mon Sep 17 00:00:00 2001 From: Lita Garcia Date: Wed, 5 Jun 2024 15:55:52 +0200 Subject: [PATCH] Delete comments in generate-documentation and modify documentation to test --- .../generate-and-submit-documentation.yaml | 13 ------------- claasp/cipher.py | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/generate-and-submit-documentation.yaml b/.github/workflows/generate-and-submit-documentation.yaml index 74c830e6..85b29ae5 100644 --- a/.github/workflows/generate-and-submit-documentation.yaml +++ b/.github/workflows/generate-and-submit-documentation.yaml @@ -17,19 +17,6 @@ jobs: - name: Generate documentation run: make doc -# - name: Commit & Push changes -# run: | -# git clone https://github.com/Crypto-TII/claasp.git claasp-lib -# git config --global user.name 'Github' -# git config --global user.email ${{ secrets.DEPLOYMENT_REPOSITORY_EMAIL }} -# cd claasp-lib -# git checkout fix/generate-documentation-workflow-test-commit -# make doc -# git add . -# git commit -m "Update documentation" -# git push origin fix/generate-documentation-workflow-test-commit -# git merge fix/generate-documentation-workflow-test-commit fix/generate-documentation-workflow-test-merge - - name: Commit & Push changes uses: actions-js/push@master with: diff --git a/claasp/cipher.py b/claasp/cipher.py index 66130ea2..1ccf41f5 100644 --- a/claasp/cipher.py +++ b/claasp/cipher.py @@ -47,6 +47,7 @@ def __init__(self, family_name, cipher_type, cipher_inputs, """ Construct an instance of the Cipher class. + This class is used to store compact representations of a editor. INPUT: