Skip to content

Commit

Permalink
doc: add "Developer HowTos" section on doc website
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Dec 17, 2024
1 parent 5ca02ad commit e61d40a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4 deletions.
1 change: 1 addition & 0 deletions .hunspell.en.dic
Original file line number Diff line number Diff line change
Expand Up @@ -1205,3 +1205,4 @@ nb
2d
envmodules
lightsteelblue
HowTos
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ Start coding
.. _create a pull request: https://help.github.com/articles/creating-a-pull-request/
.. _Tcl 8.5 commands reference: https://www.tcl-lang.org/man/tcl8.5/TclCmd/contents.htm

Design notes
~~~~~~~~~~~~
Developer notes
~~~~~~~~~~~~~~~

See the :ref:`design` for recent feature specifications. You may also find
there some development howtos:
See the :ref:`design` for recent feature specifications. Some development
howtos are also available:

* :ref:`add-new-sub-command`
* :ref:`add-new-config-option`
Expand Down
2 changes: 2 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Modules 5.6.0 (not yet released)
* Update repository URL to https://github.com/envmodules/modules.
* Install: update :file:`configure` script to allow running it from a current
working directory different than where this file is stored. (fix issue #558)
* Doc: create *Developer HowTos* section on documentation website to group
development how-to guides.

.. _Security policy: https://github.com/envmodules/modules/blob/main/SECURITY.md

Expand Down
13 changes: 13 additions & 0 deletions doc/source/devel.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _devel:

Developer HowTos
================

Developer guides to implement new command, option, etc or draft a new release
of Modules.

.. toctree::
:maxdepth: 1
:glob:

devel/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ automatically configured to the correct architecture.
:caption: Development

CONTRIBUTING
devel
design


Expand Down

0 comments on commit e61d40a

Please sign in to comment.