Skip to content

Commit 72a168a

Browse files
Update changelog and add DJ link.
1 parent 0123251 commit 72a168a

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
88
- Fixed behavior where using list_table with a nonexistent schema_name creates it instead of returning an error message (#65) PR #63
99

1010
### Changed
11-
- Contribution policy to follow directly the general DataJoint Contribution Guideline. (#91) PR #94
11+
- Contribution policy to follow directly the general DataJoint Contribution Guideline. (#91) PR #94, #95
1212

1313
### Added
14-
- Issue templates for bug reports and enhancement requests. PR #94
15-
- Docker environment for documentation build. (#92) PR #94
16-
- Add Sphinx-based documentation source and fix parsing issues. (#92) PR #94
17-
- GitHub Actions automation that publishes on release new docs to release and GitHub Pages. (#92) PR #94
14+
- Issue templates for bug reports and enhancement requests. PR #94, #95
15+
- Docker environment for documentation build. (#92) PR #94, #95
16+
- Add Sphinx-based documentation source and fix parsing issues. (#92) PR #94, #95
17+
- GitHub Actions automation that publishes on release new docs to release and GitHub Pages. (#92) PR #94, #95
1818

1919
## [0.1.0b0] - 2021-02-26
2020

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ User Documentation
55

66
The Pharus project is still early in its life and the maintainers are currently actively developing with a priority of addressing first critical issues directly related to the deliveries of `Alpha <https://github.com/datajoint/pharus/milestone/1>`_ and `Beta <https://github.com/datajoint/pharus/milestone/2>`_ milestones. Please be advised that while working through our milestones, we may restructure/refactor the codebase without warning until we issue our `Official Release <https://github.com/datajoint/pharus/milestone/3>`_ currently planned as ``0.1.0`` on ``2021-03-31``.
77

8-
``pharus`` is a generic REST API server backend for DataJoint pipelines built on top of ``flask``, ``datajoint``, and ``pyjwt``.
8+
``pharus`` is a generic REST API server backend for `DataJoint <https://datajoint.io>`_ pipelines built on top of ``flask``, ``datajoint``, and ``pyjwt``.
99

1010
- `Documentation <https://datajoint.github.io/pharus>`_
1111
- `PyPi Package <https://pypi.org/project/pharus/>`_
@@ -44,6 +44,10 @@ To stop the API server, use the command:
4444
References
4545
----------
4646

47+
- DataJoint
48+
49+
- https://datajoint.io
50+
4751
- DataJoint LabBook (a companion frontend)
4852

4953
- https://github.com/datajoint/datajoint-labbook

docs/dev_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Recommend the follow to be ran within the ``pharus`` container in ``docs`` Docke
8585
References
8686
----------
8787

88+
- DataJoint
89+
90+
- https://datajoint.io
91+
8892
- DataJoint LabBook (a companion frontend)
8993

9094
- https://github.com/datajoint/datajoint-labbook

0 commit comments

Comments
 (0)