Skip to content

Commit

Permalink
Update docs for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickpastore committed May 21, 2021
1 parent 20711c7 commit ce39088
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyMD4C
Python bindings (plus extras) for the very fast [MD4C] Markdown parsing and
rendering library.

- Documentation: [TODO][docs]
- Documentation: [https://pymd4c.dcpx.org/][docs]
- GitHub: [https:/dominickpastore/pymd4c][GitHub]
- PyPI: [https://pypi.org/project/pymd4c/][PyPI]
- Changelog: [https:/dominickpastore/pymd4c/blob/master/CHANGELOG.md][changelog]
Expand Down Expand Up @@ -87,4 +87,4 @@ details.
[PyPI]: https://pypi.org/project/pymd4c/
[changelog]: https:/dominickpastore/pymd4c/blob/master/CHANGELOG.md
[issues]: https:/dominickpastore/pymd4c/issues
[docs]: TODO
[docs]: https://pymd4c.dcpx.org/
2 changes: 1 addition & 1 deletion about.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pymd4c",
"version": "0.4.8.0rc1",
"version": "0.4.8.0",
"description": "Python bindings for MD4C",
"author": "Dominick C. Pastore",
"author_email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ make it more likely that a PR can be accepted:
there are any problems, you should do your best to fix them (or explain why
the test is flagging when it shouldn't). Code that passes has a much higher
chance of being accepted than code that fails. You can run the test suite
locally with TODO is correct?::
locally with::

pip install -U .[test]
flake8 setup.py md4c/
pytest
pytest -vv test/

- Pay attention to code style. Flake8 runs as part of the test suite. ``#noqa``
is allowed, but with good reason.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ applications that need to do more.
Quick links
-----------

- `This documentation <TODO>`_ TODO
- `This documentation <https://pymd4c.dcpx.org/>`_
- `GitHub, README <https:/dominickpastore/pymd4c>`_
- `PyPI <https://pypi.org/project/pymd4c/>`_
- `Changelog
Expand Down

0 comments on commit ce39088

Please sign in to comment.