Skip to content

Commit

Permalink
misc, remove azure link from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmius committed Feb 14, 2024
1 parent 8db2262 commit b4be2cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: stack-all-${{ runner.os }}-${{ runner.arch }}-${{
hashFiles('stack.yaml', 'hpack-common.yaml',
'lang/*/package.yaml', 'examples/lang/haskell/package.yaml') }}
path: ${{ steps.setup.outputs.STACK_ROOT }}
path: ${{ env.STACK_ROOT }}
- run: bash .github/workflows/build.sh
shell: bash
- run: bash .github/workflows/test.sh
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Gugugu

[![Build](https://github.com/Cosmius/gugugu/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/Cosmius/gugugu/actions/workflows/build.yaml)

Gugugu is a non-opinionated data serialization and RPC (Remote Procedure Call)
framework.
*Non-opinionated* means gugugu assumes very little on your implementation.
Expand Down Expand Up @@ -28,16 +30,6 @@ data Operation
| Mul
```


## Build Status

| All | | [![Build Status](https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master)](https://dev.azure.com/cosmiafu/gugugu/_build) |
|---------|-------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| Linux | amd64 | ![Linux Status](https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20linux) |
| macOS | amd64 | ![macOS Status](https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20darwin) |
| Windows | amd64 | ![Windows Status](https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20win32) |


## Documentation

* [Document on readthedocs](https://gugugu.readthedocs.io/en/latest/)
31 changes: 6 additions & 25 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Welcome to Gugugu's documentation!
==================================

.. |github_action_ci| image:: https://github.com/Cosmius/gugugu/actions/workflows/build.yaml/badge.svg?branch=master
:target: https://github.com/Cosmius/gugugu/actions/workflows/build.yaml
:alt: GitHub Action Status

|github_action_ci|

Gugugu is a non-opinionated data serialization and RPC (Remote Procedure Call)
framework.
*Non-opinionated* means gugugu assumes very little on your implementation.
Expand All @@ -16,31 +22,6 @@ There are prebuilt binaries available at
https://bitbucket.org/Cosmius/gugugu/downloads/


.. |all_ci| image:: https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master
:target: https://dev.azure.com/cosmiafu/gugugu/_build
:alt: Azure Pipeline status

.. |linux_ci| image:: https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20linux
:alt: Azure Pipeline status for Linux

.. |darwin_ci| image:: https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20darwin
:alt: Azure Pipeline status for macOS

.. |win32_ci| image:: https://dev.azure.com/cosmiafu/gugugu/_apis/build/status/gugugu?branchName=master&jobName=build&configuration=build%20win32
:alt: Azure Pipeline status for Windows


+---------+-------+-------------+
| All | | |all_ci| |
+---------+-------+-------------+
| Windows | amd64 | |win32_ci| |
+---------+-------+-------------+
| macOS | amd64 | |darwin_ci| |
+---------+-------+-------------+
| Linux | amd64 | |linux_ci| |
+---------+-------+-------------+


.. toctree::
:maxdepth: 2
:caption: Contents
Expand Down

0 comments on commit b4be2cd

Please sign in to comment.