Skip to content

Commit fb06500

Browse files
authored
doc: Fix master->main (#2904)
Update URLs - use the new main branch.
1 parent f83f92d commit fb06500

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://raw.githubusercontent.com/AMICI-dev/AMICI/master/doc/gfx/banner.png" height="60" align="left" alt="AMICI logo">
1+
<img src="https://raw.githubusercontent.com/AMICI-dev/AMICI/main/doc/gfx/banner.png" height="60" align="left" alt="AMICI logo">
22

33
## Advanced Multilanguage Interface for CVODES and IDAS
44

@@ -36,9 +36,9 @@ constrained optimization problems.
3636
<a href="https://github.com/AMICI-dev/AMICI/actions/workflows/test_pypi.yml">
3737
<img src="https://github.com/AMICI-dev/AMICI/actions/workflows/test_pypi.yml/badge.svg" alt="PyPI installation"></a>
3838
<a href="https://codecov.io/gh/AMICI-dev/AMICI">
39-
<img src="https://codecov.io/gh/AMICI-dev/AMICI/branch/master/graph/badge.svg" alt="Code coverage"></a>
40-
<a href="https://sonarcloud.io/dashboard?id=ICB-DCM_AMICI&branch=master">
41-
<img src="https://sonarcloud.io/api/project_badges/measure?branch=master&project=ICB-DCM_AMICI&metric=sqale_index" alt="SonarCloud technical debt"></a>
39+
<img src="https://codecov.io/gh/AMICI-dev/AMICI/branch/main/graph/badge.svg" alt="Code coverage"></a>
40+
<a href="https://sonarcloud.io/dashboard?id=ICB-DCM_AMICI&branch=main">
41+
<img src="https://sonarcloud.io/api/project_badges/measure?project=ICB-DCM_AMICI&metric=sqale_index" alt="SonarCloud technical debt"></a>
4242
<a href="https://zenodo.org/badge/latestdoi/43677177">
4343
<img src="https://zenodo.org/badge/43677177.svg" alt="Zenodo DOI"></a>
4444
<a href="https://amici.readthedocs.io/en/latest/?badge=latest">
@@ -73,7 +73,7 @@ are derived symbolically and C++ code is generated. This code is then
7373
compiled into a C++ library, a Python module, or a Matlab `.mex` file and
7474
is then used for model simulation.
7575

76-
![AMICI workflow](https://raw.githubusercontent.com/AMICI-dev/AMICI/master/doc/gfx/amici_workflow.png)
76+
![AMICI workflow](https://raw.githubusercontent.com/AMICI-dev/AMICI/main/doc/gfx/amici_workflow.png)
7777

7878
## Getting started
7979

@@ -83,14 +83,14 @@ To install AMICI, first read the installation instructions for
8383
[C++](https://amici.readthedocs.io/en/latest/cpp_installation.html) or
8484
[Matlab](https://amici.readthedocs.io/en/latest/matlab_installation.html).
8585
There are also instructions for using AMICI inside
86-
[containers](https://github.com/AMICI-dev/AMICI/tree/master/container).
86+
[containers](https://github.com/AMICI-dev/AMICI/tree/main/container).
8787

8888
To get you started with Python-AMICI, the best way might be checking out this
89-
[Jupyter notebook](https://github.com/AMICI-dev/AMICI/blob/master/doc/examples/getting_started/GettingStarted.ipynb)
89+
[Jupyter notebook](https://github.com/AMICI-dev/AMICI/blob/main/doc/examples/getting_started/GettingStarted.ipynb)
9090
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/AMICI-dev/AMICI/main?labpath=doc%2Fexamples%2Fgetting_started%2FGettingStarted.ipynb).
9191

9292
To get started with Matlab-AMICI, various examples are available
93-
in [matlab/examples/](https://github.com/AMICI-dev/AMICI/tree/master/matlab/examples).
93+
in [matlab/examples/](https://github.com/AMICI-dev/AMICI/tree/main/matlab/examples).
9494

9595
Comprehensive documentation is available at
9696
[https://amici.readthedocs.io/en/latest/](https://amici.readthedocs.io/en/latest/).
@@ -149,11 +149,11 @@ When using AMICI in your project, please cite:
149149
```
150150

151151
When presenting work that employs AMICI, feel free to use one of the icons in
152-
[doc/gfx/](https://github.com/AMICI-dev/AMICI/tree/master/doc/gfx),
152+
[doc/gfx/](https://github.com/AMICI-dev/AMICI/tree/main/doc/gfx),
153153
which are available under a
154-
[CC0](https://github.com/AMICI-dev/AMICI/tree/master/doc/gfx/LICENSE.md)
154+
[CC0](https://github.com/AMICI-dev/AMICI/tree/main/doc/gfx/LICENSE.md)
155155
license:
156156

157157
<p align="center">
158-
<img src="https://raw.githubusercontent.com/AMICI-dev/AMICI/master/doc/gfx/logo_text.png" height="75" alt="AMICI Logo">
158+
<img src="https://raw.githubusercontent.com/AMICI-dev/AMICI/main/doc/gfx/logo_text.png" height="75" alt="AMICI Logo">
159159
</p>

doc/availability.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Source code
66

77
The AMICI source code is available as
88

9-
- `tar archive <https://github.com/AMICI-dev/AMICI/tarball/master>`_
10-
- `zip archive <https://github.com/AMICI-dev/AMICI/zipball/master>`_
9+
- `tar archive <https://github.com/AMICI-dev/AMICI/tarball/main>`_
10+
- `zip archive <https://github.com/AMICI-dev/AMICI/zipball/main>`_
1111
- Git repository on `GitHub <https://github.com/AMICI-dev/AMICI>`_
1212

1313
If AMICI was downloaded as an archive, it needs to be unpacked. If AMICI was

doc/how_to_cite.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ When using AMICI in your project, please cite
3232
}
3333
3434
When presenting work that employs AMICI, feel free to use one of the icons in
35-
`documentation/gfx/ <https://github.com/AMICI-dev/AMICI/tree/master/doc/gfx>`_,
35+
`documentation/gfx/ <https://github.com/AMICI-dev/AMICI/tree/main/doc/gfx>`_,
3636
which are available under a
37-
`CC0 <https://github.com/AMICI-dev/AMICI/tree/master/doc/gfx/LICENSE.md>`_
37+
`CC0 <https://github.com/AMICI-dev/AMICI/tree/main/doc/gfx/LICENSE.md>`_
3838
license:
3939

40-
.. image:: https://raw.githubusercontent.com/AMICI-dev/AMICI/master/doc/gfx/logo_text.png
41-
:target: https://raw.githubusercontent.com/AMICI-dev/AMICI/master/doc/gfx/logo_text.png
40+
.. image:: https://raw.githubusercontent.com/AMICI-dev/AMICI/main/doc/gfx/logo_text.png
41+
:target: https://raw.githubusercontent.com/AMICI-dev/AMICI/main/doc/gfx/logo_text.png
4242
:height: 75
4343
:alt: AMICI LOGO

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Welcome to AMICI's documentation!
22
=================================
33

44

5-
.. image:: https://codecov.io/gh/AMICI-dev/AMICI/branch/master/graph/badge.svg
5+
.. image:: https://codecov.io/gh/AMICI-dev/AMICI/branch/main/graph/badge.svg
66
:target: https://codecov.io/gh/AMICI-dev/AMICI
77
:alt: Code coverage
88
.. image:: https://readthedocs.org/projects/amici/badge/?version=latest

doc/python_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ dependencies, you can run
191191
.. note::
192192

193193
If you run into an error with above installation command, install all AMICI
194-
dependencies listed in `setup.py <https://github.com/AMICI-dev/AMICI/blob/master/python/sdist/setup.py>`_
194+
dependencies listed in `setup.py <https://github.com/AMICI-dev/AMICI/blob/main/python/sdist/setup.py>`_
195195
manually, and try again. (This is because ``pip`` ``--install-option`` is
196196
applied to *all* installed packages, including dependencies.)
197197

doc/python_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Model definition
1212

1313
This document provides an overview of different interfaces to import models
1414
in AMICI. Further examples are available in the AMICI repository in the
15-
`python/examples <https://github.com/AMICI-dev/AMICI/tree/master/python/examples>`_
15+
`python/examples <https://github.com/AMICI-dev/AMICI/tree/main/python/examples>`_
1616
directory.
1717

1818
SBML import

0 commit comments

Comments
 (0)