Skip to content

Commit 2c8a2bd

Browse files
Merge pull request ComputationalRadiationPhysics#2527 from ax3l/docs-changelog
Changelog in Manual
2 parents c326db2 + 60218c9 commit 2c8a2bd

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Change Log / Release Log for PIConGPU
2-
================================================================
1+
Changelog
2+
=========
33

44
0.3.0
55
-----

USAGE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.. seealso::
44

5-
You need to have an :ref:`environment loaded <install-profile>` (``. $HOME/picongpu.profile``) that provides all :ref:`PIConGPU dependencies <install-dependencies>` to complete this chapter.
5+
You need to have an :ref:`environment loaded <install-profile>` (``source $HOME/picongpu.profile``) that provides all :ref:`PIConGPU dependencies <install-dependencies>` to complete this chapter.
66

77
Basics
88
======

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Installation
4444
install/instructions
4545
install/dependencies
4646
install/profile
47+
install/changelog.md
4748

4849
*****
4950
Usage

docs/source/install/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../CHANGELOG.md

docs/source/install/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ideally, store that file directly in your ``$HOME/`` and source it after connect
1414

1515
.. code-block:: bash
1616
17-
. $HOME/picongpu.profile
17+
source $HOME/picongpu.profile
1818
1919
We listed some example ``picongpu.profile`` files below which can be used to set up PIConGPU's dependencies on various HPC systems.
2020

0 commit comments

Comments
 (0)