yazbel / python-istihza

İstihza Python Belgeleri, en kapsamlı Türkçe Python belgelendirmesi
https://python-istihza.yazbel.com/
Other
505 stars 163 forks source link

Nasıl compile edebilirim? #5

Closed dikeckaan closed 6 years ago

dikeckaan commented 6 years ago

Merhaba bir kaç gündür nasıl compile edip output alabilirim diye bakıyorum hata 127 alıyorum sürekli yardımcı olursanız sevinirim.

dikeckaan commented 6 years ago

root@vpn:~/python-istihza# make Please use `make ' where is one of html to make standalone HTML files dirhtml to make HTML files named index.html in directories singlehtml to make a single large HTML file pickle to make pickle files json to make JSON files htmlhelp to make HTML files and a HTML help project qthelp to make HTML files and a qthelp project devhelp to make HTML files and a Devhelp project epub to make an epub latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter latexpdf to make LaTeX files and run them through pdflatex text to make text files man to make manual pages texinfo to make Texinfo files info to make Texinfo files and run them through makeinfo gettext to make PO message catalogs changes to make an overview of all changed/added/deprecated items linkcheck to check all external links for integrity doctest to run all doctests embedded in the documentation (if enabled) root@vpn:~/python-istihza# make singlehtml where ~/output.html sphinx-build -b singlehtml -d build/doctrees sphinx_source build/singlehtml make: sphinx-build: Command not found Makefile:55: recipe for target 'singlehtml' failed make: [singlehtml] Error 127 root@vpn:~/python-istihza# ^C root@vpn:~/python-istihza# su dikeckaan dikeckaan@vpn:/root/python-istihza$ make singlehtml where ~/output.html sphinx-build -b singlehtml -d build/doctrees sphinx_source build/singlehtml make: sphinx-build: Command not found Makefile:55: recipe for target 'singlehtml' failed make: [singlehtml] Error 127 dikeckaan@vpn:/root/python-istihza$

ismailarilik commented 6 years ago

make html diyerek hangi biçimde belge oluşturacağınızı da belirtmeniz gerek. En son Windows'ta bu komutu denediğimde hata almıştım. Ancak belki GNU/Linux ortamında çalışır. Bu arada belgeler istihza.com'dan aldığım şekilde muhafaza edildi.

dikeckaan commented 6 years ago

zaten linux bir makinede deniyorum yine de aynı sonucu vermekte hocam. yukarda verdiğim outputu veriyıor ne yazarsam yazayım

ismailarilik commented 6 years ago

Ubuntu'da biraz önce inşa edebildim belgeleri make html komutu ile. Komutu tam olarak bu şekilde vermiyor gibisiniz. Tekrar deneyip hata çıktısını paylaşır mısınız?

2 May 2018 Çar, 10:43 tarihinde, KAAN DIKEC notifications@github.com şunu yazdı:

zaten linux bir makinede deniyorum yine de aynı sonucu vermekte hocam. yukarda verdiğim outputu veriyıor ne yazarsam yazayım

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/yazbel/python-istihza/issues/5#issuecomment-385891912, or mute the thread https://github.com/notifications/unsubscribe-auth/AQxT4Uel-jWsqPfmbtkLeE0D7QxuavvZks5tuWOMgaJpZM4TurrJ .

--

İsmail Arılık - https://forum.yazbel.com/

dikeckaan commented 6 years ago

aynı hata hala devam bu arada kullandığım makine bir ubuntu server.

dikeckaan commented 6 years ago

dikeckaan@vpn:~$ git clone https://github.com/dikeckaan/python-istihza.git Cloning into 'python-istihza'... remote: Counting objects: 159, done. remote: Total 159 (delta 0), reused 0 (delta 0), pack-reused 159 Receiving objects: 100% (159/159), 3.11 MiB | 3.99 MiB/s, done. Resolving deltas: 100% (12/12), done. Checking connectivity... done. dikeckaan@vpn:~$ cd python-istihza/ dikeckaan@vpn:~/python-istihza$ ls build.py LICENSE merge.jar ntp1.txt replacements.rpl images make.bat merge.py ntp5.txt sphinx_source latex Makefile meta_conf.py README.md theme dikeckaan@vpn:~/python-istihza$ make html sphinx-build -b html -d build/doctrees sphinx_source build/html make: sphinx-build: Command not found Makefile:45: recipe for target 'html' failed make: *** [html] Error 127 dikeckaan@vpn:~/python-istihza$ ^C

ismailarilik commented 6 years ago

Sizde Sphinx kurulu değil anladığım kadarı ile. sudo apt install python-sphinx komutunu vererek Sphinx'i kurup tekrar dener misiniz?

5 May 2018 Cmt, 15:09 tarihinde, KAAN DIKEC notifications@github.com şunu yazdı:

dikeckaan@vpn:$ git clone https://github.com/dikeckaan/python-istihza.git Cloning into 'python-istihza'... remote: Counting objects: 159, done. remote: Total 159 (delta 0), reused 0 (delta 0), pack-reused 159 Receiving objects: 100% (159/159), 3.11 MiB | 3.99 MiB/s, done. Resolving deltas: 100% (12/12), done. Checking connectivity... done. dikeckaan@vpn:$ cd python-istihza/ dikeckaan@vpn:/python-istihza$ ls build.py LICENSE merge.jar ntp1.txt replacements.rpl images make.bat merge.py ntp5.txt sphinx_source latex Makefile meta_conf.py README.md theme dikeckaan@vpn:/python-istihza$ make html sphinx-build -b html -d build/doctrees sphinx_source build/html

make: sphinx-build: Command not found

Makefile:45: recipe for target 'html' failed make: *** [html] Error 127 dikeckaan@vpn:~/python-istihza$ ^C

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/yazbel/python-istihza/issues/5#issuecomment-386801135, or mute the thread https://github.com/notifications/unsubscribe-auth/AQxT4VdHw3on9wE8imtaAeFbAPe6xYBJks5tvZaAgaJpZM4TurrJ .

--

İsmail Arılık - https://forum.yazbel.com/

dikeckaan commented 6 years ago

Aaa evet haklısnız hiç aklıma gelmedi oyle bir şeyin gerekebileceği sağolun şuan oluyor :smile: