@@ -5,7 +5,7 @@ HATS, hats-import, and LSDB are primarily written and maintained by LINCC Framew
5
5
would love to turn it over to the open-source scientific community!! We want to
6
6
make sure that any discourse is open and inclusive, and we ask that everyone
7
7
involved read and adhere to the
8
- `LINCC Frameworks Code of Conduct <https://lsstdiscoveryalliance.org/programs/lincc-frameworks/code-conduct/ >`_
8
+ `LINCC Frameworks Code of Conduct <https://lsstdiscoveryalliance.org/programs/lincc-frameworks/code-conduct/ >`__
9
9
10
10
Installation from Source
11
11
------------------------
@@ -47,21 +47,21 @@ by creating a new GitHub issue.
47
47
Note that you may need to make changes in multiple repos to fully implement new
48
48
features or bug fixes! See related projects:
49
49
50
- * HATS (`on GitHub <https://github.com/astronomy-commons/hats >`_
51
- and `on ReadTheDocs <https://hats.readthedocs.io/en/stable/ >`_ )
52
- * LSDB (`on GitHub <https://github.com/astronomy-commons/lsdb >`_
53
- and `on ReadTheDocs <https://docs.lsdb.io >`_ )
50
+ * HATS (`on GitHub <https://github.com/astronomy-commons/hats >`__
51
+ and `on ReadTheDocs <https://hats.readthedocs.io/en/stable/ >`__ )
52
+ * LSDB (`on GitHub <https://github.com/astronomy-commons/lsdb >`__
53
+ and `on ReadTheDocs <https://docs.lsdb.io >`__ )
54
54
55
55
Fork the repository
56
56
-------------------------------------------------------------------------------
57
57
58
- Contributing to hats-import requires you to `fork <https://github.com/astronomy-commons/hats-import/fork >`_
58
+ Contributing to hats-import requires you to `fork <https://github.com/astronomy-commons/hats-import/fork >`__
59
59
the GitHub repository. The next steps assume the creation of branches and PRs are performed from your fork.
60
60
61
61
.. note ::
62
62
63
63
If you are (or expect to be) a frequent contributor, you should consider requesting
64
- access to the `hats-friends <https://github.com/orgs/astronomy-commons/teams/hats-friends >`_
64
+ access to the `hats-friends <https://github.com/orgs/astronomy-commons/teams/hats-friends >`__
65
65
working group. Members of this GitHub group should be able to create branches and PRs directly
66
66
on LSDB, hats and hats-import, without the need of a fork.
67
67
@@ -70,7 +70,7 @@ Testing
70
70
71
71
We use ``pytest `` as our preferred unit test runner engine, in keeping with
72
72
LSST DM style guide. We make heavy use of
73
- `pytest fixtures <https://docs.pytest.org/en/7.1.x/explanation/fixtures.html#about-fixtures >`_ ,
73
+ `pytest fixtures <https://docs.pytest.org/en/7.1.x/explanation/fixtures.html#about-fixtures >`__ ,
74
74
which set up various resources used for unit testing, or provide consistent
75
75
paths. These are defined in ``conftest.py `` files. They're powerful and flexible
76
76
(and fun in their own way), and we encourage contributors to familiarize themselves.
@@ -126,4 +126,4 @@ Release new version
126
126
127
127
New versions are manually tagged and automatically released to pypi. To request
128
128
a new release of LSDB, HATS, and hats-import packages, create a
129
- `release ticket <https://github.com/astronomy-commons/lsdb/issues/new?assignees=delucchi-cmu&labels=&projects=&template=4-release_tracker.md&title=Release%3A+ >`_ .
129
+ `release ticket <https://github.com/astronomy-commons/lsdb/issues/new?assignees=delucchi-cmu&labels=&projects=&template=4-release_tracker.md&title=Release%3A+ >`__ .
0 commit comments