Skip to content

Commit

Permalink
Merge pull request #33 from bbc/philipn-remove-jenkins-and-add-docs-link
Browse files Browse the repository at this point in the history
Remove jenkins and add docs link
  • Loading branch information
philipnbbc authored Nov 14, 2023
2 parents 8bca7c7 + 9e031b6 commit fa0af62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 204 deletions.
185 changes: 0 additions & 185 deletions Jenkinsfile

This file was deleted.

14 changes: 0 additions & 14 deletions Jenkinsfile.json

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The API is well documented in the docstrings of the module mediajson, to view:
```bash
make docs
```
This command will render documentation as HTML in the `/docs` directory.
This command will render documentation as HTML in the `/docs` directory. A rendered version of this documentation is available [here](https://bbc.github.io/rd-apmm-python-lib-mediajson/mediajson/mediajson.html).

## Development
### Commontooling
Expand All @@ -67,10 +67,7 @@ $ make test

### Continuous Integration

This repository includes a Jenkinsfile which makes use of custom steps defined in a BBC internal
library for use on our own Jenkins instances. As such it will not be immediately useable outside
of a BBC environment, but may still serve as inspiration and an example of how to implement CI
for this package.
This repository includes [GitHub Actions workflows](./.github/workflows/) for CI. The shared workflows are centrally managed and should not be modified.

## Versioning

Expand Down

0 comments on commit fa0af62

Please sign in to comment.