espressomd / espresso

The ESPResSo package
https://espressomd.org
GNU General Public License v3.0
226 stars 183 forks source link

Broken links on website #726

Closed tigoesnumb3rs closed 8 years ago

tigoesnumb3rs commented 8 years ago

After the last coding day all of the tutorial links on the website are broken:

The tutorials generated by 'make doc' now generate the tutorials in a new location, since from now on there will be python tutorials as well:

tutorials
├── python
│   └── 02-charged_system
└── tcl
    ├── 00-building_espresso
    ├── 01-lennard_jones
    ├── 02-charged_system
    ├── 03-object_in_fluid
    ├── 04-lattice_boltzmann
    ├── 05-raspberry_electrophoresis
    ├── 06-active_matter
    ├── 07-electrokinetics
    └── 08-visualization

Also the links to 05-raspberry_electrophoresis and 07-electrokinetics are not linked to the latest jenkins build.

fweik commented 8 years ago

@KonradBreitsprecher ?

KonradBreitsprecher commented 8 years ago

I added a static copy of the ug.pdf on espressomd. Currently, master-fetch-bootstrap fails on jenkins, so do all downstream jobs.. The 'artifacts', the tutorial pdfs are included in the jenkins config and the website now links to TCL and python tutorials. So in principle, everything should work if master-doc is compiling again...

KonradBreitsprecher commented 8 years ago

Works now. Also the Chrome/Safari issue with displaying the .pdf files should be resolved.

KonradBreitsprecher commented 8 years ago

Ahh one thing is left: We don't want to add python tutorials in both build environments, so the python tutorials only work with cmake. Related to that, Tilak creates cmake versions of the jenkins jobs. Once this is done, I can link the tutorials to the master-doc_cmake artefacts.