hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Quit: K-ballo]
<dkaratza[m]> Well, I tried `sudo docker run -it --privileged -v=hpx_docker:/hpx/source -v=build_docker:/hpx/build stellargroup/build_env:latest`. The source code of hpx is in **hpx_docker** directory. But when I use the aforementioned command, I don't see any hpx code inside the directory **/hpx/source**. Do you have any idea why?
<dkaratza[m]> Never mind, solved it. It was the $HOME variable
K-ballo has joined #ste||ar
<dkaratza[m]> ok, I have 2 questions:
<dkaratza[m]> 1. do I need to save this container? or am I going to be creating a new one each time?
<dkaratza[m]> 2. how can I render my local documentation changes?
<gnikunj[m]> 1. You'll have to save the container once after you've installed all dependencies and then you can use the same container over and over.
<gnikunj[m]> 2. The docs generate html files so you can render them on the browser.
<dkaratza[m]> oh ok
<dkaratza[m]> sphinx generates the html files right? cause i'm new to sphinx as u see
<gnikunj[m]> Yes, sort of. The cmake builder uses doxygen first to parse through HPX sources and then generate a json. That's taken up by sphinx along with other written texts (see rst files) to generate html files.
<dkaratza[m]> so, let's say I want to modify a page. Do I have to do sth like:
<dkaratza[m]> 1) I change the corresponding rst file
<dkaratza[m]> 2) cmake
<dkaratza[m]> 3) sphinx
<gnikunj[m]> Doing 1 should reflect changes in the final renders. You would want to change cmake and sphinx if:
<gnikunj[m]> 1. You're adding additional files (cmake only)
<gnikunj[m]> 2. You want to edit theme settings (cmake and sphinx)
<dkaratza[m]> if i just save the changes in the rst file, would I be able to see them in html?
<gnikunj[m]> Yes, if you edit any rst file and re-build (running make docs i.e.), you should be able to see the changes reflect in html
<dkaratza[m]> that's great, i will try that
<dkaratza[m]> thanx a looot
<gnikunj[m]> Np! Let me know if you're able to reproduce the docs.
<dkaratza[m]> sure!
tufei has quit [Quit: Leaving]
tufei has joined #ste||ar
K-ballo has quit [Ping timeout: 252 seconds]
K-ballo has joined #ste||ar
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar