Skip to content

Commit

Permalink
Update github remote name to curent.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Mar 17, 2024
1 parent 308ecd8 commit 22a9dd1
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Expand Up @@ -13,7 +13,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/cuihantao/andes/issues.
Report bugs at https://github.com/curent/andes/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -42,7 +42,7 @@ or even on the web in blog posts, articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/cuihantao/andes/issues.
The best way to send feedback is to file an issue at https://github.com/curent/andes/issues.

If you are proposing a feature:

Expand Down Expand Up @@ -97,8 +97,8 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.6 and up. Check
https://github.com/cuihantao/andes/actions
3. The pull request should work for Python 3.8 and up. Check
https://github.com/curent/andes/actions
and make sure that the tests pass for all supported Python versions.

============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -125,7 +125,7 @@

html_context = {
"github_url": "https://github.com",
"github_user": "cuihantao",
"github_user": "curent",
"github_repo": "andes",
"github_version": "master",
"doc_path": "docs/source",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/examples/index.rst
Expand Up @@ -6,9 +6,9 @@ Examples
A collection of examples are presented to supplement the tutorial. The
examples below are identical to the Jupyter Notebook in the ``examples``
folder of the repository
`here <https://github.com/cuihantao/andes/tree/master/examples>`__. You
`here <https://github.com/curent/andes/tree/master/examples>`__. You
can run the examples in a live Jupyter Notebook online using
`Binder <https://mybinder.org/v2/gh/cuihantao/andes/master>`__.
`Binder <https://mybinder.org/v2/gh/curent/andes/master>`__.

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/install.rst
Expand Up @@ -112,15 +112,15 @@ from either your fork or the original repository. Clone the repository with

.. code:: bash
git clone https://github.com/cuihantao/andes
git clone https://github.com/curent/andes
.. note::

Replace the URL with yours to use your fork. With ``git``, you can later easily
update the source code and perform version control.

Alternatively, you can download the ANDES source code from
https://github.com/cuihantao/andes and extract all files to the path of your
https://github.com/curent/andes and extract all files to the path of your
choice. Although works, this method is discouraged because tracking changes and
pushing back code edits will require significant manual efforts.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/getting_started/overview.rst
Expand Up @@ -34,13 +34,13 @@ ANDES is currently under active development. To get involved,
* Follow the tutorial at
`https://andes.readthedocs.io <https://andes.readthedocs.io/en/stable/tutorial.html>`_
* Checkout the Notebook examples in the
`examples folder <https://github.com/cuihantao/andes/tree/master/examples>`_
`examples folder <https://github.com/curent/andes/tree/master/examples>`_
* Try ANDES in Jupyter Notebook
`with Binder <https://mybinder.org/v2/gh/cuihantao/andes/master>`_
`with Binder <https://mybinder.org/v2/gh/curent/andes/master>`_
* Download the PDF manual at
`download <https://andes.readthedocs.io/_/downloads/en/stable/pdf/>`_
* Report issues in the
`GitHub issues page <https://github.com/cuihantao/andes/issues>`_
`GitHub issues page <https://github.com/curent/andes/issues>`_
* Learn version control with
`the command-line git <https://git-scm.com/docs/gittutorial>`_ or
`GitHub Desktop <https://help.github.com/en/desktop/getting-started-with-github-desktop>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/testcases/index.rst
Expand Up @@ -8,7 +8,7 @@ Test Cases
ANDES ships with with test cases in the ``andes/cases`` folder.
The cases can be found in the `online repository`_.

.. _`online repository`: https://github.com/cuihantao/andes/tree/master/andes/cases
.. _`online repository`: https://github.com/curent/andes/tree/master/andes/cases

Summary
=======
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/tutorial/cheatsheet.rst
Expand Up @@ -5,4 +5,4 @@ A cheatsheet is available for quick lookup of supported commands.

View the PDF version at

https://www.cheatography.com//cuihantao/cheat-sheets/andes-for-power-system-simulation/pdf/
https://www.cheatography.com/cuihantao/cheat-sheets/andes-for-power-system-simulation/pdf/
2 changes: 1 addition & 1 deletion docs/source/getting_started/tutorial/cli.rst
Expand Up @@ -252,7 +252,7 @@ Power flow
If you have cloned the ANDES repository, it can be found in
``andes/cases/kundur`` in the source code folder. You can also download it
from
`here <https://github.com/cuihantao/andes/raw/master/andes/cases/kundur/kundur_full.xlsx>`_.
`here <https://github.com/curent/andes/raw/master/andes/cases/kundur/kundur_full.xlsx>`_.

To run power flow, change to the directory containing ``kundur_full.xlsx``, and
execute the following in the command line:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -21,7 +21,7 @@ ANDES documentation
.. _`Report Issues`: https://github.com/CURENT/andes/issues
.. _`Q&A`: https://github.com/CURENT/andes/discussions
.. _`Binary Installer`: https://pypi.org/project/andes/
.. _`Try in Jupyter Notebooks`: https://mybinder.org/v2/gh/cuihantao/andes/master
.. _`Try in Jupyter Notebooks`: https://mybinder.org/v2/gh/curent/andes/master
.. _`LTB Repository`: https://github.com/CURENT/

.. image:: /images/sponsors/CURENT_Logo_NameOnTrans.png
Expand Down
8 changes: 4 additions & 4 deletions examples/ex2.ipynb
Expand Up @@ -78,7 +78,7 @@
"The ANDES xlsx file is the best supported format. Other formats can be converted to the xlsx format.\n",
"\n",
"See the link below for more about format conversion.\n",
"https://github.com/cuihantao/andes/blob/master/README.md#format-converter"
"https://github.com/curent/andes/blob/master/README.md#format-converter"
]
},
{
Expand Down Expand Up @@ -181,8 +181,8 @@
}
],
"source": [
"ss = andes.load(get_case('kundur/kundur_full.xlsx'), \n",
" default_config=True, \n",
"ss = andes.load(get_case('kundur/kundur_full.xlsx'),\n",
" default_config=True,\n",
" setup=False)"
]
},
Expand Down Expand Up @@ -2783,4 +2783,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions examples/ex5.ipynb
Expand Up @@ -13,7 +13,7 @@
"source": [
"This example notebook is a supplement to the ANDES tutorial. Make sure you have read the tutorial on using the CLI first.\n",
"\n",
"A brief version can be found at https://github.com/cuihantao/andes/blob/master/README.md#run-simulations"
"A brief version can be found at https://github.com/curent/andes/blob/master/README.md#run-simulations"
]
},
{
Expand Down Expand Up @@ -1096,4 +1096,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -82,7 +82,7 @@ def get_extra_requires(filename, add_all=True):
long_description_content_type='text/markdown',
author="Hantao Cui",
author_email='cuihantao@gmail.com',
url='https://github.com/cuihantao/andes',
url='https://github.com/curent/andes',
packages=find_packages(exclude=[]),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 22a9dd1

Please sign in to comment.