-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move the documentation to a separate directory, update scrips and .gitignore * add readme with instructions
- Loading branch information
Showing
39 changed files
with
68 additions
and
36 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
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 |
---|---|---|
|
@@ -19,4 +19,5 @@ linkcheck | |
k4marlinwrapper/ | ||
k4simdelphes/ | ||
key4hep-tutorials | ||
how-tos | ||
k4fwcore/ | ||
k4edm4hep2lcioconv |
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,30 +1,32 @@ | ||
# Key4hep | ||
|
||
|
||
```{eval-rst} | ||
.. toctree:: | ||
:maxdepth: 3 | ||
:includehidden: | ||
:caption: Contents: | ||
setup-and-getting-started/README.md | ||
how-tos/README.md | ||
tutorials/README.md | ||
developing-key4hep-software/README.md | ||
spack-build-instructions-for-librarians/README.md | ||
talks-and-presentations/README.md | ||
call-for-logos/README.md | ||
CONTRIBUTING.md | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:includehidden: | ||
:caption: External links: | ||
FCC software <https://cern.ch/fccsw> | ||
CLIC software <https://twiki.cern.ch/twiki/bin/view/CLIC/CLICSoftwareComputing> | ||
ILC software <https://ilcsoft.desy.de/portal> | ||
CEPC software <http://cepcsoft.ihep.ac.cn/> | ||
Muon Collider software <https://mcd-wiki.web.cern.ch/software/> | ||
# Key4hep documentation | ||
[![docs](https://img.shields.io/badge/docs-main-blue.svg)](https://key4hep.github.io/key4hep-doc/) | ||
|
||
Key4hep central documentation | ||
|
||
## Getting dependencies | ||
|
||
Install python dependencies: | ||
|
||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Building locally | ||
|
||
First fetch the documentation pages from other key4hep repositories: | ||
|
||
```sh | ||
.github/scripts/fetch_external_sources.sh | ||
``` | ||
|
||
Then build the site locally: | ||
|
||
```sh | ||
sphinx-build -M html docs build | ||
``` | ||
|
||
Check the links validity with: | ||
|
||
``` | ||
sphinx-build -b linkcheck docs linkcheck | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,30 @@ | ||
# Key4hep | ||
|
||
|
||
```{eval-rst} | ||
.. toctree:: | ||
:maxdepth: 3 | ||
:includehidden: | ||
:caption: Contents: | ||
setup-and-getting-started/README.md | ||
how-tos/README.md | ||
tutorials/README.md | ||
developing-key4hep-software/README.md | ||
spack-build-instructions-for-librarians/README.md | ||
talks-and-presentations/README.md | ||
call-for-logos/README.md | ||
CONTRIBUTING.md | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:includehidden: | ||
:caption: External links: | ||
FCC software <https://cern.ch/fccsw> | ||
CLIC software <https://twiki.cern.ch/twiki/bin/view/CLIC/CLICSoftwareComputing> | ||
ILC software <https://ilcsoft.desy.de/portal> | ||
CEPC software <http://cepcsoft.ihep.ac.cn/> | ||
Muon Collider software <https://mcd-wiki.web.cern.ch/software/> | ||
``` | ||
|
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.