Xiaodong Qi

Results 49 comments of Xiaodong Qi

@bpiwowar I have tried changing the value to -200, but it still doesn't work. One thing I have noticed on my other plugins is that the UltimateMember plugin for making...

Seems this is not due to a conflict with UltimateMember...

Well, an equation is not a paragraph. We commonly say ", where A is something, and B is something". So, if I put a blank line after the equation, will...

What I did to ensure the correct path was added to the search variable is the following. This may be the major concern, and I appreciate if you can help...

Hi @mr-dxdy , Thank you for the followup. It has been a long time ago last time I tried the installation, my computer may have been changing a lot during...

@mr-dxdy Yeah, my computer has been weird since I reinstalled Ruby 2.3.3 and MinGW-64 a couple of days ago. I haven't seen any line of display in the compiling process...

Wops... I got something bad again: ``` $ gem install gsl ERROR: Error installing gsl: ERROR: Failed to build gem native extension. current directory: C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/gsl-2.1.0.3/ext/gsl_native C:/tools/ruby23/bin/ruby.exe -r ./siteconf20170630-19796-z1p1rm.rb extconf.rb checking...

In sphinx, we usually add a few lines to let the program know where to look up for autodoc sources. For instance, these ``` sys.path.insert(0, os.path.abspath(os.path.join('src'))) sys.path.insert(0, os.path.abspath(os.path.join('.'))) sys.path.insert(0, os.path.abspath(os.path.join('modules',...