-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include markdown readme in sphinx index (#415)
* use m2r2 to convert markdown to rst. * fix link in readme * removed "temporary" in docstr, as it is there for a long time already. * readme: sync title with documentation * restore repo status * fix * include readme.md directly in index.rst (also changelog) * use m2r2 in sphinx conf, do not copy changelog.md * revert asdf_schema_path * fix * minor fixes and build relative path * fix header level * try different static path for logos * revert old static paths * pin sphinx to 4.0 Co-authored-by: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com>
- Loading branch information
1 parent
613f8f6
commit 047d699
Showing
6 changed files
with
41 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
.. mdinclude:: ../CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Temporary module for welding related classes.""" | ||
"""Module for welding related classes.""" | ||
|
||
from . import groove, processes, util |