UniStuttgart-VISUS / damast

Code for the DH project "Dhimmis & Muslims – Analysing Multireligious Spaces in the Medieval Muslim World" (VolkswagenFoundation)
MIT License
10 stars 1 forks source link

Add a documentation page for the visualization #46

Closed mfranke93 closed 2 years ago

mfranke93 commented 2 years ago

This page should use the contents of the info boxes in the visualization to populate the sections. Additionally, it should introduce common visualization and user interaction/interface terms that are useful for understanding the info texts.

Sections in the text should be linkable (via id attribute), such that linking from the documentation just scrolls, but clicking on the (same) link in the info text of the visualization navigates to the section in the visualization (ideally in a new tab, which might require some logic around the target attribute). Then, it is also possible to link between info texts (#33).

mfranke93 commented 2 years ago

@tutebatti FYI, I just incremented all heading levels by one in the info texts, as discussed. You might want to pull now to avoid conflicts.

tutebatti commented 2 years ago

Thank you. If I pull now, what happens to a file I'm currently working on that I staged already?

mfranke93 commented 2 years ago

Depends on if there is a conflict, I would say. My suggestion:

$ git reset
$ git stash
$ git pull
$ git stash pop

and on the last command, if there are conflicts, you would need to resolve them.

tutebatti commented 2 years ago

Thank you. I hope this worked...

mfranke93 commented 2 years ago

Thank you. I hope this worked...

There was one issue, because this did of course not update the heading levels of what you added afterwards, but it should be consistent again now.