Skip to content

Commit

Permalink
docs: fixed the URLs in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmans committed Jun 7, 2024
1 parent 19fc5ea commit bdc24d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ A collection of Python classes and functions in Sage to deal with Hodge diamonds

You can read its documentation as

* [a webpage](https://pbelmans.ncag.info/hodge-diamond-cutter)
* [a pdf](https://pbelmans.ncag.info/hodge-diamond-cutter/hodgediamondcutter.pdf)
* [a webpage](https://cutter.ncag.info)
* [a pdf](https://cutter.ncag.info/documentation.pdf)


## Getting started
Expand Down
8 changes: 6 additions & 2 deletions diamond/diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
A tool to work with Hodge diamonds, comes with many varieties and constructions
built into it.
* `repository <https://github.com/pbelmans/hodge-diamond-cutter>`_
* `documentation <https://cutter.ncag.info>`_
Hodge diamonds encode the Hodge numbers of a variety, and provide interesting
information about its structure. They provide a numerical incarnation of many
operations one can perform in algebraic geometry, such as blowups, projective
Expand Down Expand Up @@ -105,11 +108,12 @@
sage: print(S == K3())
True
Check out the [documentation](https://pbelmans.ncag.info/hodge-diamond-cutter)
Check out the `documentation <https://cutter.ncag.info>`_
for all the available functionality.
If you use the software in your work, please cite it as explained on
[Zenodo](https://doi.org/10.5281/zenodo.3893509).
`Zenodo <https://doi.org/10.5281/zenodo.3893509>`_, or in
`the README file <https://github.com/pbelmans/hodge-diamond-cutter?tab=readme-ov-file#how-to-cite>`_.
AUTHORS:
Expand Down

0 comments on commit bdc24d2

Please sign in to comment.