Skip to content
Snippets Groups Projects

Fix citation issues

Merged Alfin Johny requested to merge documenatation/fix-citation into develop
2 unresolved threads

Fix citation issues

Description

Make Citations used in documentation files( .md files) to display correctly on website

Related Issue(s)

Other Changes

  • It also adapts API links

Screenshots/Logs

Attach screenshots or log outputs if applicable.

Testing Instructions

  1. [Step 1: Copy literature file in .bib format to docs\assets\bibtex folder. If needed rename it according to the BIBTEX_FILE name mentioned in mkdocs.yml file ]
  2. [Step 2: run mkdocs build --site-dir ./public --verbose and mkdocs serve]
  3. [Step 3: check for correct citations in generated website]

Developer Checklist

  • Code has been tested locally and/or in pipeline.
  • (if applicable) documentation updated.
  • (if applicable) impact of new dependencies reviewed and included in project.
  • Merge conflicts resolved with the target branch.

Additional Notes.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
78 78 - $CI_PROJECT_DIR/public
79 79 rules:
80 80 - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # Run when the commit is on the default branch
81 when: on_success # Only run if the previous jobs are successful
82 - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' # Allow manual triggers on non-default branches
  • Will it be possible to test changes on the pipeline if the manual triggering is deactivated?

  • this change was a try to fix the issue : now the website is getting updated with each pipeline job triggerd manually and because of that webpage displays contents which are not on the develop branch. We should move this manual triggering part to a new job ( like, test_website) which should not be placed under 'pages' in .yml file

  • new issue #35 create dto address this

  • Please register or sign in to reply
  • Alfin Johny mentioned in issue #35

    mentioned in issue #35

  • kbistreck approved this merge request

    approved this merge request

  • Alfin Johny mentioned in commit 72bb08cb

    mentioned in commit 72bb08cb

  • merged

  • kbistreck mentioned in merge request !60 (closed)

    mentioned in merge request !60 (closed)

  • Please register or sign in to reply
    Loading